Date: Sat, 26 Apr 2014 00:31:23 +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: r352198 - head/www/gtkhtml3 Message-ID: <201404260031.s3Q0VNCG031729@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Apr 26 00:31:23 2014 New Revision: 352198 URL: http://svnweb.freebsd.org/changeset/ports/352198 QAT: https://qat.redports.org/buildarchive/r352198/ Log: Support stage Use USES=libtoo Strip binaries Modified: head/www/gtkhtml3/Makefile head/www/gtkhtml3/pkg-plist Modified: head/www/gtkhtml3/Makefile ============================================================================== --- head/www/gtkhtml3/Makefile Sat Apr 26 00:28:39 2014 (r352197) +++ head/www/gtkhtml3/Makefile Sat Apr 26 00:31:23 2014 (r352198) @@ -4,7 +4,7 @@ PORTNAME= gtkhtml3 PORTVERSION= 3.32.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -16,22 +16,22 @@ COMMENT= Lightweight HTML rendering/prin BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ - enchant:${PORTSDIR}/textproc/enchant +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libenchant.so:${PORTSDIR}/textproc/enchant RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gettext pkgconfig gmake tar:bzip2 +USES= gettext libtool:keepla pathfix pkgconfig gmake tar:bzip2 USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack +USE_GNOME= gnomeprefix intlhack gconf2 USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="3.14" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \ ${WRKSRC}/intltool-merge.in Modified: head/www/gtkhtml3/pkg-plist ============================================================================== --- head/www/gtkhtml3/pkg-plist Sat Apr 26 00:28:39 2014 (r352197) +++ head/www/gtkhtml3/pkg-plist Sat Apr 26 00:31:23 2014 (r352198) @@ -15,14 +15,14 @@ include/libgtkhtml-%%VERSION%%/gtkhtml/g include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h -lib/libgtkhtml-%%VERSION%%.a lib/libgtkhtml-%%VERSION%%.la lib/libgtkhtml-%%VERSION%%.so lib/libgtkhtml-%%VERSION%%.so.19 -lib/libgtkhtml-editor-%%VERSION%%.a +lib/libgtkhtml-%%VERSION%%.so.19.1.1 lib/libgtkhtml-editor-%%VERSION%%.la lib/libgtkhtml-editor-%%VERSION%%.so lib/libgtkhtml-editor-%%VERSION%%.so.0 +lib/libgtkhtml-editor-%%VERSION%%.so.0.0.0 libdata/pkgconfig/gtkhtml-editor-%%VERSION%%.pc libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc share/gtkhtml-%%VERSION%%/gtkhtml-editor-builder.ui
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404260031.s3Q0VNCG031729>