Date: Tue, 22 Apr 2014 05:50:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351748 - head/x11/libgnomemm26 Message-ID: <201404220550.s3M5oJSu047247@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Apr 22 05:50:18 2014 New Revision: 351748 URL: http://svnweb.freebsd.org/changeset/ports/351748 QAT: https://qat.redports.org/buildarchive/r351748/ Log: Suppot stage Modernize USES=libtool Modified: head/x11/libgnomemm26/Makefile head/x11/libgnomemm26/pkg-plist Modified: head/x11/libgnomemm26/Makefile ============================================================================== --- head/x11/libgnomemm26/Makefile Tue Apr 22 02:55:43 2014 (r351747) +++ head/x11/libgnomemm26/Makefile Tue Apr 22 05:50:18 2014 (r351748) @@ -4,7 +4,7 @@ PORTNAME= libgnomemm PORTVERSION= 2.30.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,20 +12,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for libgnome library -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -LATEST_LINK= libgnomemm26 - -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_XORG= xext -USE_GNOME= gnomehack libgnome +USE_GNOME= libgnome GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="2.6" API_VERSION="2.6" -NO_STAGE= yes .include <bsd.port.mk> Modified: head/x11/libgnomemm26/pkg-plist ============================================================================== --- head/x11/libgnomemm26/pkg-plist Tue Apr 22 02:55:43 2014 (r351747) +++ head/x11/libgnomemm26/pkg-plist Tue Apr 22 05:50:18 2014 (r351748) @@ -11,6 +11,7 @@ lib/libgnomemm-%%VERSION%%.a lib/libgnomemm-%%VERSION%%.la lib/libgnomemm-%%VERSION%%.so lib/libgnomemm-%%VERSION%%.so.1 +lib/libgnomemm-%%VERSION%%.so.1.0.5 lib/libgnomemm-%%API_VERSION%%/include/libgnomemmconfig.h lib/libgnomemm-%%API_VERSION%%/proc/m4/convert.m4 lib/libgnomemm-%%API_VERSION%%/proc/m4/convert_libgnomemm.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404220550.s3M5oJSu047247>