[139728] trunk/dports/devel/gdb/Portfile

devans at macports.org devans at macports.org
Tue Aug 25 09:22:47 PDT 2015


Revision: 139728
          https://trac.macports.org/changeset/139728
Author:   devans at macports.org
Date:     2015-08-25 09:22:47 -0700 (Tue, 25 Aug 2015)
Log Message:
-----------
gdb: change build deps to lib deps and explicitly add some additional ports that will link with gdb if installed, see comments, increment revision.

Modified Paths:
--------------
    trunk/dports/devel/gdb/Portfile

Modified: trunk/dports/devel/gdb/Portfile
===================================================================
--- trunk/dports/devel/gdb/Portfile	2015-08-25 15:13:52 UTC (rev 139727)
+++ trunk/dports/devel/gdb/Portfile	2015-08-25 16:22:47 UTC (rev 139728)
@@ -6,6 +6,7 @@
 
 name            gdb
 version         7.9.1
+revision        1
 categories      devel
 license         GPL-3+
 maintainers     gmail.com:stuartwesterman openmaintainer
@@ -35,8 +36,18 @@
 checksums       rmd160  0dee316b422399512a8f604d169d217ba84ea2cc \
                 sha256  4994ad986726ac4128a6f1bd8020cd672e9a92aa76b80736563ef992992764ef
 
-depends_build   port:gettext port:zlib
+# these dependencies are listed under depends_lib rather than depends_build
+# because gdb will link with libraries they provide if installed.
+# there may be more. See variable host_libs in configure.ac.
 
+depends_lib     port:boehmgc \
+                port:expat \
+                port:gettext \
+                port:guile \
+                port:libiconv \
+                port:ncurses \
+                port:zlib
+
 configure.args \
     --infodir=${prefix}/share/info \
     --mandir=${prefix}/share/man \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150825/b0a27cd6/attachment-0001.html>


More information about the macports-changes mailing list