BROKEN on 5.0: does not compile
This commit is contained in:
parent
08a9421aaf
commit
2227e221a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71295
6 changed files with 42 additions and 8 deletions
|
@ -24,6 +24,12 @@ INSTALLS_SHLIB= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lltdl ${PTHREAD_LIBS}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
|
@ -38,4 +44,4 @@ post-install:
|
|||
--entry="* glame: (glame). audio processing tool for GNOME" \
|
||||
${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -22,10 +22,16 @@ USE_GMAKE= yes
|
|||
USE_GNOME= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's|%%GTK_CONFIG%%|${GTK_CONFIG}|g' \
|
||||
${WRKSRC}/src/glade--.cc
|
||||
@${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' \
|
||||
${WRKSRC}/src/Cxx.cc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -26,6 +26,12 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_FLAGS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
|
@ -36,4 +42,4 @@ pre-patch:
|
|||
@${REINPLACE_CMD} -e "s,-lgthread,-lgthread12,g ; \
|
||||
s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -12,8 +12,6 @@ MASTER_SITES= http://gmail.linuxpower.org/
|
|||
|
||||
MAINTAINER= baskruit@bsltwr.dnsalias.org
|
||||
|
||||
BROKEN= "Does not build"
|
||||
|
||||
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client \
|
||||
gmime.6:${PORTSDIR}/mail/gmime
|
||||
|
||||
|
@ -22,4 +20,10 @@ USE_GMAKE= YES
|
|||
USE_GNOME= YES
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -22,6 +22,12 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
|
@ -29,4 +35,4 @@ pre-patch:
|
|||
's|\$$\(gnomedatadir\)/gnome/|\$$\(datadir\)/|g ; \
|
||||
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -26,6 +26,12 @@ ALL_TARGET= rascal grascal
|
|||
MANCOMPRESSED= yes
|
||||
MAN1= rascal.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \
|
||||
s,g\+\+,${CXX},g ; \
|
||||
|
@ -33,4 +39,4 @@ post-patch:
|
|||
s,gnome-config,${GNOME_CONFIG},g ; \
|
||||
s,CC,CXX,g" ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue