svn commit: r351825 - head/x11-toolkits/eel
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 12:37:50 UTC 2014
Author: bapt
Date: Tue Apr 22 12:37:49 2014
New Revision: 351825
URL: http://svnweb.freebsd.org/changeset/ports/351825
QAT: https://qat.redports.org/buildarchive/r351825/
Log:
Support stage
USES=libtool
Modified:
head/x11-toolkits/eel/Makefile
head/x11-toolkits/eel/pkg-plist
Modified: head/x11-toolkits/eel/Makefile
==============================================================================
--- head/x11-toolkits/eel/Makefile Tue Apr 22 12:35:06 2014 (r351824)
+++ head/x11-toolkits/eel/Makefile Tue Apr 22 12:37:49 2014 (r351825)
@@ -4,7 +4,7 @@
PORTNAME= eel
PORTVERSION= 2.26.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -12,16 +12,15 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
COMMENT= Generally useful classes and extensions to GNOME
-USES= gettext gmake pkgconfig
-USE_BZIP2= yes
+USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
USE_XORG= xrender
GNOME_DESKTOP_VERSION=2
-USE_GNOME= gnomeprefix gnomehack gnomedesktop ltverhack intlhack
-USE_AUTOTOOLS= libtool
+USE_GNOME= gnomeprefix gnomedesktop intlhack
USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --enable-static
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-toolkits/eel/pkg-plist
==============================================================================
--- head/x11-toolkits/eel/pkg-plist Tue Apr 22 12:35:06 2014 (r351824)
+++ head/x11-toolkits/eel/pkg-plist Tue Apr 22 12:37:49 2014 (r351825)
@@ -40,6 +40,7 @@ lib/libeel-2.a
lib/libeel-2.la
lib/libeel-2.so
lib/libeel-2.so.2
+lib/libeel-2.so.2.26.0
libdata/pkgconfig/eel-2.0.pc
share/locale/am/LC_MESSAGES/eel-2.0.mo
share/locale/ang/LC_MESSAGES/eel-2.0.mo
More information about the svn-ports-all
mailing list