mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- Update to 1.6.5
Approved by: maintainer implicit
This commit is contained in:
parent
343493fecc
commit
111268aba6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212242
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= upnp
|
||||
PORTVERSION= 1.6.0
|
||||
PORTVERSION= 1.6.5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pupnp
|
||||
MASTER_SITES= SF/pupnp
|
||||
DISTNAME= lib${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= farrokhi@FreeBSD.org
|
||||
@ -20,17 +19,10 @@ CONFLICTS= upnp-1.0.*
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_DOS2UNIX= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
.endif
|
||||
|
||||
MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS}
|
||||
CONFIGURE_ENV+= LIBS="-llwres -lcompat"
|
||||
|
||||
@ -42,8 +34,6 @@ CONFIGURE_ARGS= --with-documentation=${DOCSDIR}
|
||||
|
||||
post-patch:
|
||||
${FIND} ${WRKSRC} -type f | \
|
||||
${XARGS} ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,'
|
||||
${REINPLACE_CMD} -Ee 's,^(pkgconfigexecdir = ).*,\1${PREFIX}/libdata/pkgconfig,' \
|
||||
${WRKSRC}/Makefile.in
|
||||
${XARGS} ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,'
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libupnp-1.6.0.tar.bz2) = 3185b3fd9d7e8f5a3d29314e8d369c66
|
||||
SHA256 (libupnp-1.6.0.tar.bz2) = 447ef98ebdb42847b88acc7b222d36e1caeb6ead87f8f1821ed7a8dffb3c5114
|
||||
SIZE (libupnp-1.6.0.tar.bz2) = 1135997
|
||||
MD5 (libupnp-1.6.5.tar.bz2) = 2b0370e7c405a5bc80880085e6d7d827
|
||||
SHA256 (libupnp-1.6.5.tar.bz2) = 95b11e2db04c2e714c2f4fb05d9d31351d3388dababd4e1dd5300f4b0d5e8767
|
||||
SIZE (libupnp-1.6.5.tar.bz2) = 1136968
|
||||
|
@ -1,12 +1,11 @@
|
||||
include/upnp/ixml.h
|
||||
include/upnp/FreeList.h
|
||||
include/upnp/LinkedList.h
|
||||
include/upnp/ThreadPool.h
|
||||
include/upnp/TimerThread.h
|
||||
include/upnp/iasnprintf.h
|
||||
include/upnp/ithread.h
|
||||
include/upnp/ixml.h
|
||||
include/upnp/upnp.h
|
||||
include/upnp/upnpconfig.h
|
||||
include/upnp/upnp.h
|
||||
include/upnp/upnpdebug.h
|
||||
include/upnp/upnptools.h
|
||||
lib/libixml.a
|
||||
@ -16,7 +15,7 @@ lib/libixml.so.2
|
||||
lib/libthreadutil.a
|
||||
lib/libthreadutil.la
|
||||
lib/libthreadutil.so
|
||||
lib/libthreadutil.so.3
|
||||
lib/libthreadutil.so.4
|
||||
lib/libupnp.a
|
||||
lib/libupnp.la
|
||||
lib/libupnp.so
|
||||
@ -197,9 +196,9 @@ libdata/pkgconfig/libupnp.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/upnp/UPNP_E_SOCKET_READ-202.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/upnp/UPNP_E_SOCKET_WRITE-201.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/upnp/UPNP_E_SUBSCRIBE_UNACCEPTED-301.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/upnp/UPNP_E_UNSUBSCRIBE_UNACCEPTED-302.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/upnp/UPNP_E_SUCCESS0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/upnp/UPNP_E_TIMEDOUT-207.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/upnp/UPNP_E_UNSUBSCRIBE_UNACCAPTED-302.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/upnp/UPNP_S_ALL.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/upnp/UPNP_S_DEVICE.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/upnp/UPNP_S_ROOT.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user