head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.1.0.28
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.26
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.24
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.22
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.20
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.18
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.16
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.14
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.12
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.10
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.8
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.6
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.4
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.2
	pkgsrc-2022Q4-base:1.1;
locks; strict;
comment	@ * @;


1.2
date	2026.06.09.17.51.09;	author wiz;	state dead;
branches;
next	1.1;
commitid	wMFSiYmZcqGNl9JG;

1.1
date	2022.12.07.15.30.09;	author fcambus;	state Exp;
branches;
next	;
commitid	FvpfmPCzzmRdID4E;


desc
@@


1.2
log
@fig2dev: update to 3.2.9a.

===============================================================================
Version 3.2
===============================================================================
Patchlevel 9a (Dec 2024)

NEW FEATURES:
	o Specify pdf minor version with option -Y.
	o Specify width (-Z <wid>w) or height (-Z <height>h) of figure.

BUGS FIXED:
	Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#.
	o Correctly read from a pipe, ticket #156.
	o Fix behavior of option -F for e(e)pic and latex outputs, ticket #157.
	o Compounds containing ascii-only text would disable utf-8 output, #158.
	o Option --enable-versioning works in out-of-tree builds.
	o Correct links to embedded image files in svg output.
	o Correct font size in svg output, ticket #176.

-------------------------------------
Patchlevel 9 (Aug 2023)

NEW FEATURES:
	o Write utf8-encoded postscript and tex-outputs.

BUGS FIXED:
	Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#.
	o Include sys/wait.h to build on some bsds.
	o Process crafted input files, tickets #142, #145, #146, #147, #148,
	  and #152.
	o Correctly scale dxf output, ticket #91.
	o Correct a typo causing incorrect eps import, ticket #137.
	o Regression, pass driver names to driver, ticket #139.
@
text
@$NetBSD: patch-fig2dev_dev_readpics.c,v 1.1 2022/12/07 15:30:09 fcambus Exp $

Fix undefined references to `WIFEXITED' and `WEXITSTATUS'.

--- fig2dev/dev/readpics.c.orig	2022-12-07 15:02:25.050115348 +0000
+++ fig2dev/dev/readpics.c
@@@@ -31,6 +31,7 @@@@
 #include <string.h>
 #include <unistd.h>
 #include <sys/stat.h>
+#include <sys/wait.h>
 
 #include "messages.h"
 #include "xtmpfile.h"
@


1.1
log
@fig2dev: Update to 3.2.8b.

Patchlevel 8b (Aug 2021)

NEW FEATURES:
	o Detect the output language from the output file name.
	o On the command line, a minus (-) as input or output file name refers
	  to standard input or standard output.

BUGS FIXED:
	Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#.
	o Correct buffer overflows and segfaults, mainly due to maliciously
	  crafted input files, tickets #113-117, #122, #123, #125-#135.
	o With -Lepic -P, generate a complete tex file.
	o Correctly produce a gif if a transparent color is given, ticket #121.
	o Return with error if no space is left on the device. Ticket #101.
@
text
@d1 1
a1 1
$NetBSD$
@

