BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-26 02:43:13 +00:00
parent 66f8fe6c44
commit 149b3e7f85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118420
10 changed files with 62 additions and 7 deletions

View file

@ -28,6 +28,10 @@ PLIST_FILES= bin/pstngw
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if ${ARCH} == "amd64" .if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)" BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
.endif .endif

View file

@ -25,6 +25,10 @@ PLIST_FILES= bin/prcs
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if exists(${LOCALBASE}/bin/emacs) .if exists(${LOCALBASE}/bin/emacs)
MAN1+= prcs-callback.1 prcs-ediff.1 prcs-emerge.1 MAN1+= prcs-callback.1 prcs-ediff.1 prcs-emerge.1
PLIST_FILES+= bin/prcs-callback bin/prcs-ediff bin/prcs-emerge \ PLIST_FILES+= bin/prcs-callback bin/prcs-ediff bin/prcs-emerge \

View file

@ -20,4 +20,10 @@ PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/freebsd.so
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS= yes USE_PYDISTUTILS= yes
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>

View file

@ -23,6 +23,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \
--program-suffix=psim --program-suffix=psim
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME}
${MKDIR} ${PREFIX}/share/examples/${PORTNAME} ${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
@ -38,4 +44,4 @@ cklatest:
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \
| ${GREP} gdb+dejagnu- | ${GREP} gdb+dejagnu-
.include <bsd.port.mk> .include <bsd.port.post.mk>

View file

@ -29,7 +29,13 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC}\ -I${PREFIX}/include
MAN1= qemu.1 qemu-mkcow.1 MAN1= qemu.1 qemu-mkcow.1
ONLY_FOR_ARCHS= i386 amd64 powerpc ONLY_FOR_ARCHS= i386 amd64 powerpc
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-install: post-install:
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk> .include <bsd.port.post.mk>

View file

@ -29,7 +29,13 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC}\ -I${PREFIX}/include
MAN1= qemu.1 qemu-mkcow.1 MAN1= qemu.1 qemu-mkcow.1
ONLY_FOR_ARCHS= i386 amd64 powerpc ONLY_FOR_ARCHS= i386 amd64 powerpc
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-install: post-install:
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk> .include <bsd.port.post.mk>

View file

@ -26,6 +26,12 @@ CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \
MAN5= boom.cfg.5 MAN5= boom.cfg.5
MAN6= prboom.6 prboom-game-server.6 MAN6= prboom.6 prboom-game-server.6
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/prboom ${MKDIR} ${PREFIX}/share/doc/prboom
@ -35,4 +41,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/boom.txt ${PREFIX}/share/doc/prboom ${INSTALL_DATA} ${WRKSRC}/doc/boom.txt ${PREFIX}/share/doc/prboom
.endif .endif
.include <bsd.port.mk> .include <bsd.port.post.mk>

View file

@ -38,6 +38,11 @@ WRKSRC= ${WRKDIR}/kawari-${PORTVERSION:S/.//g}
CFLAGS+= ${PTHREAD_CFLAGS} -fPIC CFLAGS+= ${PTHREAD_CFLAGS} -fPIC
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 50126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if ${ARCH} == "amd64" .if ${ARCH} == "amd64"
CFLAGS+= -fPIC CFLAGS+= -fPIC
.endif .endif

View file

@ -22,7 +22,13 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_FILES= bin/qtfw PLIST_FILES= bin/qtfw
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
do-install: do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/qtfw ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/qtfw ${PREFIX}/bin
.include <bsd.port.mk> .include <bsd.port.post.mk>

View file

@ -19,4 +19,10 @@ USE_GMAKE= yes
MAN1= pwsafe.1 MAN1= pwsafe.1
PLIST_FILES= bin/pwsafe PLIST_FILES= bin/pwsafe
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>