Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 12:25:12 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363890 - in head: audio/scmpc devel/libconfuse devel/libconfuse/files net/bmon sysutils/ganglia-monitor-core sysutils/unieject x11-wm/awesome2 x11/i3status x11/tilda
Message-ID:  <53de2a29.52fd.5919d27@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Aug  3 12:25:11 2014
New Revision: 363890
URL: http://svnweb.freebsd.org/changeset/ports/363890
QAT: https://qat.redports.org/buildarchive/r363890/

Log:
  devel/libconfuse: USES=libtool, bump dependencies

Added:
  head/devel/libconfuse/files/
  head/devel/libconfuse/files/patch-configure   (contents, props changed)
Modified:
  head/audio/scmpc/Makefile
  head/devel/libconfuse/Makefile
  head/devel/libconfuse/pkg-plist
  head/net/bmon/Makefile
  head/sysutils/ganglia-monitor-core/Makefile
  head/sysutils/unieject/Makefile
  head/x11-wm/awesome2/Makefile
  head/x11/i3status/Makefile
  head/x11/tilda/Makefile

Modified: head/audio/scmpc/Makefile
==============================================================================
--- head/audio/scmpc/Makefile	Sun Aug  3 12:20:03 2014	(r363889)
+++ head/audio/scmpc/Makefile	Sun Aug  3 12:25:11 2014	(r363890)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scmpc
 PORTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://cdn.bitbucket.org/cmende/${PORTNAME}/downloads/
 

Modified: head/devel/libconfuse/Makefile
==============================================================================
--- head/devel/libconfuse/Makefile	Sun Aug  3 12:20:03 2014	(r363889)
+++ head/devel/libconfuse/Makefile	Sun Aug  3 12:25:11 2014	(r363890)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libconfuse
 PORTVERSION=	2.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SAVANNAH
 MASTER_SITE_SUBDIR=	confuse
@@ -17,14 +18,15 @@ LICENSE=	ISCL
 LIB_DEPENDS+=	${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck
 .endif
 
-USES=	iconv pathfix pkgconfig
-USE_AUTOTOOLS=	libtool
-USE_LDCONFIG=	yes
+USES=			iconv pathfix pkgconfig libtool
+GNU_CONFIGURE=		yes
+USE_LDCONFIG=		yes
 CONFIGURE_ARGS+=	--disable-nls
-CFLAGS+=	-I${WRKSRC}/src
+CFLAGS+=		-I${WRKSRC}/src
 .if defined(WITH_CHECK)
 CONFIGURE_ARGS+=	--with-check=${LOCALBASE}
-CFLAGS+=	-I${LOCALBASE}/include
+CFLAGS+=		-I${LOCALBASE}/include
 .endif
+INSTALL_TARGET=		install-strip
 
 .include <bsd.port.mk>

Added: head/devel/libconfuse/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libconfuse/files/patch-configure	Sun Aug  3 12:25:11 2014	(r363890)
@@ -0,0 +1,10 @@
+--- ./configure.orig	2014-08-03 14:00:38.000000000 +0200
++++ ./configure	2014-08-03 14:00:45.000000000 +0200
+@@ -10584,6 +10584,7 @@
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
+ $as_echo_n "checking whether to build shared libraries... " >&6; }
+   test "$can_build_shared" = "no" && enable_shared=no
++  enable_shared=yes
+ 
+   # On AIX, shared libraries and static libraries use the same namespace, and
+   # are all built from PIC.

Modified: head/devel/libconfuse/pkg-plist
==============================================================================
--- head/devel/libconfuse/pkg-plist	Sun Aug  3 12:20:03 2014	(r363889)
+++ head/devel/libconfuse/pkg-plist	Sun Aug  3 12:25:11 2014	(r363890)
@@ -1,6 +1,6 @@
 include/confuse.h
 lib/libconfuse.a
-lib/libconfuse.la
 lib/libconfuse.so
 lib/libconfuse.so.0
+lib/libconfuse.so.0.0.0
 libdata/pkgconfig/libconfuse.pc

Modified: head/net/bmon/Makefile
==============================================================================
--- head/net/bmon/Makefile	Sun Aug  3 12:20:03 2014	(r363889)
+++ head/net/bmon/Makefile	Sun Aug  3 12:25:11 2014	(r363890)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bmon
 PORTVERSION=	3.3
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	michelle@sorbs.net

Modified: head/sysutils/ganglia-monitor-core/Makefile
==============================================================================
--- head/sysutils/ganglia-monitor-core/Makefile	Sun Aug  3 12:20:03 2014	(r363889)
+++ head/sysutils/ganglia-monitor-core/Makefile	Sun Aug  3 12:25:11 2014	(r363890)
@@ -2,7 +2,7 @@
 
 PORTNAME=	monitor-core
 PORTVERSION=	3.4.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils net parallel
 MASTER_SITES=	SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION}
 PKGNAMEPREFIX=	ganglia-

Modified: head/sysutils/unieject/Makefile
==============================================================================
--- head/sysutils/unieject/Makefile	Sun Aug  3 12:20:03 2014	(r363889)
+++ head/sysutils/unieject/Makefile	Sun Aug  3 12:25:11 2014	(r363890)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unieject
 PORTVERSION=	6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 

Modified: head/x11-wm/awesome2/Makefile
==============================================================================
--- head/x11-wm/awesome2/Makefile	Sun Aug  3 12:20:03 2014	(r363889)
+++ head/x11-wm/awesome2/Makefile	Sun Aug  3 12:25:11 2014	(r363890)
@@ -3,7 +3,7 @@
 
 PORTNAME=	awesome2
 PORTVERSION=	2.3.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://awesome.naquadah.org/download/
 DISTNAME=	awesome-${PORTVERSION}

Modified: head/x11/i3status/Makefile
==============================================================================
--- head/x11/i3status/Makefile	Sun Aug  3 12:20:03 2014	(r363889)
+++ head/x11/i3status/Makefile	Sun Aug  3 12:25:11 2014	(r363890)
@@ -2,7 +2,7 @@
 
 PORTNAME=	i3status
 PORTVERSION=	2.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	http://i3wm.org/i3status/
 

Modified: head/x11/tilda/Makefile
==============================================================================
--- head/x11/tilda/Makefile	Sun Aug  3 12:20:03 2014	(r363889)
+++ head/x11/tilda/Makefile	Sun Aug  3 12:25:11 2014	(r363890)
@@ -2,7 +2,7 @@
 
 PORTNAME=	tilda
 PORTVERSION=	0.9.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de2a29.52fd.5919d27>