mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
BROKEN on 5.1: does not build
This commit is contained in:
parent
fed6124023
commit
9803c25217
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81224
@ -45,6 +45,12 @@ RESTRICTED= no-commercial-use
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
USE_GMAKE= yes
|
||||
@ -145,4 +151,4 @@ do-install:
|
||||
${INSTALL_MAN} ${FESTIVAL}/doc/festival.1 ${PREFIX}/man/man1/festival.1
|
||||
${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 ${PREFIX}/man/man1/festival_client.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -45,6 +45,12 @@ RESTRICTED= no-commercial-use
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
USE_GMAKE= yes
|
||||
@ -145,4 +151,4 @@ do-install:
|
||||
${INSTALL_MAN} ${FESTIVAL}/doc/festival.1 ${PREFIX}/man/man1/festival.1
|
||||
${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 ${PREFIX}/man/man1/festival_client.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -18,6 +18,12 @@ COMMENT= Another Chinese GB2312 and Big5 X11 input server
|
||||
BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
|
||||
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
USE_XLIB= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
@ -34,4 +40,4 @@ post-install:
|
||||
@echo " -phj@cn.freebsd.org"
|
||||
@echo
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -23,6 +23,12 @@ PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
|
||||
MAINTAINER= jeh@FreeBSD.org
|
||||
COMMENT= FSF C/C++-gcc-3.2.1 base-port for RTEMS development
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
LCLTARGET?= i386-rtems
|
||||
|
||||
GCCNAME= gcc-3.2.1
|
||||
@ -76,4 +82,4 @@ post-install:
|
||||
@install-info ${PREFIX}/info/cpp.info ${PREFIX}/info/dir
|
||||
@install-info ${PREFIX}/info/gcc.info ${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -54,6 +54,10 @@ MAN7= dylan.7 gwydion.7
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
USE_REINPLACE= yes
|
||||
.if ${HAVE_GNOME:Mgtk12}!=""
|
||||
USE_GNOME+= gtk12
|
||||
|
@ -16,6 +16,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.t/test/}
|
||||
MAINTAINER= nakai@FreeBSD.org
|
||||
COMMENT= Yet another download tool
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_OPENSSL= yes
|
||||
@ -39,4 +45,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README.euc ${PREFIX}/share/doc/${PORTNAME}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user