Date: Sun, 27 Jun 1999 06:26:11 +0200 (CEST) From: Anders Nordby <anders@fix.no> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12404: Update port: graphics/gphoto to 0.3.2 Message-ID: <199906270426.GAA72017@totem.freenix.no>
next in thread | raw e-mail | index | archive | help
>Number: 12404 >Category: ports >Synopsis: Update port: graphics/gphoto to 0.3.2 >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: Sat Jun 26 21:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: FreeBSD totem.freenix.no 3.2-STABLE FreeBSD 3.2-STABLE #0: Mon May 31 20:28:12 CEST 1999 root@totem.freenix.no:/usr/src/sys/compile/TOTEM i386 >Description: Updates the gphoto port from gphoto-19990511 to gphoto-0.3.2. Patches removed: patch-aj, patch-ak and patch-aq. I'm also this port's maintainer. >How-To-Repeat: >Fix: diff -Nur gphoto.old/Makefile gphoto/Makefile --- gphoto.old/Makefile Sun Jun 6 19:22:09 1999 +++ gphoto/Makefile Sun Jun 27 01:59:19 1999 @@ -6,11 +6,10 @@ # $Id: Makefile,v 1.1.1.1 1999/06/06 17:22:09 steve Exp $ # -DISTNAME= gphoto-19990511 +DISTNAME= gphoto-0.3.2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gphoto.org/projects/gphoto/pub/snap/ \ +MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \ http://www.freenix.no/~anders/ -EXTRACT_SUFX= .tgz MAINTAINER= anders@fix.no @@ -18,7 +17,11 @@ gdk_imlib.4:${PORTSDIR}/graphics/imlib RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -USE_GMAKE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ENV= GLIB_CONFIG="${PREFIX}/bin/glib12-config" \ + GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + IMLIB_CONFIG="${X11BASE}/bin/imlib-config" \ MAN1= gphoto.1 diff -Nur gphoto.old/files/md5 gphoto/files/md5 --- gphoto.old/files/md5 Sun Jun 6 19:22:13 1999 +++ gphoto/files/md5 Sun Jun 27 01:58:19 1999 @@ -1 +1 @@ -MD5 (gphoto-19990511.tgz) = 3f38ead1d50bb39201ac84d8af8b5028 +MD5 (gphoto-0.3.2.tar.gz) = 07ad5af6a5d228694af77f9857dbcfc7 diff -Nur gphoto.old/patches/patch-aa gphoto/patches/patch-aa --- gphoto.old/patches/patch-aa Sun Jun 6 19:22:11 1999 +++ gphoto/patches/patch-aa Wed Jun 16 22:48:04 1999 @@ -1,49 +1,11 @@ ---- Makefile.orig Wed May 26 07:23:33 1999 -+++ Makefile Wed May 26 07:24:04 1999 -@@ -12,31 +12,31 @@ - # - - gphoto: -- make -C src -+ ${MAKE} -C src - - clean: -- make -C src clean -+ ${MAKE} -C src clean - - cleanall: -- make -C gphoto_dir clean -- make -C photopc clean -- make -C fuji clean -- make -C kodak clean -- make -C konica clean -- make -C philips clean -- make -C ricoh_300 clean -- make -C sony_dscf1 clean -- make -C casio clean -- make -C src clean -+ ${MAKE} -C gphoto_dir clean -+ ${MAKE} -C photopc clean -+ ${MAKE} -C fuji clean -+ ${MAKE} -C kodak clean -+ ${MAKE} -C konica clean -+ ${MAKE} -C philips clean -+ ${MAKE} -C ricoh_300 clean -+ ${MAKE} -C sony_dscf1 clean -+ ${MAKE} -C casio clean -+ ${MAKE} -C src clean - - dist-clean: -- make -C src dist-clean -+ ${MAKE} -C src dist-clean - - distclean: dist-clean - - install: -- make -C src install -+ ${MAKE} -C src install - - uninstall: -- make -C src uninstall -+ ${MAKE} -C src uninstall +--- 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-ab gphoto/patches/patch-ab --- gphoto.old/patches/patch-ab Wed Jun 23 00:41:10 1999 +++ gphoto/patches/patch-ab Wed Jun 16 23:23:18 1999 @@ -1,80 +1,12 @@ ---- src/Makefile.orig Mon May 10 13:03:04 1999 -+++ src/Makefile Sat Jun 19 19:32:32 1999 -@@ -50,12 +50,12 @@ - MANDIR = $(PREFIX)/man - GPHOTODIR = $(PREFIX)/share/gphoto - --CARGS = -g -D_GNU_SOURCE -Wall -m486 -DDOCDIR="\"$(DOCDIR)\"" -+CARGS = -g -D_GNU_SOURCE -Wall -DDOCDIR="\"$(DOCDIR)\"" - --GTK_CFLAGS = $(shell gtk-config --cflags) --GTK_LIBS = $(shell gtk-config --libs) -+GTK_CFLAGS = `gtk12-config --cflags` -+GTK_LIBS = `gtk12-config --libs` - --INCDIR = $(GTK_CFLAGS) -I./icons/ -+INCDIR = $(GTK_CFLAGS) -I./icons/ -I${PREFIX}/include - - CAMLINKDIR = -L../konica \ - -L../philips \ -@@ -136,42 +136,42 @@ - rm -rf $(DOCDIR)/gphoto-0.3/ - - ../ricoh_300/libgphoto_ricoh300z.so: -- make -C ../ricoh_300 CFLAGS="$(CARGS) $(INCDIR)" libgphoto_ricoh300z.so -+ ${MAKE} -C ../ricoh_300 CFLAGS="$(CARGS) $(INCDIR)" libgphoto_ricoh300z.so - - ../kodak/libgphoto_kodak_dc2x.so: -- make -C ../kodak CFLAGS="$(CARGS) $(INCDIR)" libgphoto_kodak_dc2x.so -+ ${MAKE} -C ../kodak CFLAGS="$(CARGS) $(INCDIR)" libgphoto_kodak_dc2x.so - - ../photopc/libgphoto_photopc.so: -- make -C ../photopc CFLAGS="$(CARGS) $(INCDIR)" libgphoto_photopc.so -+ ${MAKE} -C ../photopc CFLAGS="$(CARGS) $(INCDIR)" libgphoto_photopc.so - - ../fuji/libgphoto_fuji.so: -- make -C ../fuji CFLAGS="$(CARGS) $(INCDIR)" libgphoto_fuji.so -+ ${MAKE} -C ../fuji CFLAGS="$(CARGS) $(INCDIR)" libgphoto_fuji.so - - ../konica/libgphoto_konica_qm100.so: -- make -C ../konica CFLAGS="$(CARGS) $(INCDIR)" libgphoto_konica_qm100.so -+ ${MAKE} -C ../konica CFLAGS="$(CARGS) $(INCDIR)" libgphoto_konica_qm100.so - - ../casio/libgphoto_casio_qv.so: -- make -C ../casio CFLAGS="$(CARGS) $(INCDIR)" libgphoto_casio_qv.so -+ ${MAKE} -C ../casio CFLAGS="$(CARGS) $(INCDIR)" libgphoto_casio_qv.so - - ../philips/libgphoto_philips.so: -- make -C ../philips CFLAGS="$(CARGS) $(INCDIR)" libgphoto_philips.so -+ ${MAKE} -C ../philips CFLAGS="$(CARGS) $(INCDIR)" libgphoto_philips.so - - ../sony_dscf1/libgphoto_sony_dscf1.so: -- make -C ../sony_dscf1 CFLAGS="$(CARGS) $(INCDIR)" libgphoto_sony_dscf1.so -+ ${MAKE} -C ../sony_dscf1 CFLAGS="$(CARGS) $(INCDIR)" libgphoto_sony_dscf1.so - - ../gphoto_dir/libgphoto_dir.so: -- make -C ../gphoto_dir CFLAGS="$(CARGS) $(INCDIR)" libgphoto_dir.so -+ ${MAKE} -C ../gphoto_dir CFLAGS="$(CARGS) $(INCDIR)" libgphoto_dir.so - - dist-clean: -- make -C ../photopc clean -- make -C ../ricoh_300 clean -- make -C ../kodak clean -- make -C ../fuji clean -- make -C ../philips clean -- make -C ../konica clean -- make -C ../casio clean -- make -C ../sony_dscf1 clean -- make -C ../gphoto_dir clean -+ ${MAKE} -C ../photopc clean -+ ${MAKE} -C ../ricoh_300 clean -+ ${MAKE} -C ../kodak clean -+ ${MAKE} -C ../fuji clean -+ ${MAKE} -C ../philips clean -+ ${MAKE} -C ../konica clean -+ ${MAKE} -C ../casio clean -+ ${MAKE} -C ../sony_dscf1 clean -+ ${MAKE} -C ../gphoto_dir clean - rm -f *.o gphoto core - - distclean: dist-clean +--- ltconfig.orig Wed Jun 16 23:14:43 1999 ++++ ltconfig Wed Jun 16 23:17:10 1999 +@@ -1161,7 +1161,8 @@ + ;; + + freebsd2* | freebsd3*) +- version_type=sunos ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ version_type=freebsd-$objformat + library_names_spec='${libname}${release}.so$versuffix $libname.so' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH diff -Nur gphoto.old/patches/patch-ac gphoto/patches/patch-ac --- gphoto.old/patches/patch-ac Sun Jun 6 19:22:10 1999 +++ gphoto/patches/patch-ac Wed Jun 16 23:40:02 1999 @@ -1,8 +1,21 @@ ---- konica/Makefile.orig Wed May 26 04:14:24 1999 -+++ konica/Makefile Wed May 26 04:15:14 1999 -@@ -1,4 +1,4 @@ --CFLAGS = -g -Wall -I/usr/lib/glib/include -+CFLAGS = -g -Wall -I/usr/local/include/glib12 +--- ltmain.sh.orig Wed Jun 16 23:25:00 1999 ++++ ltmain.sh Wed Jun 16 23:26:25 1999 +@@ -1025,6 +1025,18 @@ + verstring="$verstring:${current}.0" + ;; - OBJS = \ - qm100.o \ ++ freebsd-aout) ++ version_vars="$version_vars major versuffix" ++ major=".$current" ++ versuffix="$current.$revision"; ++ ;; ++ ++ freebsd-elf) ++ version_vars="$version_vars major versuffix" ++ major=".$current" ++ versuffix=".$current"; ++ ;; ++ + sunos) + major=".$current" + versuffix=".$current.$revision" diff -Nur gphoto.old/patches/patch-ai gphoto/patches/patch-ai --- gphoto.old/patches/patch-ai Sun Jun 6 19:22:11 1999 +++ gphoto/patches/patch-ai Thu Jun 17 00:10:40 1999 @@ -1,61 +1,13 @@ ---- src/callbacks.c.orig Wed May 26 08:12:05 1999 -+++ src/callbacks.c Wed May 26 08:15:40 1999 -@@ -331,7 +331,9 @@ +--- src/callbacks.c.orig Thu Jun 17 00:09:31 1999 ++++ src/callbacks.c Thu Jun 17 00:10:16 1999 +@@ -403,7 +403,9 @@ #ifdef linux - if (strncmp("/dev/ttyS", serial_port, 9) == 0) { + sprintf(serial_port_prefix, "/dev/ttyS"); -#elif defined(__FreeBSD__) || defined(__NetBSD__) +#elif defined(__FreeBSD__) -+ if (strncmp("/dev/ttyd0", serial_port, 9) == 0) { ++ sprintf(serial_port_prefix, "/dev/cuaa"); +#elif defined(__NetBSD__) - if (strncmp("/dev/tty0", serial_port, 9) == 0) { + sprintf(serial_port_prefix, "/dev/tty0"); #else - if (strncmp("/dev/tty0", serial_port, 9) == 0) { -@@ -418,7 +420,10 @@ - #ifdef linux - fprintf(conf, "/dev/ttyS0\n"); - sprintf(serial_port, "/dev/ttyS0"); --#elif defined(__FreeBSD__) || defined(__NetBSD__) -+#elif defined(__FreeBSD__) -+ fprintf(conf, "/dev/ttyd0\n"); -+ sprintf(serial_port, "/dev/ttyd0"); -+#elif defined(__NetBSD__) - fprintf(conf, "/dev/tty00\n"); - sprintf(serial_port, "/dev/tty00"); - #endif -@@ -428,7 +433,10 @@ - #ifdef linux - fprintf(conf, "/dev/ttyS1\n"); - sprintf(serial_port, "/dev/ttyS1"); --#elif defined(__FreeBSD__) || defined(__NetBSD__) -+#elif defined(__FreeBSD__) -+ fprintf(conf, "/dev/ttyd1\n"); -+ sprintf(serial_port, "/dev/ttyd1"); -+#elif defined(__NetBSD__) - fprintf(conf, "/dev/tty01\n"); - sprintf(serial_port, "/dev/tty01"); - #endif -@@ -437,7 +445,10 @@ - #ifdef linux - fprintf(conf, "/dev/ttyS2\n"); - sprintf(serial_port, "/dev/ttyS2"); --#elif defined(__FreeBSD__) || defined(__NetBSD__) -+#elif defined(__FreeBSD__) -+ fprintf(conf, "/dev/ttyd2\n"); -+ sprintf(serial_port, "/dev/ttyd2"); -+#elif defined(__NetBSD__) - fprintf(conf, "/dev/tty02\n"); - sprintf(serial_port, "/dev/tty02"); - #endif -@@ -446,7 +457,10 @@ - #ifdef linux - fprintf(conf, "/dev/ttyS3\n"); - sprintf(serial_port, "/dev/ttyS3"); --#elif defined(__FreeBSD__) || defined(__NetBSD__) -+#elif defined(__FreeBSD__) -+ fprintf(conf, "/dev/ttyd3\n"); -+ sprintf(serial_port, "/dev/ttyd3"); -+#elif defined(__NetBSD__) - fprintf(conf, "/dev/tty03\n"); - sprintf(serial_port, "/dev/tty03"); - #endif + sprintf(serial_port_prefix, "/dev/tty0"); diff -Nur gphoto.old/patches/patch-aj gphoto/patches/patch-aj --- gphoto.old/patches/patch-aj Sun Jun 6 19:22:12 1999 +++ gphoto/patches/patch-aj Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- kodak/main.c.orig Wed May 26 08:43:47 1999 -+++ kodak/main.c Wed May 26 08:43:59 1999 -@@ -72,7 +72,7 @@ - - #ifndef DC20CTRL_TTY - #ifdef __FreeBSD__ --#define DC20CTRL_TTY "/dev/cuaa0" -+#define DC20CTRL_TTY "/dev/ttyd0" - #else - #define DC20CTRL_TTY "/dev/ttyS0" - #endif /* __FreeBSD__ */ diff -Nur gphoto.old/patches/patch-ak gphoto/patches/patch-ak --- gphoto.old/patches/patch-ak Sun Jun 6 19:22:12 1999 +++ gphoto/patches/patch-ak Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- sony_dscf1/common.h.orig Wed May 26 08:48:18 1999 -+++ sony_dscf1/common.h Wed May 26 08:48:43 1999 -@@ -6,7 +6,7 @@ - /* SunOS 4.1.4 "/dev/ttya" */ - /* Solaris2.3 "/dev/ttya" */ - /* BSD/OS 2.0 "/dev/tty01" */ --/* FreeBSD "/dev/cuaa0" */ -+/* FreeBSD "/dev/ttyd0" */ - /* Windows NT "COM2" */ - /* NEXTSTEP "/dev/ttya" */ - /* IRIX "/dev/ttyf1" */ diff -Nur gphoto.old/patches/patch-aq gphoto/patches/patch-aq --- gphoto.old/patches/patch-aq Sun Jun 6 19:22:12 1999 +++ gphoto/patches/patch-aq Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- photopc/Makefile.orig Wed May 26 08:46:37 1999 -+++ photopc/Makefile Wed May 26 08:46:56 1999 -@@ -117,14 +117,14 @@ - # used togrther with HAVE_PRIOCTL. - - # This one is good for Linux: --OPTS = -DUNIX -DINT16=short -DHAVE_CFMAKERAW -DHAVE_STRFTIME \ -- -DHAVE_PRIOCTL -DHAVE_NANOSLEEP -+#OPTS = -DUNIX -DINT16=short -DHAVE_CFMAKERAW -DHAVE_STRFTIME \ -+# -DHAVE_PRIOCTL -DHAVE_NANOSLEEP - - # This one is good for Solaris 2.x: - #OPTS = -DUNIX -DINT16=short -DHAVE_SELECT_H -DHAVE_STRFTIME - - # This one is good for BSDi 3.x, NetBSD and FreeBSD --#OPTS = -DUNIX -DINT16=short -DHAVE_SELECT_H -DHAVE_STRFTIME -DHAVE_CFMAKERAW -+OPTS = -DUNIX -DINT16=short -DHAVE_SELECT_H -DHAVE_STRFTIME -DHAVE_CFMAKERAW - - - BINDEST = /usr/local/bin diff -Nur gphoto.old/pkg/PLIST gphoto/pkg/PLIST --- gphoto.old/pkg/PLIST Sun Jun 6 19:22:09 1999 +++ gphoto/pkg/PLIST Thu Jun 17 00:29:55 1999 @@ -1,59 +1,70 @@ bin/gphoto -doc/gphoto-0.3/AUTHORS -doc/gphoto-0.3/CREDITS -doc/gphoto-0.3/FAQ -doc/gphoto-0.3/MANUAL -doc/gphoto-0.3/NEWS -doc/gphoto-0.3/README -share/gphoto/drivers/libgphoto_casio_qv.so -share/gphoto/drivers/libgphoto_dir.so -share/gphoto/drivers/libgphoto_fuji.so -share/gphoto/drivers/libgphoto_kodak_dc2x.so +doc/gphoto/AUTHORS +doc/gphoto/COPYING +doc/gphoto/CREDITS +doc/gphoto/ChangeLog +doc/gphoto/FAQ +doc/gphoto/MANUAL +doc/gphoto/NEWS +doc/gphoto/README +doc/gphoto/THEMES +doc/gphoto/TODO share/gphoto/drivers/libgphoto_konica_qm100.so +share/gphoto/drivers/libgphoto_konica_qm100.so.0 +share/gphoto/drivers/libgphoto_konica_qm100.la +share/gphoto/drivers/libgphoto_konica_qm100.a +share/gphoto/drivers/libgphoto_casio_qv.so +share/gphoto/drivers/libgphoto_casio_qv.so.0 +share/gphoto/drivers/libgphoto_casio_qv.la +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.la +share/gphoto/drivers/libgphoto_philips.a +share/gphoto/drivers/libgphoto_fuji.so +share/gphoto/drivers/libgphoto_fuji.so.0 +share/gphoto/drivers/libgphoto_fuji.la +share/gphoto/drivers/libgphoto_fuji.a share/gphoto/drivers/libgphoto_photopc.so +share/gphoto/drivers/libgphoto_photopc.so.0 +share/gphoto/drivers/libgphoto_photopc.la +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.la +share/gphoto/drivers/libgphoto_kodak_dc2x.a share/gphoto/drivers/libgphoto_ricoh300z.so +share/gphoto/drivers/libgphoto_ricoh300z.so.0 +share/gphoto/drivers/libgphoto_ricoh300z.la +share/gphoto/drivers/libgphoto_ricoh300z.a share/gphoto/drivers/libgphoto_sony_dscf1.so -share/gphoto/gphoto/CSStheme/CVS/Entries -share/gphoto/gphoto/CSStheme/CVS/Repository -share/gphoto/gphoto/CSStheme/CVS/Root -share/gphoto/gphoto/CSStheme/index_bottom.html -share/gphoto/gphoto/CSStheme/index_top.html -share/gphoto/gphoto/CSStheme/mwcos -share/gphoto/gphoto/CSStheme/picture.html -share/gphoto/gphoto/CSStheme/styles.css -share/gphoto/gphoto/CSStheme/thumbnail.html -share/gphoto/gphoto/CSStheme/vh40.gif -share/gphoto/gphoto/Default/CVS/Entries -share/gphoto/gphoto/Default/CVS/Repository -share/gphoto/gphoto/Default/CVS/Root -share/gphoto/gphoto/Default/banner.gif -share/gphoto/gphoto/Default/index.gif -share/gphoto/gphoto/Default/index_bottom.html -share/gphoto/gphoto/Default/index_top.html -share/gphoto/gphoto/Default/next.gif -share/gphoto/gphoto/Default/picture.html -share/gphoto/gphoto/Default/previous.gif -share/gphoto/gphoto/Default/thumbnail.html -share/gphoto/gphoto/RedNGray/CVS/Entries -share/gphoto/gphoto/RedNGray/CVS/Repository -share/gphoto/gphoto/RedNGray/CVS/Root -share/gphoto/gphoto/RedNGray/backgrnd.gif -share/gphoto/gphoto/RedNGray/banner.gif -share/gphoto/gphoto/RedNGray/index.gif -share/gphoto/gphoto/RedNGray/index_bottom.html -share/gphoto/gphoto/RedNGray/index_top.html -share/gphoto/gphoto/RedNGray/next.gif -share/gphoto/gphoto/RedNGray/picture.html -share/gphoto/gphoto/RedNGray/previous.gif -share/gphoto/gphoto/RedNGray/thumbnail.html -@dirrm doc/gphoto-0.3 +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.la +share/gphoto/drivers/libgphoto_sony_dscf1.a +share/gphoto/drivers/libgphoto_dir.la +share/gphoto/drivers/libgphoto_dir.a +share/gphoto/gallery/Default/banner.gif +share/gphoto/gallery/Default/index.gif +share/gphoto/gallery/Default/index_bottom.html +share/gphoto/gallery/Default/index_top.html +share/gphoto/gallery/Default/next.gif +share/gphoto/gallery/Default/picture.html +share/gphoto/gallery/Default/previous.gif +share/gphoto/gallery/Default/thumbnail.html +share/gphoto/gallery/RedNGray/backgrnd.gif +share/gphoto/gallery/RedNGray/banner.gif +share/gphoto/gallery/RedNGray/index.gif +share/gphoto/gallery/RedNGray/index_bottom.html +share/gphoto/gallery/RedNGray/index_top.html +share/gphoto/gallery/RedNGray/next.gif +share/gphoto/gallery/RedNGray/picture.html +share/gphoto/gallery/RedNGray/previous.gif +share/gphoto/gallery/RedNGray/thumbnail.html +@dirrm doc/gphoto @dirrm share/gphoto/drivers -@dirrm share/gphoto/gphoto/CSStheme/CVS -@dirrm share/gphoto/gphoto/CSStheme -@dirrm share/gphoto/gphoto/Default/CVS -@dirrm share/gphoto/gphoto/Default -@dirrm share/gphoto/gphoto/RedNGray/CVS -@dirrm share/gphoto/gphoto/RedNGray -@dirrm share/gphoto/gphoto +@dirrm share/gphoto/gallery/Default +@dirrm share/gphoto/gallery/RedNGray +@dirrm share/gphoto/gallery @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?199906270426.GAA72017>