View | Details | Raw Unified | Return to bug 62161
Collapse All | Expand All

(-)net/libosip2/Makefile (-2 / +2 lines)
Lines 7-23 Link Here
7
#
7
#
8
8
9
PORTNAME=	libosip2
9
PORTNAME=	libosip2
10
PORTVERSION=	2.0.5
10
PORTVERSION=	2.0.6
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	http://osip.atosc.org/download/osip/
12
MASTER_SITES=	http://osip.atosc.org/download/osip/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A low layer of SIP implementation
15
COMMENT=	A low layer of SIP implementation
16
16
17
USE_GNOME=	gnometarget lthack
17
USE_REINPLACE=	yes
18
USE_REINPLACE=	yes
18
USE_LIBTOOL=	yes
19
USE_LIBTOOL=	yes
19
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
20
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_ARGS=	--disable-debug --disable-trace
21
CONFIGURE_ARGS=	--disable-debug --disable-trace
22
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
23
23
(-)net/libosip2/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (libosip2-2.0.5.tar.gz) = b78593a76351a266b81606a9bf6f76af
1
MD5 (libosip2-2.0.6.tar.gz) = d37b110f7cf1feba30f75b8b321f6555
2
SIZE (libosip2-2.0.6.tar.gz) = 591834
(-)net/libosip2/files/patch-configure (-10 lines)
Lines 1-10 Link Here
1
--- configure.orig	Fri Sep  6 08:22:31 2002
2
+++ configure	Sat Oct 12 16:00:32 2002
3
@@ -5181,6 +5181,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'

Return to bug 62161