svn commit: r350961 - head/devel/gnome-vfs

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 11 14:24:21 UTC 2014


Author: bapt
Date: Fri Apr 11 14:24:20 2014
New Revision: 350961
URL: http://svnweb.freebsd.org/changeset/ports/350961
QAT: https://qat.redports.org/buildarchive/r350961/

Log:
  Support stage

Modified:
  head/devel/gnome-vfs/Makefile
  head/devel/gnome-vfs/pkg-plist

Modified: head/devel/gnome-vfs/Makefile
==============================================================================
--- head/devel/gnome-vfs/Makefile	Fri Apr 11 14:21:12 2014	(r350960)
+++ head/devel/gnome-vfs/Makefile	Fri Apr 11 14:24:20 2014	(r350961)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-vfs
 PORTVERSION=	2.24.4
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -12,18 +12,19 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	GNOME Virtual File System
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 .if !defined(REFERENCE_PORT)
 
 RUN_DEPENDS=	${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info
 
-USES=		pathfix gettext gmake pkgconfig
+USES+=		libtool pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix intlhack gnomemimedata gconf2 \
-		ltverhack referencehack
-USE_AUTOTOOLS=	libtool
+		referencehack
+INSTALL_TARGET=	install-strip
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-openssl \
 		--disable-gnutls \
 		--disable-howl \
@@ -44,7 +45,6 @@ OPTIONS_DEFAULT=SAMBA MDNS HAL
 SAMBA_DESC=	Enable SMB volume support
 MDNS_DESC=	Enable Bonjour/Rendezvous support
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM)
@@ -52,18 +52,18 @@ USES+=		fam
 .endif
 
 .if exists(${LOCALBASE}/lib/libkrb5.so)
-LIB_DEPENDS+=	krb5:${PORTSDIR}/security/heimdal
+LIB_DEPENDS+=	libkrb5.so:${PORTSDIR}/security/heimdal
 .endif
 
 .if ${PORT_OPTIONS:MHAL}
 CONFIGURE_ARGS+=--enable-hal
-LIB_DEPENDS+=	hal:${PORTSDIR}/sysutils/hal
+LIB_DEPENDS+=	libhal.so:${PORTSDIR}/sysutils/hal
 .else
 CONFIGURE_ARGS+=--disable-hal
 .endif
 
 .if ${PORT_OPTIONS:MSAMBA}
-LIB_DEPENDS+=	smbclient:${PORTSDIR}/net/samba-libsmbclient
+LIB_DEPENDS+=	libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
 PLIST_SUB+=	SAMBA=""
 .else
 PLIST_SUB+=	SAMBA="@comment "
@@ -71,7 +71,7 @@ CONFIGURE_ARGS+=--disable-samba
 .endif
 
 .if ${PORT_OPTIONS:MMDNS}
-LIB_DEPENDS+=	avahi-client:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+=	libavahi-client.so:${PORTSDIR}/net/avahi-app
 .else
 CONFIGURE_ARGS+=--disable-avahi
 .endif

Modified: head/devel/gnome-vfs/pkg-plist
==============================================================================
--- head/devel/gnome-vfs/pkg-plist	Fri Apr 11 14:21:12 2014	(r350960)
+++ head/devel/gnome-vfs/pkg-plist	Fri Apr 11 14:24:20 2014	(r350961)
@@ -104,6 +104,7 @@ lib/libgnomevfs-2.a
 lib/libgnomevfs-2.la
 lib/libgnomevfs-2.so
 lib/libgnomevfs-2.so.0
+lib/libgnomevfs-2.so.0.2400.4
 libdata/pkgconfig/gnome-vfs-2.0.pc
 libdata/pkgconfig/gnome-vfs-module-2.0.pc
 libexec/gnome-vfs-daemon


More information about the svn-ports-all mailing list