ports/96009: Update port: net/vnc2swf to 0.5.0
KATO Tsuguru
tkato432 at yahoo.com
Tue Apr 18 16:10:27 UTC 2006
>Number: 96009
>Category: ports
>Synopsis: Update port: net/vnc2swf to 0.5.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 18 16:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.11-RELEASE-p15 i386
>Organization:
>Environment:
>Description:
- Update to version 0.5.0
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/net/vnc2swf/Makefile net/vnc2swf/Makefile
--- /usr/ports/net/vnc2swf/Makefile Sun Nov 27 21:54:28 2005
+++ net/vnc2swf/Makefile Tue Apr 18 01:38:30 2006
@@ -6,26 +6,25 @@
#
PORTNAME= vnc2swf
-PORTVERSION= 0.4.2
+PORTVERSION= 0.5.0
CATEGORIES= net
MASTER_SITES= http://www.unixuser.org/~euske/${PORTNAME}/
MAINTAINER= ports at FreeBSD.org
COMMENT= VNC Session Recorder to SWF Flash (Movie) format
-LIB_DEPENDS= ming:${PORTSDIR}/graphics/ming
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
USE_X_PREFIX= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
PLIST_FILES= bin/vnc2swf bin/recordwin
-CONFIGURE_ARGS= --with-ming=${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/ming"
+post-patch:
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's| -g||g'
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/vnc2swf ${PREFIX}/bin/vnc2swf
+ ${INSTALL_SCRIPT} ${WRKSRC}/recordwin.sh ${PREFIX}/bin/recordwin
-pre-configure:
- @${REINPLACE_CMD} -e 's|^prefix.*|prefix= @prefix@|' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|-g||' ${WRKSRC}/Makefile.in \
- ${WRKSRC}/rdr/Makefile.in ${WRKSRC}/rfb/Makefile.in
.include <bsd.port.mk>
diff -urN /usr/ports/net/vnc2swf/distinfo net/vnc2swf/distinfo
--- /usr/ports/net/vnc2swf/distinfo Mon Jan 23 14:31:07 2006
+++ net/vnc2swf/distinfo Tue Apr 18 01:35:22 2006
@@ -1,3 +1,3 @@
-MD5 (vnc2swf-0.4.2.tar.gz) = 57a61191010a15cbbf8d0e3a3ec4ca11
-SHA256 (vnc2swf-0.4.2.tar.gz) = a02e5738dfe49c0c82ab59377ac56590fabfbb76e65a8f9f015e1979595bbb1a
-SIZE (vnc2swf-0.4.2.tar.gz) = 477110
+MD5 (vnc2swf-0.5.0.tar.gz) = 2eed9cd91cff76e69004c905660b00ae
+SHA256 (vnc2swf-0.5.0.tar.gz) = ce49be2f0ae866e1a8e74e82f42cb466d01052aa0de07bfbf9f13bdcc16a8edc
+SIZE (vnc2swf-0.5.0.tar.gz) = 438058
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list