Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 10:04:00 +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: r350915 - head/x11/libgnome
Message-ID:  <201404111004.s3BA403M064392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 11 10:04:00 2014
New Revision: 350915
URL: http://svnweb.freebsd.org/changeset/ports/350915
QAT: https://qat.redports.org/buildarchive/r350915/

Log:
  Support stage
  Modernize

Modified:
  head/x11/libgnome/Makefile
  head/x11/libgnome/pkg-plist

Modified: head/x11/libgnome/Makefile
==============================================================================
--- head/x11/libgnome/Makefile	Fri Apr 11 09:55:21 2014	(r350914)
+++ head/x11/libgnome/Makefile	Fri Apr 11 10:04:00 2014	(r350915)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgnome
 PORTVERSION=	2.32.0
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -12,27 +12,26 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Libraries for GNOME, a GNU desktop environment
 
-USE_BZIP2=	yes
+USES=	tar:bzip2
 
 .if !defined(REFERENCE_PORT)
 
 BUILD_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
-LIB_DEPENDS=	canberra-gtk.0:${PORTSDIR}/audio/libcanberra
+LIB_DEPENDS=	libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
 RUN_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
 
+INSTALL_TARGET=	install-strip
 USE_GNOME=	gnomeprefix intlhack esound libbonobo \
-		gnomevfs2 ltverhack referencehack
-USES=		bison pathfix gettext gmake pkgconfig
+		gnomevfs2 referencehack
+USES+=		bison libtool pathfix gettext gmake pkgconfig
 USE_XORG=	xpm
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
+GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 SUB_FILES=	pkg-deinstall
 
-MAN7=		gnome-options.7
-
 GCONF_SCHEMAS=	desktop_gnome_accessibility_keyboard.schemas \
 		desktop_gnome_accessibility_startup.schemas \
 		desktop_gnome_applications_at_mobility.schemas \
@@ -52,7 +51,6 @@ GCONF_SCHEMAS=	desktop_gnome_accessibili
 		desktop_gnome_thumbnailers.schemas \
 		desktop_gnome_typing_break.schemas
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
 		${WRKSRC}/libgnome/libgnome-2.0.pc.in

Modified: head/x11/libgnome/pkg-plist
==============================================================================
--- head/x11/libgnome/pkg-plist	Fri Apr 11 09:55:21 2014	(r350914)
+++ head/x11/libgnome/pkg-plist	Fri Apr 11 10:04:00 2014	(r350915)
@@ -23,8 +23,10 @@ lib/libgnome-2.a
 lib/libgnome-2.la
 lib/libgnome-2.so
 lib/libgnome-2.so.0
+lib/libgnome-2.so.0.3200.0
 libdata/bonobo/servers/GNOME_Moniker_std.server
 libdata/pkgconfig/libgnome-2.0.pc
+man/man7/gnome-options.7.gz
 share/gnome-background-properties/gnome-default.xml
 share/locale/am/LC_MESSAGES/libgnome-2.0.mo
 share/locale/ar/LC_MESSAGES/libgnome-2.0.mo



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