[Midnightbsd-cvs] mports [23098] trunk/devel/gnome-vfs: tweak build a bit

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 8 08:58:21 EST 2018


Revision: 23098
          http://svnweb.midnightbsd.org/mports/?rev=23098
Author:   laffer1
Date:     2018-03-08 08:58:20 -0500 (Thu, 08 Mar 2018)
Log Message:
-----------
tweak build a bit

Modified Paths:
--------------
    trunk/devel/gnome-vfs/Makefile
    trunk/devel/gnome-vfs/pkg-descr

Modified: trunk/devel/gnome-vfs/Makefile
===================================================================
--- trunk/devel/gnome-vfs/Makefile	2018-03-08 05:31:20 UTC (rev 23097)
+++ trunk/devel/gnome-vfs/Makefile	2018-03-08 13:58:20 UTC (rev 23098)
@@ -11,17 +11,22 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNOME Virtual File System
 
-LICENSE=	gpl2
+LICENSE=	lgpl2
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
+BROKEN_SSL=	openssl-devel
+BROKEN_SSL_REASON_openssl-devel=	incomplete definition of type 'struct ssl_st'
+
 USES=		tar:bzip2
 
 .if !defined(REFERENCE_PORT)
 
-RUN_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info
+RUN_DEPENDS=	update-mime-database:misc/shared-mime-info
+LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
+		libdbus-1.so:devel/dbus
 
 USES+=		gettext gmake libtool:keepla pathfix pkgconfig
-USE_GNOME=	gnomeprefix intlhack gnomemimedata gconf2 \
-		referencehack
+USE_GNOME=	gconf2 gnomemimedata intlhack referencehack
 INSTALL_TARGET=	install-strip
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
@@ -30,7 +35,8 @@
 		--disable-gnutls \
 		--disable-howl \
 		--with-hal-mount=/sbin/mount \
-		--with-hal-umount=/sbin/umount
+		--with-hal-umount=/sbin/umount \
+		ac_cv_header_sys_inotify_h=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
@@ -53,12 +59,12 @@
 .endif
 
 .if exists(${LOCALBASE}/lib/libkrb5.so)
-LIB_DEPENDS+=	libkrb5.so:${PORTSDIR}/security/heimdal
+LIB_DEPENDS+=	libkrb5.so:security/heimdal
 .endif
 
 .if ${PORT_OPTIONS:MHAL}
 CONFIGURE_ARGS+=--enable-hal
-LIB_DEPENDS+=	libhal.so:${PORTSDIR}/sysutils/hal
+LIB_DEPENDS+=	libhal.so:sysutils/hal
 .else
 CONFIGURE_ARGS+=--disable-hal
 .endif
@@ -73,7 +79,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MMDNS}
-LIB_DEPENDS+=	libavahi-client.so:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+=	libavahi-client.so:net/avahi-app
 .else
 CONFIGURE_ARGS+=--disable-avahi
 .endif

Modified: trunk/devel/gnome-vfs/pkg-descr
===================================================================
--- trunk/devel/gnome-vfs/pkg-descr	2018-03-08 05:31:20 UTC (rev 23097)
+++ trunk/devel/gnome-vfs/pkg-descr	2018-03-08 13:58:20 UTC (rev 23098)
@@ -4,4 +4,4 @@
 and in multiple formats are as simple to access (and write code for)
 as any directory on the local machine.
 
-WWW: http://www.gnome.org/
+WWW: https://www.gnome.org/



More information about the Midnightbsd-cvs mailing list