mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
This commit is contained in:
parent
a6d9f40672
commit
123d15030f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118269
@ -37,6 +37,14 @@ CONFIGURE_ENV= QTDIR="${X11BASE}" \
|
||||
NOPORTDOCS="${NOPORTDOCS}"
|
||||
MAKE_ENV= QTDIR="${X11BASE}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|@LOCALBASE@|${LOCALBASE}|g' \
|
||||
@ -50,8 +58,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/Mixxx-Manual.pdf ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -42,6 +42,10 @@ INFO= cpp g77 gcc
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
.endif
|
||||
|
@ -53,6 +53,12 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
|
||||
MAN1= macopix.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/macopix
|
||||
# install mascot file
|
||||
@ -107,4 +113,4 @@ post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/NKR.README.jp ${PREFIX}/share/doc/macopix
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -22,6 +22,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION:S/./_/}
|
||||
DOCS= ChangeLog Intro.txt MagicCube4D-unix.txt \
|
||||
ideas.txt readme-unix.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/magiccube4d ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ -31,4 +37,4 @@ do-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -33,4 +33,10 @@ CONFIGURE_ENV+= LDFLAGS="`net-snmp-config --libs`" \
|
||||
CONFIGURE_ARGS+= --with-snmp-type=net
|
||||
.endif
|
||||
|
||||
.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>
|
||||
|
@ -48,6 +48,12 @@ PLIST_SUB+= CORE="" GUICORE=""
|
||||
DOCFILES= Authors.txt Bugs.txt ChangeLog Developers.txt FAQ.html \
|
||||
Install.txt Readme.txt Todo.txt ed2k_links.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITHOUT_GUI) && !defined(WITHOUT_CORE)
|
||||
@${ECHO_MSG} "You can disable the GUI by defining WITHOUT_GUI."
|
||||
@ -93,4 +99,4 @@ install-user: extract
|
||||
${HOME}/.mldonkey_gui_messages.ini
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -48,6 +48,12 @@ PLIST_SUB+= CORE="" GUICORE=""
|
||||
DOCFILES= Authors.txt Bugs.txt ChangeLog Developers.txt FAQ.html \
|
||||
Install.txt Readme.txt Todo.txt ed2k_links.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITHOUT_GUI) && !defined(WITHOUT_CORE)
|
||||
@${ECHO_MSG} "You can disable the GUI by defining WITHOUT_GUI."
|
||||
@ -93,4 +99,4 @@ install-user: extract
|
||||
${HOME}/.mldonkey_gui_messages.ini
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -48,6 +48,12 @@ PLIST_SUB+= CORE="" GUICORE=""
|
||||
DOCFILES= Authors.txt Bugs.txt ChangeLog Developers.txt FAQ.html \
|
||||
Install.txt Readme.txt Todo.txt ed2k_links.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITHOUT_GUI) && !defined(WITHOUT_CORE)
|
||||
@${ECHO_MSG} "You can disable the GUI by defining WITHOUT_GUI."
|
||||
@ -93,4 +99,4 @@ install-user: extract
|
||||
${HOME}/.mldonkey_gui_messages.ini
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -48,6 +48,12 @@ PLIST_SUB+= CORE="" GUICORE=""
|
||||
DOCFILES= Authors.txt Bugs.txt ChangeLog Developers.txt FAQ.html \
|
||||
Install.txt Readme.txt Todo.txt ed2k_links.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITHOUT_GUI) && !defined(WITHOUT_CORE)
|
||||
@${ECHO_MSG} "You can disable the GUI by defining WITHOUT_GUI."
|
||||
@ -93,4 +99,4 @@ install-user: extract
|
||||
${HOME}/.mldonkey_gui_messages.ini
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -25,6 +25,10 @@ USE_PERL5_RUN= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on amd64 (missing -fPIC)"
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user