Index: head/net/GeoIP/Makefile =================================================================== --- head/net/GeoIP/Makefile (revision 357394) +++ head/net/GeoIP/Makefile (revision 357395) @@ -1,28 +1,29 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= GeoIP PORTVERSION= 1.4.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ MAINTAINER= dhn@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from CONFIGURE_ARGS= CC="${CC}" PATH="${PATH}" \ - CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +USES= libtool:oldver USE_LDCONFIG= yes SUB_FILES= geoipupdate.sh run-autotools: @${REINPLACE_CMD} -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \ ${WRKSRC}/aclocal.m4 post-install: ${INSTALL_SCRIPT} ${WRKDIR}/geoipupdate.sh ${STAGEDIR}${PREFIX}/bin/ .include Index: head/net/GeoIP/files/patch-man__Makefile.in =================================================================== --- head/net/GeoIP/files/patch-man__Makefile.in (nonexistent) +++ head/net/GeoIP/files/patch-man__Makefile.in (revision 357395) @@ -0,0 +1,14 @@ +--- man/Makefile.in.orig 2014-06-05 17:06:15.791427000 +0400 ++++ man/Makefile.in 2014-06-05 17:09:15.000000000 +0400 +@@ -446,9 +446,11 @@ + geoiplookup6.1: geoiplookup6.1.in + + install-data-hook: ++ chmod u+w $(DESTDIR)$(mandir)/man1/*.1 + cat geoipupdate.1 | sed s,DATADIR,$(pkgdatadir), | sed s,CONF_DIR,$(sysconfdir), > $(DESTDIR)$(UPDATE_MAN) + cat geoiplookup.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP_MAN) + cat geoiplookup6.1 | sed s,DATADIR,$(pkgdatadir), > $(DESTDIR)$(LOOKUP6_MAN) ++ chmod u-w $(DESTDIR)$(mandir)/man1/*.1 + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. Property changes on: head/net/GeoIP/files/patch-man__Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property