svn commit: r350977 - head/editors/ghex

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 11 15:09:36 UTC 2014


Author: bapt
Date: Fri Apr 11 15:09:35 2014
New Revision: 350977
URL: http://svnweb.freebsd.org/changeset/ports/350977
QAT: https://qat.redports.org/buildarchive/r350977/

Log:
  Support stage

Modified:
  head/editors/ghex/Makefile
  head/editors/ghex/pkg-plist

Modified: head/editors/ghex/Makefile
==============================================================================
--- head/editors/ghex/Makefile	Fri Apr 11 15:07:14 2014	(r350976)
+++ head/editors/ghex/Makefile	Fri Apr 11 15:09:35 2014	(r350977)
@@ -12,11 +12,10 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	GNOME 2 hex editor
 
-USE_BZIP2=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \
-		gnomedocutils
-USES=		gettext gmake pkgconfig
+USE_GNOME=	gnomeprefix intlhack libgnomeprintui libgnomeui gnomedocutils
+USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -24,5 +23,4 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 GCONF_SCHEMAS=	ghex2.schemas
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/editors/ghex/pkg-plist
==============================================================================
--- head/editors/ghex/pkg-plist	Fri Apr 11 15:07:14 2014	(r350976)
+++ head/editors/ghex/pkg-plist	Fri Apr 11 15:09:35 2014	(r350977)
@@ -5,6 +5,7 @@ lib/libgtkhex.a
 lib/libgtkhex.la
 lib/libgtkhex.so
 lib/libgtkhex.so.0
+lib/libgtkhex.so.0.0.0
 libdata/pkgconfig/gtkhex.pc
 share/applications/ghex.desktop
 share/gnome-2.0/ui/ghex-ui.xml


More information about the svn-ports-all mailing list