svn commit: r341893 - head/astro/foxtrotgps

Antoine Brodin antoine at FreeBSD.org
Thu Jan 30 22:09:04 UTC 2014


Author: antoine
Date: Thu Jan 30 22:09:03 2014
New Revision: 341893
URL: http://svnweb.freebsd.org/changeset/ports/341893
QAT: https://qat.redports.org/buildarchive/r341893/

Log:
  - Stage support
  - Fix LIB_DEPENDS

Modified:
  head/astro/foxtrotgps/Makefile
  head/astro/foxtrotgps/pkg-plist

Modified: head/astro/foxtrotgps/Makefile
==============================================================================
--- head/astro/foxtrotgps/Makefile	Thu Jan 30 22:05:06 2014	(r341892)
+++ head/astro/foxtrotgps/Makefile	Thu Jan 30 22:09:03 2014	(r341893)
@@ -12,11 +12,11 @@ COMMENT=	Lightweight opensource gps movi
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libexif.so:${PORTSDIR}/graphics/libexif \
-		libsoup-2.so:${PORTSDIR}/devel/libsoup \
+		libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
 		libgps.so:${PORTSDIR}/astro/gpsd
 
 GNU_CONFIGURE=	yes
-NO_STAGE=	yes
+CONFIGURE_ARGS=	--disable-schemas-install
 USES=		gettext gmake pkgconfig shebangfix
 SHEBANG_FILES=	contrib/convert2gpx \
 		contrib/convert2osm \
@@ -28,6 +28,4 @@ INSTALLS_ICONS=	yes
 
 GCONF_SCHEMAS=	apps_foxtrotgps.schemas
 
-MAN1=	foxtrotgps.1 convert2gpx.1 convert2osm.1
-
 .include <bsd.port.mk>

Modified: head/astro/foxtrotgps/pkg-plist
==============================================================================
--- head/astro/foxtrotgps/pkg-plist	Thu Jan 30 22:05:06 2014	(r341892)
+++ head/astro/foxtrotgps/pkg-plist	Thu Jan 30 22:09:03 2014	(r341893)
@@ -16,6 +16,9 @@ lib/locale/ru/LC_MESSAGES/foxtrotgps.mo
 lib/locale/sk/LC_MESSAGES/foxtrotgps.mo
 lib/locale/ja/LC_MESSAGES/foxtrotgps.mo
 lib/locale/sr/LC_MESSAGES/foxtrotgps.mo
+man/man1/convert2gpx.1.gz
+man/man1/convert2osm.1.gz
+man/man1/foxtrotgps.1.gz
 share/applications/foxtrotgps.desktop
 %%DOCSDIR%%/AUTHORS
 %%DOCSDIR%%/COPYING


More information about the svn-ports-all mailing list