Date: Sun, 22 Jun 2014 21:27:17 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358833 - head/deskutils/gucharmap Message-ID: <201406222127.s5MLRHbM079900@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Jun 22 21:27:17 2014 New Revision: 358833 URL: http://svnweb.freebsd.org/changeset/ports/358833 QAT: https://qat.redports.org/buildarchive/r358833/ Log: - Switch to USES=libtool, drop .la files - Convert gnomehack to USES=pathfix Approved by: portmgr blanket, kwm (for gnome@ leaf ports) Modified: head/deskutils/gucharmap/Makefile head/deskutils/gucharmap/pkg-plist Modified: head/deskutils/gucharmap/Makefile ============================================================================== --- head/deskutils/gucharmap/Makefile Sun Jun 22 21:17:48 2014 (r358832) +++ head/deskutils/gucharmap/Makefile Sun Jun 22 21:27:17 2014 (r358833) @@ -4,7 +4,7 @@ PORTNAME= gucharmap PORTVERSION= 2.32.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -14,8 +14,8 @@ COMMENT= Unicode/ISO10646 character map LIB_DEPENDS= librarian.so:${PORTSDIR}/textproc/rarian -USES= gettext pkgconfig gmake tar:bzip2 -USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 +USES= gettext pkgconfig gmake libtool pathfix tar:bzip2 +USE_GNOME= gnomeprefix intlhack gtk20 gnomedocutils gconf2 GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_LDCONFIG= yes Modified: head/deskutils/gucharmap/pkg-plist ============================================================================== --- head/deskutils/gucharmap/pkg-plist Sun Jun 22 21:17:48 2014 (r358832) +++ head/deskutils/gucharmap/pkg-plist Sun Jun 22 21:27:17 2014 (r358833) @@ -13,9 +13,9 @@ include/gucharmap-2.0/gucharmap/gucharma include/gucharmap-2.0/gucharmap/gucharmap-type-builtins.h include/gucharmap-2.0/gucharmap/gucharmap-unicode-info.h include/gucharmap-2.0/gucharmap/gucharmap.h -lib/libgucharmap.la lib/libgucharmap.so lib/libgucharmap.so.7 +lib/libgucharmap.so.7.0.0 libdata/pkgconfig/gucharmap-2.pc share/applications/gucharmap.desktop share/gnome/help/gucharmap/C/figures/gucharmap_start_window.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406222127.s5MLRHbM079900>