Date: Fri, 11 Apr 2014 15:09:36 +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: r350977 - head/editors/ghex Message-ID: <201404111509.s3BF9avZ094191@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111509.s3BF9avZ094191>