ports/55958: [MAINTAINER] devel/ptypes: update to 1.8.3
Sergey Matveychuk
sem at ciam.ru
Mon Aug 25 14:40:16 UTC 2003
>Number: 55958
>Category: ports
>Synopsis: [MAINTAINER] devel/ptypes: update to 1.8.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 25 07:40:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Sergey Matveychuk
>Release: FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD avim.ciam.ru 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #0: Wed Aug 20 10:16:57 MSD 2003
>Description:
- Update to 1.8.3
* The variant-to-string typecast problem that caused compilation errors
with GCC 3.3 was fixed.
* A problem with template lists was fixed.
* Documentation improved.
Generated with FreeBSD Port Tools 0.25
>How-To-Repeat:
>Fix:
--- ptypes-1.8.3.patch begins here ---
diff -ruN --exclude=CVS /orion/usr/ports/devel/ptypes.orig/Makefile /orion/usr/ports/devel/ptypes/Makefile
--- /orion/usr/ports/devel/ptypes.orig/Makefile Mon Aug 25 17:04:27 2003
+++ /orion/usr/ports/devel/ptypes/Makefile Mon Aug 25 18:26:32 2003
@@ -7,7 +7,7 @@
#
PORTNAME= ptypes
-PORTVERSION= 1.8.2
+PORTVERSION= 1.8.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,7 +26,7 @@
${MKDIR} ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/so/libptypes.so.${SHLIB_VER} \
${PREFIX}/lib
- cd ${PREFIX}/lib; ${LN} -s libptypes.so.${SHLIB_VER} libptypes.so
+ cd ${PREFIX}/lib; ${LN} -sf libptypes.so.${SHLIB_VER} libptypes.so
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}/wshare
@@ -35,7 +35,7 @@
${INSTALL_PROGRAM} ${WRKSRC}/wshare/wshare ${EXAMPLESDIR}/wshare
${MKDIR} ${DOCSDIR}/doc
${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/index.html ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/doc
+ cd ${WRKSRC}/doc; ${TAR} cf - *| ${TAR} xf - -C ${DOCSDIR}/doc
.endif
.include <bsd.port.mk>
diff -ruN --exclude=CVS /orion/usr/ports/devel/ptypes.orig/distinfo /orion/usr/ports/devel/ptypes/distinfo
--- /orion/usr/ports/devel/ptypes.orig/distinfo Mon Aug 25 17:04:27 2003
+++ /orion/usr/ports/devel/ptypes/distinfo Mon Aug 25 17:53:05 2003
@@ -1 +1 @@
-MD5 (ptypes-1.8.2.tar.gz) = d7c3343501ae773c4b6e33fea83b3e6e
+MD5 (ptypes-1.8.3.tar.gz) = 7914a7d598ce1c7c1b5c61340fd73ed6
diff -ruN --exclude=CVS /orion/usr/ports/devel/ptypes.orig/pkg-plist /orion/usr/ports/devel/ptypes/pkg-plist
--- /orion/usr/ports/devel/ptypes.orig/pkg-plist Mon Aug 25 17:04:27 2003
+++ /orion/usr/ports/devel/ptypes/pkg-plist Mon Aug 25 18:22:08 2003
@@ -29,6 +29,13 @@
%%PORTDOCS%%%%DOCSDIR%%/doc/cset.operators.html
%%PORTDOCS%%%%DOCSDIR%%/doc/deploying.html
%%PORTDOCS%%%%DOCSDIR%%/doc/freshmeat-logo.png
+%%PORTDOCS%%%%DOCSDIR%%/doc/htsrc.html
+%%PORTDOCS%%%%DOCSDIR%%/doc/include/pasync.h.html
+%%PORTDOCS%%%%DOCSDIR%%/doc/include/pinet.h.html
+%%PORTDOCS%%%%DOCSDIR%%/doc/include/pport.h.html
+%%PORTDOCS%%%%DOCSDIR%%/doc/include/pstreams.h.html
+%%PORTDOCS%%%%DOCSDIR%%/doc/include/ptime.h.html
+%%PORTDOCS%%%%DOCSDIR%%/doc/include/ptypes.h.html
%%PORTDOCS%%%%DOCSDIR%%/doc/index.html
%%PORTDOCS%%%%DOCSDIR%%/doc/inet.examples.html
%%PORTDOCS%%%%DOCSDIR%%/doc/inet.html
@@ -122,6 +129,7 @@
%%PORTDOCS%%%%EXAMPLESDIR%%/wshare/wshare.mak
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/wshare
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc/include
%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm include/ptypes
--- ptypes-1.8.3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list