mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE
set to something GCC 2.8 / GNAT Ada won't understand.
This commit is contained in:
parent
f2aadbe823
commit
2588faf0b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123271
@ -20,6 +20,11 @@ COMMENT= GNAT implementation of the Ada Semantic Interface Specification
|
||||
|
||||
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500039
|
||||
WITHOUT_CPU_CFLAGS= yes
|
||||
.endif
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= "${FILESDIR}/Makefile.bsd"
|
||||
MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \
|
||||
@ -46,4 +51,4 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/tools/gnatstub/README ${DOCSDIR}/README.gnatstub
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -20,6 +20,11 @@ COMMENT= GNAT implementation of the Ada Semantic Interface Specification
|
||||
|
||||
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500039
|
||||
WITHOUT_CPU_CFLAGS= yes
|
||||
.endif
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= "${FILESDIR}/Makefile.bsd"
|
||||
MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \
|
||||
@ -46,4 +51,4 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/tools/gnatstub/README ${DOCSDIR}/README.gnatstub
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -18,6 +18,11 @@ COMMENT= GNU Ada distributed systems annex
|
||||
|
||||
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500039
|
||||
WITHOUT_CPU_CFLAGS= yes
|
||||
.endif
|
||||
USE_AUTOMAKE_VER=14
|
||||
USE_AUTOCONF_VER=213
|
||||
CONFIGURE_ENV= ADA=adagcc
|
||||
@ -31,4 +36,4 @@ pre-configure:
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/gnatdist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -18,6 +18,11 @@ COMMENT= GNU Ada distributed systems annex
|
||||
|
||||
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500039
|
||||
WITHOUT_CPU_CFLAGS= yes
|
||||
.endif
|
||||
USE_AUTOMAKE_VER=14
|
||||
USE_AUTOCONF_VER=213
|
||||
CONFIGURE_ENV= ADA=adagcc
|
||||
@ -31,4 +36,4 @@ pre-configure:
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/gnatdist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -18,6 +18,11 @@ COMMENT= An XML parsing library for Ada 95
|
||||
|
||||
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500039
|
||||
WITHOUT_CPU_CFLAGS= yes
|
||||
.endif
|
||||
WRKSRC= ${WRKDIR}/xmlada-0.7.1
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
@ -35,4 +40,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/xml.info ${PREFIX}/${INFO_PATH}/xmlada.info
|
||||
install-info ${PREFIX}/${INFO_PATH}/xmlada.info ${PREFIX}/${INFO_PATH}/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user