Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 10:07:23 +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: r350916 - head/x11/gnome-terminal
Message-ID:  <201404111007.s3BA7NNW064837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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