This is broken on 4.x too.

This commit is contained in:
Kris Kennaway 2004-02-22 01:09:06 +00:00
parent 9e28f22557
commit 3ec5a9e2bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101641
2 changed files with 6 additions and 14 deletions

View file

@ -16,6 +16,8 @@ COMMENT= Simplified Wrapper and Interface Generator
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
BROKEN= "Does not install"
VER= ${PORTVERSION:R}
# Supported languages: guile perl php4 python ruby tcl ocaml pike java
@ -103,16 +105,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC"
ALL_TARGET= swig runtime
PLIST_SUB+= VER="${VER}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not install"
.endif
post-install:
# A separate swig13-runtime port might be nice
@(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -16,6 +16,8 @@ COMMENT= Simplified Wrapper and Interface Generator
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
BROKEN= "Does not install"
VER= ${PORTVERSION:R}
# Supported languages: guile perl php4 python ruby tcl ocaml pike java
@ -103,16 +105,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC"
ALL_TARGET= swig runtime
PLIST_SUB+= VER="${VER}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not install"
.endif
post-install:
# A separate swig13-runtime port might be nice
@(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
.include <bsd.port.post.mk>
.include <bsd.port.mk>