Date: Wed, 20 Oct 1999 21:26:12 +0200 (CEST) From: Anders Nordby <anders@fix.no> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14441: Update port: graphics/gphoto Message-ID: <199910201926.VAA16787@totem.freenix.no>
next in thread | raw e-mail | index | archive | help
>Number: 14441 >Category: ports >Synopsis: Update port: graphics/gphoto >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 20 12:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.nome.no 3.3-STABLE FreeBSD 3.3-STABLE #0: Sat Oct 16 20:22:56 CEST 1999 root@eggsilo.nome.no:/usr/src/sys/compile/EGGSILO i386 >Description: Updates the port from 0.3.2 to 0.4.0. Removes the following patches: patch-aa, patch-af, patch-ag, patch-al. >How-To-Repeat: >Fix: diff -Nur gphoto.old/Makefile gphoto/Makefile --- gphoto.old/Makefile Fri Oct 8 12:14:32 1999 +++ gphoto/Makefile Wed Oct 20 21:18:48 1999 @@ -3,10 +3,10 @@ # Date created: 26 May 1999 # Whom: Anders Nordby <anders@fix.no> # -# $FreeBSD: ports/graphics/gphoto/Makefile,v 1.4 1999/10/08 03:29:40 nakai Exp $ +# $FreeBSD: ports/graphics/gphoto/Makefile,v 1.3 1999/08/25 06:14:06 obrien Exp $ # -DISTNAME= gphoto-0.3.2 +DISTNAME= gphoto-0.4.0 CATEGORIES= graphics MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \ http://www.freenix.no/~anders/ @@ -25,6 +25,15 @@ MAN1= gphoto.1 -ALL_TARGET= +post-install: + @${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/gphoto/doc + @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/gphoto/doc + @${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/gphoto/doc + @${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/gphoto/doc + @${INSTALL_DATA} ${WRKSRC}/PROGRAMMERS ${PREFIX}/share/gphoto/doc + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/gphoto/doc + @${INSTALL_DATA} ${WRKSRC}/THANKS ${PREFIX}/share/gphoto/doc + @${INSTALL_DATA} ${WRKSRC}/THEMES ${PREFIX}/share/gphoto/doc + @${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/gphoto/doc .include <bsd.port.mk> diff -Nur gphoto.old/files/md5 gphoto/files/md5 --- gphoto.old/files/md5 Tue Jul 20 12:13:07 1999 +++ gphoto/files/md5 Wed Oct 20 15:47:28 1999 @@ -1 +1 @@ -MD5 (gphoto-0.3.2.tar.gz) = 07ad5af6a5d228694af77f9857dbcfc7 +MD5 (gphoto-0.4.0.tar.gz) = 3c66dfa4f71a65a9f19da240a88db476 diff -Nur gphoto.old/patches/patch-aa gphoto/patches/patch-aa --- gphoto.old/patches/patch-aa Tue Jul 20 12:13:07 1999 +++ gphoto/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Wed Jun 16 22:45:17 1999 -+++ src/Makefile.in Wed Jun 16 22:47:44 1999 -@@ -99,7 +99,7 @@ - ../ricoh/libgphoto_ricoh300z.la \ - ../sony/libgphoto_sony_dscf1.la \ - ../directory/libgphoto_dir.la \ -- @GTK_LIBS@ @GDK_IMLIB_LIBS@ -+ @GTK_LIBS@ @GDK_IMLIB_LIBS@ -ljpeg - - gphoto_SOURCES = main.c commandline.c live.c gallery.c menu.c toolbar.c \ - callbacks.c util.c developer_dialog.c img_edit.c gphoto.c \ diff -Nur gphoto.old/patches/patch-af gphoto/patches/patch-af --- gphoto.old/patches/patch-af Sun Jun 6 19:22:11 1999 +++ gphoto/patches/patch-af Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- casio/sdComm.c.orig Wed May 26 07:05:31 1999 -+++ casio/sdComm.c Wed May 26 07:06:00 1999 -@@ -115,7 +115,7 @@ - return(SDC_SUCCESS); /* Not technically a failure */ - } - -- info->fd = open(info->devName, O_RDWR | O_SYNC /* | O_NDELAY */); -+ info->fd = open(info->devName, O_RDWR | O_FSYNC /* | O_NDELAY */); - if (info->fd < 0) { - print_error(CANT_OPEN_DEVICE, info->devName); - diff -Nur gphoto.old/patches/patch-ag gphoto/patches/patch-ag --- gphoto.old/patches/patch-ag Sun Jun 6 19:22:11 1999 +++ gphoto/patches/patch-ag Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- konica/setSpeed.c.orig Wed May 26 07:10:52 1999 -+++ konica/setSpeed.c Wed May 26 07:11:27 1999 -@@ -17,10 +17,9 @@ - - newt.c_cflag |= CS8; - newt.c_iflag &= ~(IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR); -- newt.c_iflag &= ~(IGNCR|ICRNL|IXON|IXOFF|IUCLC|IXANY|IMAXBEL); -+ newt.c_iflag &= ~(IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL); - newt.c_oflag &= ~(OPOST); - newt.c_lflag &= ~(ISIG|ICANON); -- newt.c_cflag &= ~(XCASE); - newt.c_cc[VMIN] = 255; - newt.c_cc[VTIME] = 5; - diff -Nur gphoto.old/patches/patch-al gphoto/patches/patch-al --- gphoto.old/patches/patch-al Tue Jul 20 05:41:21 1999 +++ gphoto/patches/patch-al Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Tue Jul 20 20:26:50 1999 -+++ configure Tue Jul 20 20:26:58 1999 -@@ -3454,7 +3454,7 @@ - done - - --docdir='${prefix}/doc/gphoto' -+docdir='${prefix}/share/doc/gphoto' - - driversdir='${pkgdatadir}/drivers' - diff -Nur gphoto.old/pkg/PLIST gphoto/pkg/PLIST --- gphoto.old/pkg/PLIST Tue Jul 20 12:13:07 1999 +++ gphoto/pkg/PLIST Wed Oct 20 20:28:33 1999 @@ -1,40 +1,51 @@ bin/gphoto -share/doc/gphoto/AUTHORS -share/doc/gphoto/COPYING -share/doc/gphoto/CREDITS -share/doc/gphoto/ChangeLog -share/doc/gphoto/FAQ -share/doc/gphoto/MANUAL -share/doc/gphoto/NEWS -share/doc/gphoto/README -share/doc/gphoto/THEMES -share/doc/gphoto/TODO -share/gphoto/drivers/libgphoto_konica_qm100.so -share/gphoto/drivers/libgphoto_konica_qm100.so.0 -share/gphoto/drivers/libgphoto_konica_qm100.a -share/gphoto/drivers/libgphoto_casio_qv.so +share/gphoto/drivers/libgphoto_canon.so.0 +share/gphoto/drivers/libgphoto_canon.so +share/gphoto/drivers/libgphoto_canon.a share/gphoto/drivers/libgphoto_casio_qv.so.0 +share/gphoto/drivers/libgphoto_casio_qv.so share/gphoto/drivers/libgphoto_casio_qv.a -share/gphoto/drivers/libgphoto_philips.so -share/gphoto/drivers/libgphoto_philips.so.0 -share/gphoto/drivers/libgphoto_philips.a -share/gphoto/drivers/libgphoto_fuji.so share/gphoto/drivers/libgphoto_fuji.so.0 +share/gphoto/drivers/libgphoto_fuji.so share/gphoto/drivers/libgphoto_fuji.a -share/gphoto/drivers/libgphoto_photopc.so -share/gphoto/drivers/libgphoto_photopc.so.0 -share/gphoto/drivers/libgphoto_photopc.a -share/gphoto/drivers/libgphoto_kodak_dc2x.so share/gphoto/drivers/libgphoto_kodak_dc2x.so.0 +share/gphoto/drivers/libgphoto_kodak_dc2x.so share/gphoto/drivers/libgphoto_kodak_dc2x.a -share/gphoto/drivers/libgphoto_ricoh300z.so +share/gphoto/drivers/libgphoto_kodak_generic.so.0 +share/gphoto/drivers/libgphoto_kodak_generic.so +share/gphoto/drivers/libgphoto_kodak_generic.a +share/gphoto/drivers/libgphoto_konica_qm100.so.0 +share/gphoto/drivers/libgphoto_konica_qm100.so +share/gphoto/drivers/libgphoto_konica_qm100.a +share/gphoto/drivers/libgphoto_dimage_v.so.0 +share/gphoto/drivers/libgphoto_dimage_v.so +share/gphoto/drivers/libgphoto_dimage_v.a +share/gphoto/drivers/libgphoto_mustek_mdc800.so.0 +share/gphoto/drivers/libgphoto_mustek_mdc800.so +share/gphoto/drivers/libgphoto_mustek_mdc800.a +share/gphoto/drivers/libgphoto_philips.so.0 +share/gphoto/drivers/libgphoto_philips.so +share/gphoto/drivers/libgphoto_philips.a +share/gphoto/drivers/libgphoto_konica_qmxxx.so.0 +share/gphoto/drivers/libgphoto_konica_qmxxx.so +share/gphoto/drivers/libgphoto_photopc.so.0 +share/gphoto/drivers/libgphoto_konica_qmxxx.a +share/gphoto/drivers/libgphoto_photopc.so +share/gphoto/drivers/libgphoto_photopc.a share/gphoto/drivers/libgphoto_ricoh300z.so.0 +share/gphoto/drivers/libgphoto_ricoh300z.so share/gphoto/drivers/libgphoto_ricoh300z.a -share/gphoto/drivers/libgphoto_sony_dscf1.so +share/gphoto/drivers/libgphoto_sony_dscf55.so.0 +share/gphoto/drivers/libgphoto_sony_dscf55.so +share/gphoto/drivers/libgphoto_sony_dscf55.a share/gphoto/drivers/libgphoto_sony_dscf1.so.0 -share/gphoto/drivers/libgphoto_dir.so -share/gphoto/drivers/libgphoto_dir.so.0 +share/gphoto/drivers/libgphoto_sony_dscf1.so share/gphoto/drivers/libgphoto_sony_dscf1.a +share/gphoto/drivers/libgphoto_coolpix600.so.0 +share/gphoto/drivers/libgphoto_coolpix600.so +share/gphoto/drivers/libgphoto_coolpix600.a +share/gphoto/drivers/libgphoto_dir.so.0 +share/gphoto/drivers/libgphoto_dir.so share/gphoto/drivers/libgphoto_dir.a share/gphoto/gallery/Default/banner.gif share/gphoto/gallery/Default/index.gif @@ -53,9 +64,29 @@ share/gphoto/gallery/RedNGray/picture.html share/gphoto/gallery/RedNGray/previous.gif share/gphoto/gallery/RedNGray/thumbnail.html -@dirrm share/doc/gphoto +share/gphoto/gallery/CSStheme/index_bottom.html +share/gphoto/gallery/CSStheme/index_top.html +share/gphoto/gallery/CSStheme/mwcos.png +share/gphoto/gallery/CSStheme/picture.html +share/gphoto/gallery/CSStheme/styles.css +share/gphoto/gallery/CSStheme/thumbnail.html +share/gphoto/gallery/CSStheme/vh40.png +share/gphoto/gallery/CSStheme/gphotobutton.png +share/gphoto/doc/AUTHORS +share/gphoto/doc/COPYING +share/gphoto/doc/ChangeLog +share/gphoto/doc/FAQ +share/gphoto/doc/MANUAL +share/gphoto/doc/NEWS +share/gphoto/doc/PROGRAMMERS +share/gphoto/doc/README +share/gphoto/doc/THANKS +share/gphoto/doc/THEMES +share/gphoto/doc/TODO @dirrm share/gphoto/drivers @dirrm share/gphoto/gallery/Default @dirrm share/gphoto/gallery/RedNGray +@dirrm share/gphoto/gallery/CSStheme @dirrm share/gphoto/gallery +@dirrm share/gphoto/doc @dirrm share/gphoto >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?199910201926.VAA16787>