svn commit: r347695 - head/devel/afay
John Marino
marino at FreeBSD.org
Sun Mar 9 21:40:40 UTC 2014
Author: marino
Date: Sun Mar 9 21:40:39 2014
New Revision: 347695
URL: http://svnweb.freebsd.org/changeset/ports/347695
QAT: https://qat.redports.org/buildarchive/r347695/
Log:
devel/afay: Requires USES=ada:47 for now
While here, fix the options and make the COMMENT shorter.
To build on ada:49 will require patched source.
Modified:
head/devel/afay/Makefile
Modified: head/devel/afay/Makefile
==============================================================================
--- head/devel/afay/Makefile Sun Mar 9 21:38:53 2014 (r347694)
+++ head/devel/afay/Makefile Sun Mar 9 21:40:39 2014 (r347695)
@@ -10,14 +10,16 @@ DISTNAME= ${PORTNAME}_thiberlog_${PORTVE
EXTRACT_SUFX= .tgz
MAINTAINER= john_m_cooper at yahoo.com
-COMMENT= Improved aflex and ayacc Ada 95 native scanner and parser generators
+COMMENT= Improved aflex and ayacc Ada 95 scanner and parser generators
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
-USES= ada
+USES= ada:47
NO_WRKSUBDIR= yes
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS EXAMPLES
+
+.include <bsd.port.options.mk>
do-build:
@cd ${WRKSRC}/afay/aflex/src/gnat_unix && \
More information about the svn-ports-head
mailing list