Date: Fri, 13 Dec 2002 16:27:34 +0100 (CET) From: Oliver Lehmann <lehmann@ans-netz.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann <lehmann@ans-netz.de> Subject: ports/46236: update-port: graphics/xawtv Message-ID: <200212131527.gBDFRYIU062290@kartoffel.salatschuessel.net>
next in thread | raw e-mail | index | archive | help
>Number: 46236 >Category: ports >Synopsis: update-port: graphics/xawtv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 13 07:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Thu Nov 28 15:46:09 CET 2002 olivleh1@nudel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386 >Description: please close ports/45831 bring the port to 3.81 which is the actuall version now. >How-To-Repeat: >Fix: --- xawtv.patch begins here --- diff -ruN xawtv.old/Makefile /usr/ports/graphics/xawtv/Makefile --- xawtv.old/Makefile Sat Nov 23 00:56:40 2002 +++ /usr/ports/graphics/xawtv/Makefile Fri Dec 13 16:25:54 2002 @@ -6,13 +6,15 @@ # PORTNAME= xawtv -PORTVERSION= 3.79 +PORTVERSION= 3.81 CATEGORIES= graphics MASTER_SITES= http://bytesex.org/xawtv/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= lehmann@ans-netz.de +BUILD_DEPENDS= recode:${PORTSDIR}/converters/recode + LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -26,6 +28,8 @@ USE_X_PREFIX= yes USE_REINPLACE= yes +MAKE_ENV= verbose=yes + FILES_LIBJPEG= console/Subdir.mk debug/Subdir.mk x11/Subdir.mk MAN1= alevtd.1 dump-mixers.1 fbtv.1 mtt.1 motv.1 ntsc-cc.1 pia.1 \ @@ -37,19 +41,14 @@ .include <bsd.port.pre.mk> -.if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients -.endif - PLIST_SUB+= X11PREFIX=${X11BASE} post-patch: - ${REINPLACE_CMD} -e "s|/usr/X11R6|${X11BASE}|g" \ + @${REINPLACE_CMD} -e "s|/usr/X11R6|${X11BASE}|g" \ -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/configure .for i in ${FILES_LIBJPEG} - ${REINPLACE_CMD} -e "s|-ljpeg|-L${LOCALBASE}/lib -ljpeg|g" ${WRKSRC}/$i + @${REINPLACE_CMD} -e "s|-ljpeg|-L${LOCALBASE}/lib -ljpeg|g" ${WRKSRC}/$i .endfor .include <bsd.port.post.mk> diff -ruN xawtv.old/distinfo /usr/ports/graphics/xawtv/distinfo --- xawtv.old/distinfo Sat Nov 23 00:56:40 2002 +++ /usr/ports/graphics/xawtv/distinfo Fri Dec 13 14:04:45 2002 @@ -1 +1 @@ -MD5 (xawtv_3.79.tar.gz) = 351caf310fd7b9328c2c422304f56d6d +MD5 (xawtv_3.81.tar.gz) = 34660b6cc870cfe58ece9dc428b899a1 diff -ruN xawtv.old/files/patch-Makefile.in /usr/ports/graphics/xawtv/files/patch-Makefile.in --- xawtv.old/files/patch-Makefile.in Sat Nov 23 00:56:40 2002 +++ /usr/ports/graphics/xawtv/files/patch-Makefile.in Fri Dec 13 13:52:28 2002 @@ -22,12 +22,3 @@ # libraries LDLIBS := @LDLIBS@ -@@ -131,7 +120,7 @@ - ar_lib = rm -f $@ && ar -r $@ $^ && ranlib $@ - - # non-verbose output --VERBOSE = no -+VERBOSE = yes - ifeq ($(VERBOSE),yes) - echo_compile_c = echo $(compile_c) - echo_compile_cc = echo $(compile_cc) diff -ruN xawtv.old/pkg-plist /usr/ports/graphics/xawtv/pkg-plist --- xawtv.old/pkg-plist Sat Nov 23 00:56:40 2002 +++ /usr/ports/graphics/xawtv/pkg-plist Fri Dec 13 16:15:25 2002 @@ -59,6 +59,7 @@ share/xawtv/ntsc-cable-jp.list share/xawtv/ntsc-cable.list share/xawtv/ntsc-hrc.list +share/xawtv/oirt-h.list share/xawtv/oirt-i-iii.list share/xawtv/oirt-sl-sh.list share/xawtv/pal-australia-optus.list @@ -69,6 +70,7 @@ share/xawtv/pal-italy.list share/xawtv/pal-newzealand.list share/xawtv/secam-france.list +share/xawtv/secam-russia.list share/xawtv/uhf.list @dirrm share/xawtv @cwd %%X11BASE%% --- xawtv.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212131527.gBDFRYIU062290>