mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
devel/libconfuse: USES=libtool, bump dependencies
This commit is contained in:
parent
69d3a1e6ea
commit
e0533dac80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363890
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= scmpc
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://cdn.bitbucket.org/cmende/${PORTNAME}/downloads/
|
||||
|
||||
|
@ -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>
|
||||
|
10
devel/libconfuse/files/patch-configure
Normal file
10
devel/libconfuse/files/patch-configure
Normal file
@ -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.
|
@ -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
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= bmon
|
||||
PORTVERSION= 3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= michelle@sorbs.net
|
||||
|
@ -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-
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= unieject
|
||||
PORTVERSION= 6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -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}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= i3status
|
||||
PORTVERSION= 2.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://i3wm.org/i3status/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= tilda
|
||||
PORTVERSION= 0.9.6
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user