[39089] trunk/dports/lang/gst/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Aug 7 22:15:09 PDT 2008


Revision: 39089
          http://trac.macosforge.org/projects/macports/changeset/39089
Author:   mcalhoun at macports.org
Date:     2008-08-07 22:15:08 -0700 (Thu, 07 Aug 2008)
Log Message:
-----------
Have gst use a previously installed version sigsegv instead of installing its own.
Otherwise, there is a conflict with the port libsigsegv.

Modified Paths:
--------------
    trunk/dports/lang/gst/Portfile

Modified: trunk/dports/lang/gst/Portfile
===================================================================
--- trunk/dports/lang/gst/Portfile	2008-08-08 04:55:41 UTC (rev 39088)
+++ trunk/dports/lang/gst/Portfile	2008-08-08 05:15:08 UTC (rev 39089)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name             gst
 version          3.0.3
+revision         1
 categories       lang
 maintainers      landonf openmaintainer
 description      Free implementation of Smalltalk-80
@@ -28,7 +29,8 @@
                  port:ncursesw \
                  port:readline \
                  port:tcl \
-                 port:tk
+                 port:tk \
+                 port:libsigsegv
 
 configure.args   --infodir=${prefix}/share/info \
                  --mandir=${prefix}/share/man \
@@ -36,7 +38,8 @@
 		 --with-readline=${prefix}/lib \
 		 --with-tcl=${prefix}/lib \
 		 --with-tk=${prefix}/lib \
-		 --with-libiconv-prefix=${prefix}
+		 --with-libiconv-prefix=${prefix} \
+		 --with-system-libsigsegv=${prefix}
 
 test.run         yes
 test.target      check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080807/78e3648c/attachment.html 


More information about the macports-changes mailing list