mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
This commit is contained in:
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
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue