Date: Sun, 29 Dec 2002 12:48:45 +0100 (CET) From: Oliver Lehmann <lehmann@ans-netz.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann <lehmann@ans-netz.de> Subject: ports/46610: update-port: graphics/xawtv Message-ID: <200212291148.gBTBmj4V091143@kartoffel.salatschuessel.net>
next in thread | raw e-mail | index | archive | help
>Number: 46610 >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: Sun Dec 29 03:50:05 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: o [2002/12/13] ports/46236 ports update-port: graphics/xawtv bring the xawtv port from 3.79 to 3.82 >How-To-Repeat: >Fix: --- xawtv.patch begins here --- diff -ruN xawtv.old/Makefile /usr/ports/graphics/xawtv/Makefile --- xawtv.old/Makefile Sun Dec 29 12:27:16 2002 +++ /usr/ports/graphics/xawtv/Makefile Sun Dec 29 12:38:00 2002 @@ -6,13 +6,14 @@ # PORTNAME= xawtv -PORTVERSION= 3.79 +PORTVERSION= 3.82 CATEGORIES= graphics MASTER_SITES= http://bytesex.org/xawtv/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= lehmann@ans-netz.de +BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -26,6 +27,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 +40,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 Sun Dec 29 12:27:16 2002 +++ /usr/ports/graphics/xawtv/distinfo Sun Dec 29 12:33:26 2002 @@ -1 +1 @@ -MD5 (xawtv_3.79.tar.gz) = 351caf310fd7b9328c2c422304f56d6d +MD5 (xawtv_3.82.tar.gz) = 803153b6dcce0d786a4772cd8343974a diff -ruN xawtv.old/files/patch-Makefile.in /usr/ports/graphics/xawtv/files/patch-Makefile.in --- xawtv.old/files/patch-Makefile.in Sun Dec 29 12:27:16 2002 +++ /usr/ports/graphics/xawtv/files/patch-Makefile.in Sun Dec 29 12:27:56 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 Sun Dec 29 12:27:16 2002 +++ /usr/ports/graphics/xawtv/pkg-plist Sun Dec 29 12:27:57 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?200212291148.gBTBmj4V091143>