mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
This commit is contained in:
parent
e463dfdc2d
commit
5a23bb49bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251275
23 changed files with 130 additions and 15 deletions
|
@ -11,7 +11,6 @@ CATEGORIES= ftp
|
||||||
MASTER_SITES= SF/${PORTNAME}/SmbFTPD/${PORTVERSION} \
|
MASTER_SITES= SF/${PORTNAME}/SmbFTPD/${PORTVERSION} \
|
||||||
http://www.twbsd.org/download/download.php?file=smbftpd/
|
http://www.twbsd.org/download/download.php?file=smbftpd/
|
||||||
|
|
||||||
|
|
||||||
MAINTAINER= jnlin@csie.nctu.edu.tw
|
MAINTAINER= jnlin@csie.nctu.edu.tw
|
||||||
COMMENT= FTP daemon using Samba-like share management mechanism
|
COMMENT= FTP daemon using Samba-like share management mechanism
|
||||||
|
|
||||||
|
@ -48,4 +47,8 @@ CONFIGURE_ARGS+= "--with-iconv"
|
||||||
CONFIGURE_ARGS+= "--with-ssl"
|
CONFIGURE_ARGS+= "--with-ssl"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -27,4 +27,10 @@ CONFIGURE_ARGS+= --disable-openssl
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -32,6 +32,12 @@ CONFIGURE_ARGS?= \
|
||||||
--enable-fading --enable-utmp --enable-wtmp \
|
--enable-fading --enable-utmp --enable-wtmp \
|
||||||
--enable-kanji --enable-linespace --enable-xim
|
--enable-kanji --enable-linespace --enable-xim
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_MENUBAR)
|
.if defined(WITH_MENUBAR)
|
||||||
CONFIGURE_ARGS+= --enable-menubar
|
CONFIGURE_ARGS+= --enable-menubar
|
||||||
.endif
|
.endif
|
||||||
|
@ -47,4 +53,4 @@ do-install:
|
||||||
${INSTALL_MAN} ${WRKSRC}/doc/aterm.1 ${PREFIX}/man/man1/
|
${INSTALL_MAN} ${WRKSRC}/doc/aterm.1 ${PREFIX}/man/man1/
|
||||||
@${CHMOD} 4711 ${PREFIX}/bin/aterm
|
@${CHMOD} 4711 ${PREFIX}/bin/aterm
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -30,6 +30,12 @@ MANLANG= ja
|
||||||
PORTDOCS= README README.FreeBSD
|
PORTDOCS= README README.FreeBSD
|
||||||
DOCDIR= ${PREFIX}/share/doc/kon2
|
DOCDIR= ${PREFIX}/share/doc/kon2
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
.if !defined(KONFONT)
|
.if !defined(KONFONT)
|
||||||
KONFONT=16dot
|
KONFONT=16dot
|
||||||
KON16FONT=Startup
|
KON16FONT=Startup
|
||||||
|
@ -61,4 +67,4 @@ post-install:
|
||||||
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCDIR}
|
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -33,6 +33,10 @@ RXVTLIB= ${PREFIX}/lib/X11/rxvt
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${MKDIR} ${DOCDIR}
|
@${MKDIR} ${DOCDIR}
|
||||||
@${INSTALL_DATA} ${FILESDIR}/README.ja ${DOCDIR}
|
@${INSTALL_DATA} ${FILESDIR}/README.ja ${DOCDIR}
|
||||||
|
|
|
@ -43,6 +43,10 @@ POSTPATCHES.nodocports= \
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
cd ${WRKSRC} && ${CAT} ${POSTPATCHES} | ${PATCH}
|
cd ${WRKSRC} && ${CAT} ${POSTPATCHES} | ${PATCH}
|
||||||
.if defined(NOPORTDOCS)
|
.if defined(NOPORTDOCS)
|
||||||
|
|
|
@ -29,6 +29,12 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" LOCALBASE="${LOCALBASE}"
|
||||||
MAN1= Eterm.1
|
MAN1= Eterm.1
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-patch:
|
pre-patch:
|
||||||
@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
|
@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
|
||||||
${WRKSRC}/libmej/debug.c ${WRKSRC}/libmej/strings.c
|
${WRKSRC}/libmej/debug.c ${WRKSRC}/libmej/strings.c
|
||||||
|
@ -45,4 +51,4 @@ post-install:
|
||||||
${DOCSDIR}
|
${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -20,8 +20,14 @@ USE_PERL5_BUILD=yes
|
||||||
USE_GNOME= imlib
|
USE_GNOME= imlib
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-patch:
|
pre-patch:
|
||||||
@${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
|
@${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
|
||||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -23,6 +23,12 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
||||||
NO_INSTALL_MANPAGES= yes
|
NO_INSTALL_MANPAGES= yes
|
||||||
ALL_TARGET= hanterm
|
ALL_TARGET= hanterm
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/hanterm ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/hanterm ${PREFIX}/bin
|
||||||
${INSTALL_DATA} ${WRKSRC}/Hanterm.ad \
|
${INSTALL_DATA} ${WRKSRC}/Hanterm.ad \
|
||||||
|
@ -33,4 +39,4 @@ do-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}/
|
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}/
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -60,6 +60,8 @@ pre-install:
|
||||||
BROKEN= Leaves files behind on deinstall
|
BROKEN= Leaves files behind on deinstall
|
||||||
.elif ${ARCH} == "sparc64"
|
.elif ${ARCH} == "sparc64"
|
||||||
BROKEN= Does not compile on sparc64: assertion failed
|
BROKEN= Does not compile on sparc64: assertion failed
|
||||||
|
.elif ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -34,6 +34,12 @@ USE_RC_SUBR= smfsav
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-build:
|
pre-build:
|
||||||
@${ECHO}
|
@${ECHO}
|
||||||
@${ECHO} [*] Compiling BIND 8 to make SmfSav able to resolve DNS names
|
@${ECHO} [*] Compiling BIND 8 to make SmfSav able to resolve DNS names
|
||||||
|
@ -56,4 +62,4 @@ post-install:
|
||||||
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -28,4 +28,10 @@ post-patch:
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/wminfo ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/wminfo ${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -36,4 +36,10 @@ post-install:
|
||||||
${CP} -p ${PREFIX}/etc/sendfile.deny.sample ${PREFIX}/etc/sendfile.deny ; \
|
${CP} -p ${PREFIX}/etc/sendfile.deny.sample ${PREFIX}/etc/sendfile.deny ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -44,6 +44,12 @@ MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1
|
||||||
MAN5= libsocks5.conf.5 socks5.conf.5 socks5.passwd.5
|
MAN5= libsocks5.conf.5 socks5.conf.5 socks5.passwd.5
|
||||||
CONFIGURE_ENV= LIBS=-lcrypt
|
CONFIGURE_ENV= LIBS=-lcrypt
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${EXAMPLESDIR}
|
@${MKDIR} ${EXAMPLESDIR}
|
||||||
|
@ -52,4 +58,4 @@ post-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -35,6 +35,10 @@ PLIST= ${WRKDIR}/PLIST
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${ARCH} == "amd64"
|
.if ${ARCH} == "amd64"
|
||||||
CFLAGS+= -fPIC
|
CFLAGS+= -fPIC
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -59,6 +59,10 @@ PORTDOCS= *
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
.ifdef(WITH_DEBUG)
|
.ifdef(WITH_DEBUG)
|
||||||
CONFIGURE_ARGS+= --enable-debug
|
CONFIGURE_ARGS+= --enable-debug
|
||||||
.else
|
.else
|
||||||
|
|
|
@ -23,10 +23,16 @@ USE_ANT= yes
|
||||||
USE_PERL5_BUILD=yes
|
USE_PERL5_BUILD=yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${PREFIX}/include ${PREFIX}/lib ${JAVAJARDIR}
|
${MKDIR} ${PREFIX}/include ${PREFIX}/lib ${JAVAJARDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/sigar-bin/include/*.h ${PREFIX}/include/
|
${INSTALL_DATA} ${WRKSRC}/sigar-bin/include/*.h ${PREFIX}/include/
|
||||||
${INSTALL_DATA} ${WRKSRC}/sigar-bin/lib/libsigar-*.so ${PREFIX}/lib/libsigar.so
|
${INSTALL_DATA} ${WRKSRC}/sigar-bin/lib/libsigar-*.so ${PREFIX}/lib/libsigar.so
|
||||||
${INSTALL_DATA} ${WRKSRC}/sigar-bin/lib/sigar.jar ${JAVAJARDIR}/
|
${INSTALL_DATA} ${WRKSRC}/sigar-bin/lib/sigar.jar ${JAVAJARDIR}/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -93,6 +93,10 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_BDB)
|
.if defined(WITH_BDB)
|
||||||
LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42
|
LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42
|
||||||
PLIST_SUB+= BDB_SPOOL=
|
PLIST_SUB+= BDB_SPOOL=
|
||||||
|
|
|
@ -98,6 +98,10 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_BDB)
|
.if defined(WITH_BDB)
|
||||||
LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42
|
LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42
|
||||||
PLIST_SUB+= BDB_SPOOL=
|
PLIST_SUB+= BDB_SPOOL=
|
||||||
|
|
|
@ -88,6 +88,8 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite
|
||||||
|
|
||||||
.if ${ARCH} == "sparc64"
|
.if ${ARCH} == "sparc64"
|
||||||
BROKEN= Does not configure on sparc64
|
BROKEN= Does not configure on sparc64
|
||||||
|
.elif ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_BDB)
|
.if defined(WITH_BDB)
|
||||||
|
|
|
@ -19,6 +19,12 @@ MANCOMPRESSED= yes
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
PLIST_FILES= bin/t2w
|
PLIST_FILES= bin/t2w
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's,^prefix.*=.*$$,prefix = ${PREFIX},' \
|
@${REINPLACE_CMD} -e 's,^prefix.*=.*$$,prefix = ${PREFIX},' \
|
||||||
${WRKSRC}/Makefile
|
${WRKSRC}/Makefile
|
||||||
|
@ -26,4 +32,4 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -e '/$$(docdir)\/wtmp-tool/d' ${WRKSRC}/Makefile
|
@${REINPLACE_CMD} -e '/$$(docdir)\/wtmp-tool/d' ${WRKSRC}/Makefile
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -20,4 +20,10 @@ PLIST_FILES= bin/yawho
|
||||||
pre-patch:
|
pre-patch:
|
||||||
@${REINPLACE_CMD} -E -e 's/kp_.?proc\.._/ki_/' ${WRKSRC}/process.c
|
@${REINPLACE_CMD} -E -e 's/kp_.?proc\.._/ki_/' ${WRKSRC}/process.c
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -28,6 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/WINGs"
|
||||||
MAN1= wterm.1
|
MAN1= wterm.1
|
||||||
PLIST_FILES= bin/wterm
|
PLIST_FILES= bin/wterm
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 900007
|
||||||
|
BROKEN= fails to build with new utmpx
|
||||||
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
${RM} -f ${WRKSRC}/config.cache
|
${RM} -f ${WRKSRC}/config.cache
|
||||||
${RM} -f ${WRKSRC}/src/*.o
|
${RM} -f ${WRKSRC}/src/*.o
|
||||||
|
@ -35,4 +41,4 @@ post-extract:
|
||||||
post-install:
|
post-install:
|
||||||
@${CHMOD} 4711 ${PREFIX}/bin/wterm
|
@${CHMOD} 4711 ${PREFIX}/bin/wterm
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue