Skip to content

Commit 793a65b

Browse files
authored
Merge pull request #2401 from barton2526/macport
build: Drop macports support
2 parents 472b7a2 + d2d18c6 commit 793a65b

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

configure.ac

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -462,16 +462,6 @@ case $host in
462462
TARGET_OS=darwin
463463
if test x$cross_compiling != xyes; then
464464
BUILD_OS=darwin
465-
AC_CHECK_PROG([PORT],port, port)
466-
if test x$PORT = xport; then
467-
dnl add default macports paths
468-
CPPFLAGS="$CPPFLAGS -isystem /opt/local/include"
469-
LIBS="$LIBS -L/opt/local/lib"
470-
if test -d /opt/local/include/db48; then
471-
CPPFLAGS="$CPPFLAGS -I/opt/local/include/db48"
472-
LIBS="$LIBS -L/opt/local/lib/db48"
473-
fi
474-
fi
475465

476466
AC_PATH_PROGS([RSVG_CONVERT], [rsvg-convert rsvg],rsvg-convert)
477467
AC_CHECK_PROG([BREW],brew, brew)

doc/readme-qt.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ MacOS
4848

4949
- Download and install the `Qt Mac OS X SDK`_. It is recommended to also install Apple's Xcode with UNIX tools.
5050

51-
- Download and install `MacPorts`_.
52-
5351
- Execute the following commands in a terminal to get the dependencies:
5452

5553
::
@@ -60,7 +58,6 @@ MacOS
6058
- Open the .pro file in Qt Creator and build as normal (cmd-B)
6159

6260
.. _`Qt Mac OS X SDK`: https://qt-project.org/downloads
63-
.. _`MacPorts`: https://www.macports.org/install.php
6461

6562
Alternatively
6663
-------------
@@ -69,8 +66,6 @@ Alternatively
6966

7067
- An executable named gridcoinresearch will be built in the /src/Qt directory.
7168

72-
- If you have used Homebrew to install dependencies earlier, no need to install MacPorts as above.
73-
7469

7570
Build configuration options
7671
===========================

0 commit comments

Comments
 (0)