Date: Mon, 16 Mar 2015 14:07:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381393 - head/astro/gpsdrive Message-ID: <201503161407.t2GE7N2d030841@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Mar 16 14:07:22 2015 New Revision: 381393 URL: https://svnweb.freebsd.org/changeset/ports/381393 QAT: https://qat.redports.org/buildarchive/r381393/ Log: - Clarify LICENSE - Add LICENSE_FILE - Add missing dependency on bash, it installs bash scripts - Fix shebangs - Strip binaries - Fix build with disabled NLS Modified: head/astro/gpsdrive/Makefile Modified: head/astro/gpsdrive/Makefile ============================================================================== --- head/astro/gpsdrive/Makefile Mon Mar 16 14:05:44 2015 (r381392) +++ head/astro/gpsdrive/Makefile Mon Mar 16 14:07:22 2015 (r381393) @@ -3,7 +3,7 @@ PORTNAME= gpsdrive PORTVERSION= 2.09 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= astro geography MASTER_SITES= http://www.gpsdrive.de/packages/ \ LOCAL/beech @@ -11,11 +11,15 @@ MASTER_SITES= http://www.gpsdrive.de/pac MAINTAINER= ports@FreeBSD.org COMMENT= GPS navigation system -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USES= gmake libtool perl5 pkgconfig +USES= gmake libtool perl5 pkgconfig shebangfix +SHEBANG_FILES= src/gpsfetchmap.pl src/geocache2way src/gpssmswatch \ + src/gpspoint2gpsdrive.pl src/gpsreplay src/wpcvt USE_GNOME= gtk20 USE_LDCONFIG= yes @@ -23,12 +27,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-garmin CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lgmodule-2.0 -lm +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext +NLS_USES_OFF= gettext-tools .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503161407.t2GE7N2d030841>