Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 17:55:53 +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: r366914 - head/deskutils/gnome-utils
Message-ID:  <201409011755.s81HtrPO065665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Sep  1 17:55:52 2014
New Revision: 366914
URL: http://svnweb.freebsd.org/changeset/ports/366914
QAT: https://qat.redports.org/buildarchive/r366914/

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

Modified:
  head/deskutils/gnome-utils/Makefile
  head/deskutils/gnome-utils/pkg-plist

Modified: head/deskutils/gnome-utils/Makefile
==============================================================================
--- head/deskutils/gnome-utils/Makefile	Mon Sep  1 17:53:22 2014	(r366913)
+++ head/deskutils/gnome-utils/Makefile	Mon Sep  1 17:55:52 2014	(r366914)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-utils
 PORTVERSION=	2.32.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
@@ -20,15 +20,16 @@ CONFLICTS=	baobob-3.[0-9]* gnome-diction
 		gnome-font-viewer-3.[0-9]* gnome-screenshot-3.[0-9]* \
 		gnome-search-tool-3.[0-9]* gnome-system-log-3.[0-9]*
 
-USES=		gettext gmake pkgconfig tar:bzip2
+USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
 INSTALLS_OMF=	yes
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack gnomepanel ltverhack
-USE_AUTOTOOLS=	libtool
+USE_GNOME=	gnomeprefix intlhack gnomepanel
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-maintainer-flags=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 GCONF_SCHEMAS=	gnome-dictionary.schemas gnome-screenshot.schemas \
 		gnome-search-tool.schemas baobab.schemas \

Modified: head/deskutils/gnome-utils/pkg-plist
==============================================================================
--- head/deskutils/gnome-utils/pkg-plist	Mon Sep  1 17:53:22 2014	(r366913)
+++ head/deskutils/gnome-utils/pkg-plist	Mon Sep  1 17:55:52 2014	(r366914)
@@ -18,9 +18,9 @@ include/gdict-1.0/gdict/gdict-utils.h
 include/gdict-1.0/gdict/gdict-version.h
 include/gdict-1.0/gdict/gdict.h
 lib/libgdict-1.0.a
-lib/libgdict-1.0.la
 lib/libgdict-1.0.so
 lib/libgdict-1.0.so.6
+lib/libgdict-1.0.so.6.0.7
 libdata/bonobo/servers/GNOME_DictionaryApplet.server
 libdata/pkgconfig/gdict-1.0.pc
 libexec/gnome-dictionary-applet



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