[85891] trunk/dports/gnome/oaf
jmr at macports.org
jmr at macports.org
Sun Oct 16 23:56:02 PDT 2011
Revision: 85891
http://trac.macports.org/changeset/85891
Author: jmr at macports.org
Date: 2011-10-16 23:55:59 -0700 (Sun, 16 Oct 2011)
Log Message:
-----------
oaf: use byacc instead
Modified Paths:
--------------
trunk/dports/gnome/oaf/Portfile
trunk/dports/gnome/oaf/files/patch_configure
Modified: trunk/dports/gnome/oaf/Portfile
===================================================================
--- trunk/dports/gnome/oaf/Portfile 2011-10-17 06:28:13 UTC (rev 85890)
+++ trunk/dports/gnome/oaf/Portfile 2011-10-17 06:55:59 UTC (rev 85891)
@@ -19,7 +19,7 @@
homepage http://www.gnome.org/
master_sites gnome:sources/${name}/${branch}/
checksums md5 8cae2c1a692922f91827cad435136e2c
-depends_build port:perl5 port:flex port:bison
+depends_build port:perl5 port:byacc
depends_lib port:orbit port:libxml port:popt
# orbit is not universal
Modified: trunk/dports/gnome/oaf/files/patch_configure
===================================================================
--- trunk/dports/gnome/oaf/files/patch_configure 2011-10-17 06:28:13 UTC (rev 85890)
+++ trunk/dports/gnome/oaf/files/patch_configure 2011-10-17 06:55:59 UTC (rev 85891)
@@ -1,6 +1,6 @@
---- configure.org Fri Jan 9 16:22:45 2004
-+++ configure Fri Jan 9 16:25:04 2004
-@@ -3354,7 +3354,7 @@
+--- configure.orig 2002-04-16 20:27:55.000000000 +1000
++++ configure 2011-10-17 17:53:55.000000000 +1100
+@@ -4374,7 +4374,7 @@
;;
darwin* | rhapsody*)
@@ -9,3 +9,12 @@
# FIXME: Relying on posixy $() will cause problems for
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes.
+@@ -7129,7 +7129,7 @@
+
+ fi
+
+-for ac_prog in 'bison -y' byacc
++for ac_prog in byacc
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111016/c300208f/attachment-0001.html>
More information about the macports-changes
mailing list