aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-10 22:30:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-10 22:30:52 +0000
commitd0a25b15a25e91099c522ee33a3ba60a39095739 (patch)
tree42835eacf6ab4cf137d645cfae71e3f50de6fbb5 /databases
parent72e8535d7a3d85419cc22db44eae481834e69afc (diff)
downloadports-d0a25b15a25e91099c522ee33a3ba60a39095739.tar.gz
ports-d0a25b15a25e91099c522ee33a3ba60a39095739.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/gbib/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/databases/gbib/Makefile b/databases/gbib/Makefile
index feb965a60cfd..004b69558711 100644
--- a/databases/gbib/Makefile
+++ b/databases/gbib/Makefile
@@ -17,13 +17,13 @@ PATCH_SITE_SUBDIR= pool/main/g/gbib
PATCHFILES= ${PORTNAME}_${PORTVERSION}-3.diff.gz
PATCH_DIST_STRIP= -p1
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= gahr@gahr.ch
COMMENT= Editor/browser for BibTeX bibliographic databases
USE_X_PREFIX= yes
USE_GNOME= gnomelibs
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:213
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
@@ -31,12 +31,6 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
CFLAGS+= -fpermissive
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Broken with gcc 4.2
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|map.h,|map,|g ; \
s|vector.h,|vector,|g' ${WRKSRC}/configure.in
@@ -47,9 +41,11 @@ post-patch:
s|^exec_prefix =.*$$|exec_prefix = @exec_prefix@|g ; \
s|^datadir =.*$$|datadir = @datadir@|g ; \
s|^localedir =.*$$|localedir = $$(prefix)/share/locale|g ; \
- s|^gnulocaledir =.*$$|gnulocaledir = $$(prefix)/share/locale|g'
+ s|^gnulocaledir =.*$$|gnulocaledir = $$(prefix)/share/locale|g; \
+ s|-fwritable-strings||g'
+ @${FIND} ${WRKSRC} -name "*.orig" -delete
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>