Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 20:05:37 +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: r367602 - head/print/libgnomeprintmm
Message-ID:  <201409072005.s87K5bm1078837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Sep  7 20:05:37 2014
New Revision: 367602
URL: http://svnweb.freebsd.org/changeset/ports/367602
QAT: https://qat.redports.org/buildarchive/r367602/

Log:
  Convert to USES=libtool, USES=pathfix and INSTALL_TARGET=install-strip

Modified:
  head/print/libgnomeprintmm/Makefile
  head/print/libgnomeprintmm/pkg-plist

Modified: head/print/libgnomeprintmm/Makefile
==============================================================================
--- head/print/libgnomeprintmm/Makefile	Sun Sep  7 20:02:32 2014	(r367601)
+++ head/print/libgnomeprintmm/Makefile	Sun Sep  7 20:05:37 2014	(r367602)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libgnomeprintmm
 PORTVERSION=	2.5.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -14,12 +14,12 @@ COMMENT=	C++ bindings for the GNOME prin
 LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
-USES=		pkgconfig gmake tar:bzip2
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomeprefix gnomehack libgnomeprint
+USES=		gmake libtool pathfix pkgconfig tar:bzip2
+USE_GNOME=	gnomeprefix libgnomeprint
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-static
+INSTALL_TARGET=	install-strip
 
 PLIST_SUB=	VERSION="2.5" API_VERSION="2.6"
 

Modified: head/print/libgnomeprintmm/pkg-plist
==============================================================================
--- head/print/libgnomeprintmm/pkg-plist	Sun Sep  7 20:02:32 2014	(r367601)
+++ head/print/libgnomeprintmm/pkg-plist	Sun Sep  7 20:05:37 2014	(r367602)
@@ -14,9 +14,9 @@ include/libgnomeprintmm-%%API_VERSION%%/
 include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/types.h
 include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/wrap_init.h
 lib/libgnomeprintmm-%%VERSION%%.a
-lib/libgnomeprintmm-%%VERSION%%.la
 lib/libgnomeprintmm-%%VERSION%%.so
 lib/libgnomeprintmm-%%VERSION%%.so.2
+lib/libgnomeprintmm-%%VERSION%%.so.2.0.0
 lib/libgnomeprintmm-%%API_VERSION%%/include/libgnomeprintmmconfig.h
 lib/libgnomeprintmm-%%API_VERSION%%/proc/m4/convert.m4
 lib/libgnomeprintmm-%%API_VERSION%%/proc/m4/convert_libgnomeprintmm.m4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409072005.s87K5bm1078837>