[134200] trunk/dports/devel/bison/Portfile

larryv at macports.org larryv at macports.org
Thu Mar 19 17:31:13 PDT 2015


Revision: 134200
          https://trac.macports.org/changeset/134200
Author:   larryv at macports.org
Date:     2015-03-19 17:31:13 -0700 (Thu, 19 Mar 2015)
Log Message:
-----------
bison: Remove `yacc` variant (comment:29:ticket:41600)

Let's just unconditionally provide a POSIX-conformant yacc.

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

Modified: trunk/dports/devel/bison/Portfile
===================================================================
--- trunk/dports/devel/bison/Portfile	2015-03-20 00:31:11 UTC (rev 134199)
+++ trunk/dports/devel/bison/Portfile	2015-03-20 00:31:13 UTC (rev 134200)
@@ -40,8 +40,7 @@
 
 configure.args      --disable-silent-rules \
                     --infodir=${prefix}/share/info \
-                    --mandir=${prefix}/share/man \
-                    --disable-yacc
+                    --mandir=${prefix}/share/man
 
     test.run        yes
     test.target     check
@@ -57,16 +56,8 @@
             calc++-scanner.cc calc++-scanner.ll calc++.cc location.hh \
             position.hh stack.hh test \
             ${destroot}${docdir}/examples/calc++
-        # yacc manpage gets installed even with '--disable-yacc'
-        if {! [variant_isset yacc]} {
-            delete ${destroot}${prefix}/share/man/man1/yacc.1
-        }
     }
 
-variant yacc description "enable yacc compatibility" {
-    configure.args-delete   --disable-yacc
-}
-
     livecheck.type  regex
     livecheck.url   http://ftp.gnu.org/gnu/bison/
     livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150319/8ef93b2f/attachment-0001.html>


More information about the macports-changes mailing list