Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 00:33:22 +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: r352199 - head/www/libgtkhtml
Message-ID:  <201404260033.s3Q0XMWP032062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Apr 26 00:33:22 2014
New Revision: 352199
URL: http://svnweb.freebsd.org/changeset/ports/352199
QAT: https://qat.redports.org/buildarchive/r352199/

Log:
  Support stage

Modified:
  head/www/libgtkhtml/Makefile
  head/www/libgtkhtml/pkg-plist

Modified: head/www/libgtkhtml/Makefile
==============================================================================
--- head/www/libgtkhtml/Makefile	Sat Apr 26 00:31:23 2014	(r352198)
+++ head/www/libgtkhtml/Makefile	Sat Apr 26 00:33:22 2014	(r352199)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgtkhtml
 PORTVERSION=	2.11.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	www gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -12,13 +12,12 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Lightweight HTML rendering/printing/editing engine
 
-USE_BZIP2=	yes
-USES=		gmake pkgconfig
-USE_GNOME=	gnomeprefix gnomehack libxslt gnomevfs2 ltverhack
+USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
+USE_GNOME=	gnomeprefix libxslt gnomevfs2
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=  libtool
+GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/libgtkhtml/pkg-plist
==============================================================================
--- head/www/libgtkhtml/pkg-plist	Sat Apr 26 00:31:23 2014	(r352198)
+++ head/www/libgtkhtml/pkg-plist	Sat Apr 26 00:33:22 2014	(r352199)
@@ -71,6 +71,7 @@ lib/libgtkhtml-2.a
 lib/libgtkhtml-2.la
 lib/libgtkhtml-2.so
 lib/libgtkhtml-2.so.0
+lib/libgtkhtml-2.so.0.0.0
 libdata/pkgconfig/libgtkhtml-2.0.pc
 @dirrm include/gtkhtml-2.0/libgtkhtml/view
 @dirrm include/gtkhtml-2.0/libgtkhtml/util



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