[Midnightbsd-cvs] mports [16220] trunk/devel/libsoup/Makefile: update build setup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 12 20:03:48 EDT 2014


Revision: 16220
          http://svnweb.midnightbsd.org/mports/?rev=16220
Author:   laffer1
Date:     2014-04-12 20:03:47 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
update build setup

Modified Paths:
--------------
    trunk/devel/libsoup/Makefile

Modified: trunk/devel/libsoup/Makefile
===================================================================
--- trunk/devel/libsoup/Makefile	2014-04-12 23:59:49 UTC (rev 16219)
+++ trunk/devel/libsoup/Makefile	2014-04-13 00:03:47 UTC (rev 16220)
@@ -8,7 +8,8 @@
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A SOAP (Simple Object Access Protocol) implementation in C
+COMMENT=	SOAP (Simple Object Access Protocol) implementation in C
+
 LICENSE=	gpl2
 
 BUILD_DEPENDS=	glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking
@@ -15,18 +16,16 @@
 LIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt
 RUN_DEPENDS=	glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking
 
-USE_XZ=		yes
+USES=		tar:xz
 
 .if !defined(REFERENCE_PORT)
 
-USES=		gettext pathfix
-USE_GNOME=	gnomehier glib20 libxml2 ltverhack referencehack intltool
+USES+=		gettext gmake pathfix pkgconfig
+USE_GNOME=	gnomehier glib20 libxml2 referencehack intltool
 USE_SQLITE=	3
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
-MAKE_JOBS_SAFE=	yes
-USE_PYTHON_BUILD=	-2.7
+USE_PYTHON_BUILD=	2
 CONFIGURE_ARGS=	--disable-more-warnings
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



More information about the Midnightbsd-cvs mailing list