summaryrefslogtreecommitdiff
path: root/lang/icon/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2003-06-06 08:58:42 +0000
committerjtb <jtb>2003-06-06 08:58:42 +0000
commitebe70f42b3850f71a35ee6aee874cec1f8b082c5 (patch)
tree3e9a85c83b36999ee654a653eb0d27bf2ea00590 /lang/icon/Makefile
parente4ac6e8e352dd14d6d0804aae5a50af1d9564564 (diff)
downloadpkgsrc-ebe70f42b3850f71a35ee6aee874cec1f8b082c5.tar.gz
Update to version 9.4.2.
Notable changes in this latest version are listed here. Some code cleanup work and documentation editing has also been done. 256-color limit removed Icon's X-windows interface previously limited each window to 256 colors at one time. This limitation has been removed for the TrueColor displays provided by most modern computers. Median-cut quantization is used to select 256 image colors when WriteImage() is called to write a GIF file. Library changes As usual, several files in the Icon program library have been added or edited. The core library files, however, remain stable. Minor changes * The command "icon - [args]" can now be used to execute a source program read from standard input. * A new "icont -N" flag suppresses embedding of an iconx path in the generated executable * The configuration directory has been restructured. * Several obsolete configurations have been removed. * The environment variables HEAPSIZE and BLOCKSIZE no longer function as undocumented alternatives to BLKSIZE. The GNU ls utility uses BLOCKSIZE for other purposes, leading to confusion. * "make Install" has been changed to never delete anything. It now creates a new directory rather than altering an existing one.
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r--lang/icon/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index 6a1e7636727..53ad774ba56 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2003/06/02 01:19:02 jschauma Exp $
+# $NetBSD: Makefile,v 1.25 2003/06/06 08:58:42 jtb Exp $
-DISTNAME= icon.v941src
-PKGNAME= icon-9.4.1
+DISTNAME= icon.v942src
+PKGNAME= icon-9.4.2
CATEGORIES= lang
MASTER_SITES= http://www.cs.arizona.edu/icon/ftp/packages/unix/
EXTRACT_SUFX= .tgz
@@ -20,7 +20,7 @@ pre-build:
${MKDIR} ${WRKSRC}/lib/icon
do-configure:
- cd ${WRKSRC}/config/unix/netbsd; \
+ cd ${WRKSRC}/config/netbsd; \
${SED} -e 's:@X11BASE@:${X11BASE}:g' define.h.in \
> define.h
cd ${WRKSRC}; ${MAKE} ${CONFIGURE_TARGET} name=netbsd