mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to version 2.0.5
PR: 59467 Submitted by: Ports Fury
This commit is contained in:
parent
7822c489b4
commit
4cd809bc4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94378
@ -7,24 +7,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= libosip2
|
||||
PORTVERSION= 2.0.4
|
||||
PORTVERSION= 2.0.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||
http://osip.atosc.org/download/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= osip
|
||||
MASTER_SITES= http://osip.atosc.org/download/osip/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= oSIP is an implementation of SIP
|
||||
COMMENT= A low layer of SIP implementation
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-debug --disable-trace
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= osip.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libosip2-2.0.4.tar.gz) = 258e804b0a4acc28bbbb656f216f4aab
|
||||
MD5 (libosip2-2.0.5.tar.gz) = b78593a76351a266b81606a9bf6f76af
|
||||
|
11
net/libosip2/files/patch-Makefile.in
Normal file
11
net/libosip2/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Wed Nov 5 00:51:00 2003
|
||||
+++ Makefile.in Wed Nov 19 12:51:42 2003
|
||||
@@ -106,7 +106,7 @@
|
||||
install_sh = @install_sh@
|
||||
EXTRA_DIST = README BUGS
|
||||
|
||||
-SUBDIRS = include src scripts help platform debian
|
||||
+SUBDIRS = include src scripts platform debian
|
||||
subdir = .
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
|
@ -39,12 +39,12 @@ include/osipparser2/osip_parser.h
|
||||
include/osipparser2/osip_port.h
|
||||
include/osipparser2/osip_uri.h
|
||||
include/osipparser2/sdp_message.h
|
||||
@dirrm include/osip2
|
||||
@dirrm include/osipparser2/headers
|
||||
@dirrm include/osipparser2
|
||||
lib/libosip2.a
|
||||
lib/libosip2.so
|
||||
lib/libosip2.so.2
|
||||
lib/libosipparser2.a
|
||||
lib/libosipparser2.so
|
||||
lib/libosipparser2.so.2
|
||||
@dirrm include/osipparser2/headers
|
||||
@dirrm include/osipparser2
|
||||
@dirrm include/osip2
|
||||
|
Loading…
Reference in New Issue
Block a user