From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 22:05:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C8613E8; Sun, 22 Jun 2014 22:05:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FED52A26; Sun, 22 Jun 2014 22:05:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MM57up098198; Sun, 22 Jun 2014 22:05:07 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MM56UV098196; Sun, 22 Jun 2014 22:05:06 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201406222205.s5MM56UV098196@svn.freebsd.org> From: Tijl Coosemans Date: Sun, 22 Jun 2014 22:05:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358836 - in head/astro/gpsdrive: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 22:05:07 -0000 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 @@ -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