[27921] trunk/dports/shells/fish/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 15 21:17:09 PDT 2007


Revision: 27921
          http://trac.macosforge.org/projects/macports/changeset/27921
Author:   eridius at macports.org
Date:     2007-08-15 21:17:09 -0700 (Wed, 15 Aug 2007)

Log Message:
-----------
Disable xsel by default.
Add new xsel variant to re-enable xsel.
Thanks Corey Jewett

Modified Paths:
--------------
    trunk/dports/shells/fish/Portfile

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2007-08-16 04:08:10 UTC (rev 27920)
+++ trunk/dports/shells/fish/Portfile	2007-08-16 04:17:09 UTC (rev 27921)
@@ -4,9 +4,10 @@
 
 name                    fish
 version                 1.22.3
+revision                1
 categories              shells
 platforms               darwin
-maintainers             eridius at macports.org
+maintainers             eridius at macports.org openmaintainer at macports.org
 description             user friendly command line shell for UNIX-like operating systems
 long_description        fish is a user friendly command line shell for UNIX-like \
                         operating systems like Darwin.
@@ -22,7 +23,7 @@
 depends_build   bin:doxygen:doxygen
 depends_lib     lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext
 
-configure.args  --mandir=${prefix}/share/man
+configure.args  --mandir=${prefix}/share/man --without-xsel
 
 platform darwin 8 {
     # there's something wonky about the libiconv headers installed by
@@ -39,3 +40,6 @@
     configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }
 
+variant xsel description "enable xsel support, only appropriate for use within X11" {
+    configure.args-delete --without-xsel
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070815/5052dced/attachment.html


More information about the macports-changes mailing list