[72210] trunk/dports/textproc/jive

jmr at macports.org jmr at macports.org
Wed Oct 6 17:42:55 PDT 2010


Revision: 72210
          http://trac.macports.org/changeset/72210
Author:   jmr at macports.org
Date:     2010-10-06 17:42:53 -0700 (Wed, 06 Oct 2010)
Log Message:
-----------
jive: don't try to run nonexistent configure (#26746), fix old lex-ism that breaks compilation, respect build_arch

Modified Paths:
--------------
    trunk/dports/textproc/jive/Portfile

Added Paths:
-----------
    trunk/dports/textproc/jive/files/
    trunk/dports/textproc/jive/files/jive.l.diff

Modified: trunk/dports/textproc/jive/Portfile
===================================================================
--- trunk/dports/textproc/jive/Portfile	2010-10-06 22:22:57 UTC (rev 72209)
+++ trunk/dports/textproc/jive/Portfile	2010-10-07 00:42:53 UTC (rev 72210)
@@ -18,7 +18,12 @@
 
 worksrcdir              jive
 
-build.args              CC=${configure.cc}
+patchfiles              jive.l.diff
 
+use_configure           no
+
+build.args              CC=${configure.cc} \
+                        CFLAGS="${configure.cflags} ${configure.cc_archflags}"
+
 destroot.args           prefix=${destroot}${prefix} \
                         MANDIR=${destroot}${prefix}/share/man/man1

Added: trunk/dports/textproc/jive/files/jive.l.diff
===================================================================
--- trunk/dports/textproc/jive/files/jive.l.diff	                        (rev 0)
+++ trunk/dports/textproc/jive/files/jive.l.diff	2010-10-07 00:42:53 UTC (rev 72210)
@@ -0,0 +1,11 @@
+--- jive.l.orig	1997-02-03 22:04:51.000000000 +1100
++++ jive.l	2010-10-07 11:37:02.000000000 +1100
+@@ -8,7 +8,7 @@
+ EW [ 	.,;!?]
+ 
+ %{
+-#define YY_DECL char * yylex YY_PROTO(( void ))
++#define YY_DECL char * yylex ( void )
+ 	char buf[128];
+ %}
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101006/29872b98/attachment.html>


More information about the macports-changes mailing list