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} \
|
||||
http://www.twbsd.org/download/download.php?file=smbftpd/
|
||||
|
||||
|
||||
MAINTAINER= jnlin@csie.nctu.edu.tw
|
||||
COMMENT= FTP daemon using Samba-like share management mechanism
|
||||
|
||||
|
@ -48,4 +47,8 @@ CONFIGURE_ARGS+= "--with-iconv"
|
|||
CONFIGURE_ARGS+= "--with-ssl"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -27,4 +27,10 @@ CONFIGURE_ARGS+= --disable-openssl
|
|||
USE_OPENSSL= yes
|
||||
.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-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)
|
||||
CONFIGURE_ARGS+= --enable-menubar
|
||||
.endif
|
||||
|
@ -47,4 +53,4 @@ do-install:
|
|||
${INSTALL_MAN} ${WRKSRC}/doc/aterm.1 ${PREFIX}/man/man1/
|
||||
@${CHMOD} 4711 ${PREFIX}/bin/aterm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -30,6 +30,12 @@ MANLANG= ja
|
|||
PORTDOCS= README README.FreeBSD
|
||||
DOCDIR= ${PREFIX}/share/doc/kon2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.if !defined(KONFONT)
|
||||
KONFONT=16dot
|
||||
KON16FONT=Startup
|
||||
|
@ -61,4 +67,4 @@ post-install:
|
|||
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -33,6 +33,10 @@ RXVTLIB= ${PREFIX}/lib/X11/rxvt
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${DOCDIR}
|
||||
@${INSTALL_DATA} ${FILESDIR}/README.ja ${DOCDIR}
|
||||
|
|
|
@ -43,6 +43,10 @@ POSTPATCHES.nodocports= \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && ${CAT} ${POSTPATCHES} | ${PATCH}
|
||||
.if defined(NOPORTDOCS)
|
||||
|
|
|
@ -29,6 +29,12 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" LOCALBASE="${LOCALBASE}"
|
|||
MAN1= Eterm.1
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
|
||||
${WRKSRC}/libmej/debug.c ${WRKSRC}/libmej/strings.c
|
||||
|
@ -45,4 +51,4 @@ post-install:
|
|||
${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -20,8 +20,14 @@ USE_PERL5_BUILD=yes
|
|||
USE_GNOME= imlib
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
|
||||
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
|
||||
ALL_TARGET= hanterm
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hanterm ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/Hanterm.ad \
|
||||
|
@ -33,4 +39,4 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -60,6 +60,8 @@ pre-install:
|
|||
BROKEN= Leaves files behind on deinstall
|
||||
.elif ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64: assertion failed
|
||||
.elif ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -34,6 +34,12 @@ USE_RC_SUBR= smfsav
|
|||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@${ECHO}
|
||||
@${ECHO} [*] Compiling BIND 8 to make SmfSav able to resolve DNS names
|
||||
|
@ -56,4 +62,4 @@ post-install:
|
|||
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -28,4 +28,10 @@ post-patch:
|
|||
do-install:
|
||||
${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 ; \
|
||||
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
|
||||
CONFIGURE_ENV= LIBS=-lcrypt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
@ -52,4 +58,4 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -35,6 +35,10 @@ PLIST= ${WRKDIR}/PLIST
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
|
|
@ -59,6 +59,10 @@ PORTDOCS= *
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.ifdef(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= --enable-debug
|
||||
.else
|
||||
|
|
|
@ -23,10 +23,16 @@ USE_ANT= yes
|
|||
USE_PERL5_BUILD=yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/include ${PREFIX}/lib ${JAVAJARDIR}
|
||||
${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/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>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BDB)
|
||||
LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42
|
||||
PLIST_SUB+= BDB_SPOOL=
|
||||
|
|
|
@ -98,6 +98,10 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BDB)
|
||||
LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42
|
||||
PLIST_SUB+= BDB_SPOOL=
|
||||
|
|
|
@ -88,6 +88,8 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite
|
|||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not configure on sparc64
|
||||
.elif ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BDB)
|
||||
|
|
|
@ -19,6 +19,12 @@ MANCOMPRESSED= yes
|
|||
PORTDOCS= *
|
||||
PLIST_FILES= bin/t2w
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,^prefix.*=.*$$,prefix = ${PREFIX},' \
|
||||
${WRKSRC}/Makefile
|
||||
|
@ -26,4 +32,4 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e '/$$(docdir)\/wtmp-tool/d' ${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -20,4 +20,10 @@ PLIST_FILES= bin/yawho
|
|||
pre-patch:
|
||||
@${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
|
||||
PLIST_FILES= bin/wterm
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${RM} -f ${WRKSRC}/config.cache
|
||||
${RM} -f ${WRKSRC}/src/*.o
|
||||
|
@ -35,4 +41,4 @@ post-extract:
|
|||
post-install:
|
||||
@${CHMOD} 4711 ${PREFIX}/bin/wterm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue