svn commit: r350916 - head/x11/gnome-terminal

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 11 10:07:24 UTC 2014


Author: bapt
Date: Fri Apr 11 10:07:23 2014
New Revision: 350916
URL: http://svnweb.freebsd.org/changeset/ports/350916
QAT: https://qat.redports.org/buildarchive/r350916/

Log:
  Support stage
  Modernize
  Reduce overlinking by using USES=libtool

Modified:
  head/x11/gnome-terminal/Makefile

Modified: head/x11/gnome-terminal/Makefile
==============================================================================
--- head/x11/gnome-terminal/Makefile	Fri Apr 11 10:04:00 2014	(r350915)
+++ head/x11/gnome-terminal/Makefile	Fri Apr 11 10:07:23 2014	(r350916)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-terminal
 PORTVERSION=	2.32.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -12,21 +12,18 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Terminal component for the GNOME 2 Desktop
 
-LIB_DEPENDS=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+LIB_DEPENDS=	libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
 
-USES=		gettext gmake pkgconfig
-USE_BZIP2=	yes
+USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
 INSTALLS_OMF=	yes
 USE_XORG=	sm
-USE_GNOME=	gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils \
-		libgnome
+USE_GNOME=	gnomeprefix intlhack gconf2 vte gnomedocutils libgnome
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 GCONF_SCHEMAS=	gnome-terminal.schemas
 
-NO_STAGE=	yes
 post-patch:
 	@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
 		${WRKSRC}/configure ${WRKSRC}/config.h.in


More information about the svn-ports-all mailing list