svn commit: r366922 - head/graphics/colord

Tijl Coosemans tijl at FreeBSD.org
Mon Sep 1 18:16:22 UTC 2014


Author: tijl
Date: Mon Sep  1 18:16:21 2014
New Revision: 366922
URL: http://svnweb.freebsd.org/changeset/ports/366922
QAT: https://qat.redports.org/buildarchive/r366922/

Log:
  - Add USES=libtool
  - Remove pkg_install @cwd hack
  
  Obtained from:	gnome-dev

Modified:
  head/graphics/colord/Makefile
  head/graphics/colord/pkg-plist

Modified: head/graphics/colord/Makefile
==============================================================================
--- head/graphics/colord/Makefile	Mon Sep  1 18:13:41 2014	(r366921)
+++ head/graphics/colord/Makefile	Mon Sep  1 18:16:21 2014	(r366922)
@@ -4,7 +4,7 @@
 
 PORTNAME=	colord
 PORTVERSION=	1.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.freedesktop.org/software/colord/releases/
 
@@ -18,8 +18,8 @@ LIB_DEPENDS=	libpolkit-gobject-1.so:${PO
 USERS=		colord
 GROUPS=		colord
 
+USES=		gettext gmake libtool pathfix pkgconfig tar:xz
 USE_GNOME=	gnomehier glib20 intlhack introspection:build
-USES=		gettext gmake pathfix pkgconfig tar:xz
 USE_SQLITE=	3
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -44,9 +44,6 @@ OPTIONS_DEFINE=	MANPAGES
 
 .include <bsd.port.options.mk>
 
-# workaround for buggy handling of "@cwd" in pkg_*
-PLIST_SUB+=	REALPREFIX=${PREFIX}
-
 .if ${PORT_OPTIONS:MMANPAGES}
 BUILD_DEPENDS+=	docbook2html:${PORTSDIR}/textproc/docbook-utils \
 		${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml

Modified: head/graphics/colord/pkg-plist
==============================================================================
--- head/graphics/colord/pkg-plist	Mon Sep  1 18:13:41 2014	(r366921)
+++ head/graphics/colord/pkg-plist	Mon Sep  1 18:16:21 2014	(r366922)
@@ -31,20 +31,18 @@ include/colord-1/colord/cd-sensor.h
 include/colord-1/colord/cd-transform.h
 include/colord-1/colord/cd-version.h
 lib/colord-sensors/libcolord_sensor_argyll.a
-lib/colord-sensors/libcolord_sensor_argyll.la
 lib/colord-sensors/libcolord_sensor_argyll.so
 lib/colord-sensors/libcolord_sensor_dummy.a
-lib/colord-sensors/libcolord_sensor_dummy.la
 lib/colord-sensors/libcolord_sensor_dummy.so
 lib/girepository-1.0/Colord-1.0.typelib
 lib/libcolord.a
-lib/libcolord.la
 lib/libcolord.so
 lib/libcolord.so.1
+lib/libcolord.so.1.0.20
 lib/libcolordprivate.a
-lib/libcolordprivate.la
 lib/libcolordprivate.so
 lib/libcolordprivate.so.1
+lib/libcolordprivate.so.1.0.20
 libdata/pkgconfig/colord.pc
 libexec/colord
 libexec/colord-session
@@ -200,4 +198,4 @@ share/polkit-1/actions/org.freedesktop.c
 @cwd /
 @dirrmtry var/db/colord/icc
 @dirrmtry var/db/colord
- at cwd %%REALPREFIX%%
+ at cwd


More information about the svn-ports-head mailing list