Date: Sun, 22 Jun 2014 22:05:06 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358836 - in head/astro/gpsdrive: . files Message-ID: <201406222205.s5MM56UV098196@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Jun 22 22:05:06 2014 New Revision: 358836 URL: http://svnweb.freebsd.org/changeset/ports/358836 QAT: https://qat.redports.org/buildarchive/r358836/ Log: - New LIB_DEPENDS syntax. - USES=libtool. - Fix configure when $CC = gcc. Deleted: head/astro/gpsdrive/files/patch-ltmain.sh Modified: head/astro/gpsdrive/Makefile head/astro/gpsdrive/pkg-plist Modified: head/astro/gpsdrive/Makefile ============================================================================== --- head/astro/gpsdrive/Makefile Sun Jun 22 21:52:34 2014 (r358835) +++ head/astro/gpsdrive/Makefile Sun Jun 22 22:05:06 2014 (r358836) @@ -3,7 +3,7 @@ PORTNAME= gpsdrive PORTVERSION= 2.09 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= astro geography MASTER_SITES= http://www.gpsdrive.de/packages/ \ LOCAL/beech @@ -13,20 +13,18 @@ COMMENT= GPS navigation system LICENSE= GPLv2 -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USES= gmake perl5 pkgconfig -USE_AUTOTOOLS= libtool +USES= gmake libtool perl5 pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-garmin +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib -lgmodule-2.0 MAKE_JOBS_UNSAFE= yes -MANLANG= "" de es - OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> @@ -39,6 +37,7 @@ PLIST_SUB+= NLS="@comment " .endif post-patch: + @${REINPLACE_CMD} 's/test "$$CC" = "gcc"/false/' ${WRKSRC}/configure .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} 's|SUBDIRS = src po man|SUBDIRS = src man|' \ ${WRKSRC}/Makefile.in Modified: head/astro/gpsdrive/pkg-plist ============================================================================== --- head/astro/gpsdrive/pkg-plist Sun Jun 22 21:52:34 2014 (r358835) +++ head/astro/gpsdrive/pkg-plist Sun Jun 22 22:05:06 2014 (r358836) @@ -13,13 +13,13 @@ bin/gpssql_restore.sh bin/wpcvt bin/wpget lib/libfly.a -lib/libfly.la lib/libfly.so lib/libfly.so.2 +lib/libfly.so.2.0.0 lib/libnautic.a -lib/libnautic.la lib/libnautic.so lib/libnautic.so.2 +lib/libnautic.so.2.0.0 man/de/man1/gpsdrive.1.gz man/es/man1/gpsdrive.1.gz man/man1/gpsdrive.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406222205.s5MM56UV098196>