mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
BROKEN on 5.1: does not compile
This commit is contained in:
parent
23e6a2b3da
commit
d500c1cc50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81209
26 changed files with 173 additions and 23 deletions
|
@ -18,6 +18,12 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
||||||
intl.4:${PORTSDIR}/devel/gettext \
|
intl.4:${PORTSDIR}/devel/gettext \
|
||||||
xml.5:${PORTSDIR}/textproc/libxml
|
xml.5:${PORTSDIR}/textproc/libxml
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
PLIST= ${WRKDIR}/pkg-plist
|
PLIST= ${WRKDIR}/pkg-plist
|
||||||
SHARED= denemo.conf denemo.keymaprc english.keymaprc french.keymaprc
|
SHARED= denemo.conf denemo.keymaprc english.keymaprc french.keymaprc
|
||||||
|
@ -54,4 +60,4 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -16,6 +16,12 @@ COMMENT= An Audio Visualization plugin for the X Window System
|
||||||
|
|
||||||
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
|
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GNOME= gnomehack gnomeprefix gtk12 imlib esound
|
USE_GNOME= gnomehack gnomeprefix gtk12 imlib esound
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
|
@ -28,4 +34,4 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \
|
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \
|
||||||
-e "s|DATADIRNAME=lib|DATADIRNAME=share|g" ${WRKSRC}/configure
|
-e "s|DATADIRNAME=lib|DATADIRNAME=share|g" ${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -24,6 +24,12 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
|
||||||
RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
|
RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
|
||||||
${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
|
${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
GCC_REV= ${DISTNAME:S/gcc-//g}
|
GCC_REV= ${DISTNAME:S/gcc-//g}
|
||||||
PLIST_SUB+= GCC_REV=${GCC_REV}
|
PLIST_SUB+= GCC_REV=${GCC_REV}
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
|
@ -63,4 +69,4 @@ post-install:
|
||||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/g++
|
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/g++
|
||||||
@${RM} ${PREFIX}/lib/libiberty.a
|
@${RM} ${PREFIX}/lib/libiberty.a
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -30,6 +30,10 @@ CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -L/usr
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,15 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A perl5 data debugging tool for the XS programmer
|
COMMENT= A perl5 data debugging tool for the XS programmer
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
MAN3= Devel::Peek.3
|
MAN3= Devel::Peek.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -15,6 +15,12 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= demon@FreeBSD.org
|
MAINTAINER= demon@FreeBSD.org
|
||||||
COMMENT= Perl5 module for file locking (flock,fcntl)
|
COMMENT= Perl5 module for file locking (flock,fcntl)
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -19,6 +19,12 @@ COMMENT= A nifty editor based on Tcl/Tk
|
||||||
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
|
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
|
||||||
tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
|
||||||
|
@ -50,4 +56,4 @@ do-install:
|
||||||
${INSTALL_DATA} syntaxmaps/c.tcl ${PREFIX}/lib/e93lib/syntaxmaps; \
|
${INSTALL_DATA} syntaxmaps/c.tcl ${PREFIX}/lib/e93lib/syntaxmaps; \
|
||||||
)
|
)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -13,6 +13,12 @@ MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/ved/
|
||||||
MAINTAINER= greid@ukug.uk.freebsd.org
|
MAINTAINER= greid@ukug.uk.freebsd.org
|
||||||
COMMENT= A small and fast screen-oriented editor.
|
COMMENT= A small and fast screen-oriented editor.
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
||||||
MAN1= ved.1
|
MAN1= ved.1
|
||||||
|
@ -30,4 +36,4 @@ do-install:
|
||||||
${INSTALL_MAN} ${WRKSRC}/ved/ved.1 ${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/ved/ved.1 ${PREFIX}/man/man1
|
||||||
${INSTALL_DATA} ${WRKSRC}/ved/ved.help ${PREFIX}/share
|
${INSTALL_DATA} ${WRKSRC}/ved/ved.help ${PREFIX}/share
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -19,6 +19,10 @@ MAN6= acm.6
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
# Include sound support (Use network audio server (nas))
|
# Include sound support (Use network audio server (nas))
|
||||||
.if defined(WITH_SOUND) || (exists(${PREFIX}/lib/libaudio.a) \
|
.if defined(WITH_SOUND) || (exists(${PREFIX}/lib/libaudio.a) \
|
||||||
&& !defined(WITHOUT_SOUND))
|
&& !defined(WITHOUT_SOUND))
|
||||||
|
|
|
@ -19,6 +19,12 @@ LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
|
||||||
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
|
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
|
||||||
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
|
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile (bad C++ code)"
|
||||||
|
.endif
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -32,4 +38,4 @@ post-patch:
|
||||||
${REINPLACE_CMD} -e 's#sdl-config#sdl11-config#; s#-lSDL # #;' ${WRKSRC}/configure
|
${REINPLACE_CMD} -e 's#sdl-config#sdl11-config#; s#-lSDL # #;' ${WRKSRC}/configure
|
||||||
${REINPLACE_CMD} -e 's#SDL/#SDL11/#;' ${SDLINCPFILES:S#^#${WRKSRC}/#}
|
${REINPLACE_CMD} -e 's#SDL/#SDL11/#;' ${SDLINCPFILES:S#^#${WRKSRC}/#}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -24,6 +24,12 @@ COMMENT= A Spreadsheet Program + Japanese patches
|
||||||
# xmkmf is for configure script, not for USE_IMAKE.
|
# xmkmf is for configure script, not for USE_IMAKE.
|
||||||
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4
|
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||||
GNU_CONFIGURE=yes
|
GNU_CONFIGURE=yes
|
||||||
|
@ -35,4 +41,4 @@ post-install:
|
||||||
@${INSTALL_DATA} ${WRKDIR}/USING.eucJP ${PREFIX}/share/doc/oleo/ja_JP.EUC/
|
@${INSTALL_DATA} ${WRKDIR}/USING.eucJP ${PREFIX}/share/doc/oleo/ja_JP.EUC/
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -30,6 +30,12 @@ COMMENT= DVI Previewer for X. + Japanese patch + vector font support
|
||||||
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
|
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
|
||||||
RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts${RESOLUTION}
|
RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts${RESOLUTION}
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
XMKMF= xmkmf
|
XMKMF= xmkmf
|
||||||
|
@ -75,4 +81,4 @@ post-patch:
|
||||||
@(cd ${WRKDIR}; ${SH} ${FILESDIR}/customize.sh ${RESOLUTION})
|
@(cd ${WRKDIR}; ${SH} ${FILESDIR}/customize.sh ${RESOLUTION})
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -15,6 +15,12 @@ COMMENT= A Just In Time java bytecode compiler
|
||||||
|
|
||||||
LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
|
LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
|
|
||||||
|
@ -42,4 +48,4 @@ post-install:
|
||||||
@${ENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
@${ENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -26,6 +26,10 @@ LATEST_LINK= gcc27
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
GCC_VER= 2.7.2.3
|
GCC_VER= 2.7.2.3
|
||||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||||
PLIST_SUB= GNUHOST=${CONFIGURE_TARGET} GCC_VER=${GCC_VER}
|
PLIST_SUB= GNUHOST=${CONFIGURE_TARGET} GCC_VER=${GCC_VER}
|
||||||
|
|
|
@ -13,6 +13,12 @@ MASTER_SITES= http://www.zeta.org.au/~atrn/ici/distfiles/
|
||||||
MAINTAINER= atrn@zeta.org.au
|
MAINTAINER= atrn@zeta.org.au
|
||||||
COMMENT= An interpretive language with C's overall feel combined with high level data types
|
COMMENT= An interpretive language with C's overall feel combined with high level data types
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
MAKEFILE= Makefile.bsd
|
MAKEFILE= Makefile.bsd
|
||||||
MAN1= ici3.1
|
MAN1= ici3.1
|
||||||
MANCOMPRESSED= yes
|
MANCOMPRESSED= yes
|
||||||
|
@ -53,4 +59,4 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -13,10 +13,16 @@ MASTER_SITES= http://www.nickle.org/release/
|
||||||
MAINTAINER= chrise@scardini.com
|
MAINTAINER= chrise@scardini.com
|
||||||
COMMENT= A desk calculator language
|
COMMENT= A desk calculator language
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
MAN1= nickle.1
|
MAN1= nickle.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -19,6 +19,12 @@ BROKEN= "Does not compile"
|
||||||
|
|
||||||
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
USE_AUTOCONF_VER=213
|
USE_AUTOCONF_VER=213
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||||
|
@ -48,4 +54,4 @@ post-patch:
|
||||||
@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} \
|
@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} \
|
||||||
${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
|
${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -15,6 +15,12 @@ COMMENT= X MPEG Player System - a media player with a very nice GUI
|
||||||
|
|
||||||
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
@ -35,4 +41,4 @@ post-configure:
|
||||||
@${REINPLACE_CMD} -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
@${REINPLACE_CMD} -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
||||||
${WRKSRC}/libtool
|
${WRKSRC}/libtool
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -14,6 +14,12 @@ DISTNAME= sting
|
||||||
MAINTAINER= kbyanc@posi.net
|
MAINTAINER= kbyanc@posi.net
|
||||||
COMMENT= A tool that measures end-to-end TCP connection characteristics
|
COMMENT= A tool that measures end-to-end TCP connection characteristics
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
@ -22,4 +28,4 @@ do-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -17,6 +17,12 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= demon@FreeBSD.org
|
MAINTAINER= demon@FreeBSD.org
|
||||||
COMMENT= A (C)SLIP/PPP emulator for users with shell accounts
|
COMMENT= A (C)SLIP/PPP emulator for users with shell accounts
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
# serious LP64 issues
|
# serious LP64 issues
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
|
|
||||||
|
@ -31,4 +37,4 @@ do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/slirp ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/slirp ${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/slirp.man ${PREFIX}/man/man1/slirp.1
|
${INSTALL_MAN} ${WRKSRC}/slirp.man ${PREFIX}/man/man1/slirp.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -14,6 +14,12 @@ DISTNAME= sting
|
||||||
MAINTAINER= kbyanc@posi.net
|
MAINTAINER= kbyanc@posi.net
|
||||||
COMMENT= A tool that measures end-to-end TCP connection characteristics
|
COMMENT= A tool that measures end-to-end TCP connection characteristics
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
@ -22,4 +28,4 @@ do-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -14,6 +14,12 @@ EXTRACT_SUFX= .tar.Z
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A Motif-based TCP/IP protocol analyzer
|
COMMENT= A Motif-based TCP/IP protocol analyzer
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
USE_BISON= yes
|
USE_BISON= yes
|
||||||
USE_MOTIF= yes
|
USE_MOTIF= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
|
@ -28,4 +34,4 @@ post-patch:
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/DOC/Tcpview ${X11BASE}/lib/X11/app-defaults/
|
${INSTALL_DATA} ${WRKSRC}/DOC/Tcpview ${X11BASE}/lib/X11/app-defaults/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -13,9 +13,15 @@ MASTER_SITES= http://www.mavetju.org/download/adopted/
|
||||||
MAINTAINER= ports@FreeBSD.Org
|
MAINTAINER= ports@FreeBSD.Org
|
||||||
COMMENT= X app to list current users logged into the system
|
COMMENT= X app to list current users logged into the system
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
||||||
|
|
||||||
USE_GNOME= imlib
|
USE_GNOME= imlib
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -19,6 +19,12 @@ BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
|
||||||
RUN_DEPENDS= ${APXS}:${APACHE_PORT}
|
RUN_DEPENDS= ${APXS}:${APACHE_PORT}
|
||||||
LIB_DEPENDS= GeoIP.3:${PORTSDIR}/net/GeoIP
|
LIB_DEPENDS= GeoIP.3:${PORTSDIR}/net/GeoIP
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
APXS?= ${LOCALBASE}/sbin/apxs
|
APXS?= ${LOCALBASE}/sbin/apxs
|
||||||
APACHE_PORT?= ${PORTSDIR}/www/apache13
|
APACHE_PORT?= ${PORTSDIR}/www/apache13
|
||||||
|
|
||||||
|
@ -38,4 +44,4 @@ do-install:
|
||||||
.endif
|
.endif
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -18,9 +18,15 @@ COMMENT= A perl5 data debugging tool for the XS programmer
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \
|
||||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/B/Graph.pm:${PORTSDIR}/devel/p5-B-Graph
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/B/Graph.pm:${PORTSDIR}/devel/p5-B-Graph
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
PERL_CONFIGURE= YES
|
PERL_CONFIGURE= YES
|
||||||
|
|
||||||
MAN3= Apache::Peek.3
|
MAN3= Apache::Peek.3
|
||||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -18,6 +18,12 @@ DISTNAME= xview3.2p1-X11R6
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= X Window-System-based Visual/Integrated Environment for Workstations
|
COMMENT= X Window-System-based Visual/Integrated Environment for Workstations
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile"
|
||||||
|
.endif
|
||||||
|
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
IMAKEINCLUDE= "-I${X11BASE}/lib/X11/config -I${WRKSRC}/config"
|
IMAKEINCLUDE= "-I${X11BASE}/lib/X11/config -I${WRKSRC}/config"
|
||||||
|
@ -32,4 +38,4 @@ post-install:
|
||||||
@(cd $(WRKSRC); $(MAKE) -k 'SUBDIRS=doc' install)
|
@(cd $(WRKSRC); $(MAKE) -k 'SUBDIRS=doc' install)
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue