Date: Mon, 02 Sep 2013 17:33:37 -0700 From: Matthew Luckie <mjl@luckie.org.nz> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/181771: [patch] update graphics/xfig to 3.2.5c Message-ID: <E1VGeYr-0005F9-LW@mylar.luckie.org.nz> Resent-Message-ID: <201309030040.r830e1nT086890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181771 >Category: ports >Synopsis: [patch] update graphics/xfig to 3.2.5c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 03 00:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthew Luckie >Release: FreeBSD 9.1-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD mylar.luckie.org.nz 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update xfig to 3.2.5c. Changes at: http://xfig.org/m/art17.html files/patch-f_wrpng.c and files/patch-f_readpng.c are no long required. There are a few portlints remaining: WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support. WARN: Makefile: LIB_DEPENDS don't specify the ABI version number .11 in jpeg.11 unless it is really necessary. WARN: Makefile: LIB_DEPENDS don't specify the ABI version number .8 in Xaw3d.8 unless it is really necessary. >How-To-Repeat: >Fix: --- patch-xfig-3.2.5c begins here --- diff -uNr xfig.orig/Makefile xfig/Makefile --- xfig.orig/Makefile 2013-06-28 04:51:05.000000000 -0700 +++ xfig/Makefile 2013-09-02 17:24:26.000000000 -0700 @@ -2,8 +2,7 @@ # $FreeBSD: graphics/xfig/Makefile 321957 2013-06-28 11:51:05Z bapt $ PORTNAME= xfig -PORTVERSION= 3.2.5b -PORTREVISION= 1 +PORTVERSION= 3.2.5c CATEGORIES= graphics MASTER_SITES= SF/mcj/mcj-source/ DISTNAME= ${PORTNAME}.${PORTVERSION}.full @@ -53,6 +52,10 @@ .endif post-extract: + @cd ${WRKSRC}/Doc && ${FIND} . -type f -name "*.orig" -delete + @${RM} -f ${WRKSRC}/Doc/html/images/pspbrwse.jbf + @${RM} -f ${WRKSRC}/Libraries/Examples/xfig.exe.stackdump + @${RM} -f ${WRKSRC}/Libraries/Fasteners/Fasteners.tar @cd ${WRKSRC}/Doc && ${FIND} -s . -type d -print0 | ${XARGS} -0 ${CHMOD} a+rx @cd ${WRKSRC}/Doc && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x+r @${CHMOD} a+rx ${WRKSRC}/Libraries diff -uNr xfig.orig/distinfo xfig/distinfo --- xfig.orig/distinfo 2012-07-14 06:54:48.000000000 -0700 +++ xfig/distinfo 2013-09-02 08:24:02.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (xfig.3.2.5b.full.tar.gz) = 5c01cf6d79f4de04e3d9efc9f3e4ea046e880d6610f210c8551bb0a713e985c2 -SIZE (xfig.3.2.5b.full.tar.gz) = 5821049 +SHA256 (xfig.3.2.5c.full.tar.gz) = ea628f975b79ab175ab29220cc118274466497f6217f2989928317be2993a1f9 +SIZE (xfig.3.2.5c.full.tar.gz) = 6078933 diff -uNr xfig.orig/files/patch-Imakefile xfig/files/patch-Imakefile --- xfig.orig/files/patch-Imakefile 2012-07-14 06:54:48.000000000 -0700 +++ xfig/files/patch-Imakefile 2013-09-02 16:51:44.000000000 -0700 @@ -1,7 +1,5 @@ -$FreeBSD: graphics/xfig/files/patch-Imakefile 300896 2012-07-14 13:54:48Z beat $ - ---- Imakefile.orig 2009-03-30 08:53:05.000000000 -0700 -+++ Imakefile 2011-06-18 21:04:40.000000000 -0700 +--- Imakefile.orig 2012-08-09 10:14:15.000000000 -0700 ++++ Imakefile 2013-09-02 16:51:37.000000000 -0700 @@ -30,9 +30,9 @@ XCOMM Also, you may have to uncomment and redefine MKDIRHIER because "make" looks XCOMM for it relative to the BINDIR variable. @@ -23,39 +21,28 @@ XCOMM Comment out the following definition for XAW3D if you don't to want to use XCOMM the 3d Athena Widget Set -@@ -60,7 +60,7 @@ - XCOMM some new features, including "Tips", which replace xfig's "help balloons" - XCOMM NOTE: This is the default for many X systems now. - --XCOMM #define XAW3D1_5E -+#define XAW3D1_5E - - #ifdef XAW3D1_5E - DUSEXAW3D = -DXAW3D -DXAW3D1_5E -@@ -75,9 +75,9 @@ +@@ -75,8 +75,8 @@ XCOMM Redefine the following if your PNG library, zlib library and/or include file XCOMM are in different places -PNGLIBDIR = $(USRLIBDIR) --PNGINC = -I/usr/local/include --ZLIBDIR = $(USRLIBDIR) +-PNGINC = -I/usr/include +PNGLIBDIR = ${LOCALBASE}/lib +PNGINC = -I${LOCALBASE}/include/libpng -+XCOMM ZLIBDIR = $(USRLIBDIR) + ZLIBDIR = $(USRLIBDIR) XCOMM If don't want JPEG support, comment out the #define USEJPEG line - XCOMM Uncomment the #define for USEJPEG if you want to be able to import @@ -95,13 +95,13 @@ #define USEINSTALLEDJPEG #ifdef USEJPEG -- #ifdef USEINSTALLEDJPEG +-# ifdef USEINSTALLEDJPEG - JPEGLIBDIR = /usr/local/lib - JPEGINC = -I/usr/include/X11 -- #else +-# else - JPEGLIBDIR = ../jpeg - JPEGINC = -I$(JPEGLIBDIR) -- #endif /* USEINSTALLEDJPEG */ +-# endif /* USEINSTALLEDJPEG */ +#ifdef USEINSTALLEDJPEG +JPEGLIBDIR = ${LOCALBASE}/lib +JPEGINC = -I${LOCALBASE}/include @@ -71,13 +58,13 @@ #ifdef USEXPM -XPMLIBDIR = /usr/local/lib --XPMINC = -I/usr/local/include/X11 +-XPMINC = -I/usr/include/X11 +XPMLIBDIR = ${LOCALBASE}/lib -+XPMINC = -I${LOCALBASE}/include/X11 ++XPMINC = -I${LOCALBASE}/X11 #endif XCOMM Uncomment the following definiton if you want to use the small icons -@@ -161,7 +161,7 @@ +@@ -162,7 +162,7 @@ XCOMM inline functions. With the "INLINE" keyword, you should notice that XCOMM the display will be a bit faster in complex figures @@ -86,7 +73,7 @@ XCOMM use (and change) the following if you want the multi-key data base file XCOMM somewhere other than the standard X11 library directory -@@ -173,11 +173,11 @@ +@@ -174,11 +174,11 @@ XCOMM XFIGDOCDIR tells where the html and pdf documentation should go XCOMM XFIGDOCDIR = $(DOCDIR)/xfig @@ -100,16 +87,7 @@ XCOMM MANDIR = /usr/local/xfig/man XCOMM If your system doesn't have strstr undefine the following definition -@@ -251,7 +251,7 @@ - #endif /* USEJPEG */ - - #ifdef I18N --I18N_DEFS = -DI18N -DSETLOCALE -+I18N_DEFS = -DI18N - I18N_SRC = w_i18n.c - I18N_OBJ = w_i18n.o - #endif -@@ -390,8 +390,8 @@ +@@ -391,8 +391,8 @@ install:: @if [ -d $(DESTDIR)$(XFIGLIBDIR) ]; then set +x; \ else (set -x; $(MKDIRHIER) $(DESTDIR)$(XFIGLIBDIR) ; set +x; ); fi @@ -120,7 +98,7 @@ XCOMM Install program, libraries and documentation with "make install.all" install.all:: -@@ -406,11 +406,14 @@ +@@ -407,11 +407,14 @@ XCOMM Install the documentation here with "make install.doc" install.doc:: @echo Installing man pages to $(MANDIR) @@ -137,7 +115,7 @@ XCOMM Install the HTML documentation here with "make install.html" #ifdef I18N -@@ -423,24 +426,26 @@ +@@ -424,24 +427,25 @@ #endif install.rhtml:: @@ -149,7 +127,6 @@ - $(INSTALL) -m 644 -c xfig_man.html $(DESTDIR)$(XFIGDOCDIR) ; \ - $(INSTALL) -m 644 -c xfig_ref_en.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ - $(INSTALL) -m 644 -c xfig-howto.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ -+ $(INSTALL) $(INSTALLFLAGS) $(INSTDATFLAGS) xfig_man.html $(DESTDIR)$(XFIGDOCDIR) ; \ + $(INSTALL) $(INSTALLFLAGS) $(INSTDATFLAGS) xfig_ref_en.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ + $(INSTALL) $(INSTALLFLAGS) $(INSTDATFLAGS) xfig-howto.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ if [ -d html ]; then \ @@ -169,7 +146,7 @@ ) ; #endif -@@ -450,7 +455,7 @@ +@@ -451,7 +455,7 @@ @if [ -d $(DESTDIR)$(OBJLIBDIR) ]; then set +x; \ else (set -x; $(MKDIRHIER) $(DESTDIR)$(OBJLIBDIR) ; set +x; ); fi @if [ -d Libraries ]; then \ diff -uNr xfig.orig/files/patch-f_readpng.c xfig/files/patch-f_readpng.c --- xfig.orig/files/patch-f_readpng.c 2012-07-14 06:54:48.000000000 -0700 +++ xfig/files/patch-f_readpng.c 1969-12-31 16:00:00.000000000 -0800 @@ -1,47 +0,0 @@ ---- f_readpng.c.orig -+++ f_readpng.c -@@ -73,7 +73,7 @@ read_png(FILE *file, int filetype, F_pic - } - - /* set long jump recovery here */ -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf(png_ptr))) { - /* if we get here there was a problem reading the file */ - png_destroy_read_struct(&png_ptr, &info_ptr, &end_info); - close_picfile(file,filetype); -@@ -90,15 +90,17 @@ read_png(FILE *file, int filetype, F_pic - png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type, - &interlace_type, &compression_type, &filter_type); - -- if (info_ptr->valid & PNG_INFO_gAMA) -- png_set_gamma(png_ptr, 2.2, info_ptr->gamma); -- else -- png_set_gamma(png_ptr, 2.2, 0.45); -+ png_fixed_point gamma = 0.45; -+ png_get_gAMA_fixed(png_ptr,info_ptr,&gamma); -+ png_set_gamma(png_ptr, 2.2, gamma); - -- if (info_ptr->valid & PNG_INFO_bKGD) -+ if (png_get_valid(png_ptr,info_ptr,PNG_INFO_bKGD)) { - /* set the background to the one supplied */ -- png_set_background(png_ptr, &info_ptr->background, -+ png_color_16p background; -+ png_get_bKGD(png_ptr,info_ptr,&background); -+ png_set_background(png_ptr, background, - PNG_BACKGROUND_GAMMA_FILE, 1, 1.0); -+ } - else { - /* blend the canvas background using the alpha channel */ - background.red = x_bg_color.red >> 8; -@@ -136,7 +138,11 @@ read_png(FILE *file, int filetype, F_pic - - if (png_get_PLTE(png_ptr, info_ptr, &palette, &num_palette)) { - png_get_hIST(png_ptr, info_ptr, &histogram); -+#if PNG_LIBPNG_VER_MAJOR <= 1 && PNG_LIBPNG_VER_MINOR < 5 - png_set_dither(png_ptr, palette, num_palette, 256, histogram, 0); -+#else -+ png_set_quantize(png_ptr, palette, num_palette, 256, histogram, 0); -+#endif - } - } - if (color_type == PNG_COLOR_TYPE_GRAY || color_type == PNG_COLOR_TYPE_GRAY_ALPHA) { diff -uNr xfig.orig/files/patch-f_wrpng.c xfig/files/patch-f_wrpng.c --- xfig.orig/files/patch-f_wrpng.c 2012-07-14 06:54:48.000000000 -0700 +++ xfig/files/patch-f_wrpng.c 1969-12-31 16:00:00.000000000 -0800 @@ -1,19 +0,0 @@ ---- f_wrpng.c.orig -+++ f_wrpng.c -@@ -20,6 +20,7 @@ - #include "w_msgpanel.h" - #include "w_setup.h" - #include <png.h> -+#include <zlib.h> - - /* - * Write PNG file from rgb data -@@ -59,7 +60,7 @@ write_png(FILE *file, unsigned char *dat - } - - /* set long jump recovery here */ -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf(png_ptr))) { - /* if we get here there was a problem reading the file */ - png_destroy_write_struct(&png_ptr, &info_ptr); - return False; diff -uNr xfig.orig/pkg-plist xfig/pkg-plist --- xfig.orig/pkg-plist 2012-07-14 06:54:48.000000000 -0700 +++ xfig/pkg-plist 2013-09-02 17:19:51.000000000 -0700 @@ -69,6 +69,7 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/cd_disk.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/dat-drive.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/dat-drive2.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/datacard.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop1.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop2.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop3.fig @@ -91,6 +92,7 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/qic-drive.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/r320.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/scanner.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/screen.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/server.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/sparc5.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/sun_d1000.fig @@ -105,6 +107,7 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/tower3.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/ultra2.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/ultra30.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/usbpen.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-jbot.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-11xx.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-1hd.fig @@ -116,6 +119,7 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-4hd.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-5df.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-nhs.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/xbox.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Computers/xterminal.fig %%PORTDOCS%%lib/X11/xfig/Libraries/DSP/1toN.fig %%PORTDOCS%%lib/X11/xfig/Libraries/DSP/1toNtime.fig @@ -177,6 +181,7 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/telephone_outlet.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/README %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/bal_mike.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/bnc.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_db15.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_db25.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_db37.fig @@ -1204,7 +1209,6 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/pnp.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/pushbutton_nc.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/pushbutton_no.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/relay.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/relay_dpdt.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/relay_spdt.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/resistor.fig @@ -1300,7 +1304,6 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Bolts/Roundhead_Shld_bolt.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Bolts/Roundhead_Slotted_bolt.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Bolts/Roundhead_bolt.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Fasteners.tar.gz %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Machinescrews/Hexhead_Shld_screw.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Machinescrews/Hexhead_screw.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Fasteners/Machinescrews/Panhead_Slotted_screw.fig @@ -2154,6 +2157,9 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Music/modern/treble_staff.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Music/modern/whole-dotted.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Music/modern/whole.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/cloud.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/router.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/wlan.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/ATM/asx1000.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/ATM/asx200.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/ATM/asx4000.fig @@ -2168,8 +2174,10 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/bridge.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/dsu-csu.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/firewall.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/firewall-pair.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/generic_hw.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/imux.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/internet.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/microwave1.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/microwave2.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Devices/netcloud.fig @@ -2195,12 +2203,15 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Hubs/hub3.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Hubs/hub4.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Hubs/netgearhub.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/NodeB.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/README %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/cisco_7010.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/cisco_7513.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/router.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/router-pair.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/router2.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/router3.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Routers/router4.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/ExtremeSummit.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/cisco_catalyst.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/cisco_catalyst4006.fig @@ -2210,6 +2221,8 @@ %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/extreme_blk_dmnd.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/extreme_summit.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/switch.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/switch2.fig +%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/switch-pair.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/Switches/switching_hub.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/TestEquip/smartbit.fig %%PORTDOCS%%lib/X11/xfig/Libraries/Networks/TestEquip/smartbit2K.fig @@ -2781,7 +2794,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/images/snap-accel.png %%PORTDOCS%%%%DOCSDIR%%/html/images/spell-check-panel.png %%PORTDOCS%%%%DOCSDIR%%/html/images/spinner.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/splash-screen.png %%PORTDOCS%%%%DOCSDIR%%/html/images/spline-curves.png %%PORTDOCS%%%%DOCSDIR%%/html/images/spline-examples.png %%PORTDOCS%%%%DOCSDIR%%/html/images/spline-line-button.png @@ -2835,7 +2847,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/installation.html %%PORTDOCS%%%%DOCSDIR%%/html/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html.save %%JPORTDOCS%%%%DOCSDIR%%/html/japanese/accelerators.html %%JPORTDOCS%%%%DOCSDIR%%/html/japanese/attributes.html %%JPORTDOCS%%%%DOCSDIR%%/html/japanese/authors.html @@ -2910,7 +2921,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/printing.html %%PORTDOCS%%%%DOCSDIR%%/html/screen_image_map.html %%PORTDOCS%%%%DOCSDIR%%/xfig-howto.pdf -%%PORTDOCS%%%%DOCSDIR%%/xfig_man.html %%PORTDOCS%%%%DOCSDIR%%/xfig_ref_en.pdf %%JPORTDOCS%%@dirrm %%DOCSDIR%%/html/japanese %%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images --- patch-xfig-3.2.5c ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VGeYr-0005F9-LW>