diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-29 12:41:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-29 12:41:16 +0000 |
commit | 111268aba6908d24d3d1a676674b20aefa0f24cd (patch) | |
tree | ff7dac46d425e1bedd74206db6b3cd198fe2da8e /devel/upnp | |
parent | 343493fecc603ed75401b0f364ebc08be1ad21c9 (diff) | |
download | ports-111268aba6908d24d3d1a676674b20aefa0f24cd.tar.gz ports-111268aba6908d24d3d1a676674b20aefa0f24cd.zip |
Notes
Diffstat (limited to 'devel/upnp')
-rw-r--r-- | devel/upnp/Makefile | 20 | ||||
-rw-r--r-- | devel/upnp/distinfo | 6 | ||||
-rw-r--r-- | devel/upnp/pkg-plist | 9 |
3 files changed, 12 insertions, 23 deletions
diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile index adf76e7ba2d2..48df44f0e4b7 100644 --- a/devel/upnp/Makefile +++ b/devel/upnp/Makefile @@ -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> diff --git a/devel/upnp/distinfo b/devel/upnp/distinfo index c5048136f6d8..de1fa33c5f89 100644 --- a/devel/upnp/distinfo +++ b/devel/upnp/distinfo @@ -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 diff --git a/devel/upnp/pkg-plist b/devel/upnp/pkg-plist index 548cc9bc038d..fcbe28940376 100644 --- a/devel/upnp/pkg-plist +++ b/devel/upnp/pkg-plist @@ -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 |