summaryrefslogtreecommitdiff
path: root/biology/chemtool/patches
diff options
context:
space:
mode:
authoradam <adam>2005-08-26 11:53:32 +0000
committeradam <adam>2005-08-26 11:53:32 +0000
commit919af26205e5422c5cb973f9bd3090a528efb5d2 (patch)
tree8edf5f93d91b347d3d9897ea9517e7256daac3f4 /biology/chemtool/patches
parentec52e46c77d0ab06053fe0dffdb9bb88313b83b2 (diff)
downloadpkgsrc-919af26205e5422c5cb973f9bd3090a528efb5d2.tar.gz
Changes 1.6.7:
- Fixed several serious bugs related to label rendering and printing that occured when chemtool was built with GTK 2 instead of GTK 1.2 (see ChangeLog for details) - SVG export now adds a namespace header as required by current builds of the firefox browser - SVG export now uses color values instead of color names for better SVGT compatibility - The separation between the lines of multiple bonds is configurable - The keys of the numeric keypad now create two dots instead of a line for free electron pairs when the Shift key is pressed - Two new bond types for drawing filled and unfilled p orbital lobes - chemtool now checks for fig2sxd (sourceforge.net) and offers to export to OpenOffice Draw format when it is present. - rpm packages did not install the dutch locale file. Chnges 1.6.6: - Fixed bug in molfile preview that caused an immediate crash in 1.6.5 - Made drawing of wiggly bonds work again
Diffstat (limited to 'biology/chemtool/patches')
-rw-r--r--biology/chemtool/patches/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/biology/chemtool/patches/patch-aa b/biology/chemtool/patches/patch-aa
index 2ab68178265..cf6bd690e05 100644
--- a/biology/chemtool/patches/patch-aa
+++ b/biology/chemtool/patches/patch-aa
@@ -1,16 +1,16 @@
-$NetBSD: patch-aa,v 1.11 2004/06/11 13:22:36 grant Exp $
+$NetBSD: patch-aa,v 1.12 2005/08/26 11:53:32 adam Exp $
---- Makefile.in.orig 2003-05-11 23:02:15.000000000 +1000
+--- Makefile.in.orig 2005-01-30 13:09:46.000000000 +0000
+++ Makefile.in
-@@ -5,7 +5,7 @@ localedir=@localedir@
- mandir=@mandir@
+@@ -6,7 +6,7 @@ mandir=@mandir@
kdedir=@kdemimedir@
gnomedir=@gnomemimedir@
--CFLAGS=-O2 -Wall -Wunused -Wuninitialized -I. `gtk-config --cflags` @DEFS@ -DLOCALEDIR=\"${localedir}\"
-+CFLAGS+=-Wall -Wunused -Wuninitialized -I. `gtk-config --cflags` @DEFS@ -DLOCALEDIR=\"${localedir}\"
-
+ CPPFLAGS=@CPPFLAGS@ -I. @GTK_CFLAGS@ @DEFS@ -DLOCALEDIR=\"${localedir}\"
+-CFLAGS=-O2 -Wall -Wunused -Wuninitialized @CFLAGS@
++CFLAGS+=-Wall -Wunused -Wuninitialized @CFLAGS@
CC=@CC@
- CP=/bin/cp
+ CP=@CP@
+ RM=@RM@ -f
@@ -33,7 +33,8 @@ lint: ${SRCS}
splint -weak -initallelements +posixlib `gtk-config --cflags` -I. ${SRCS} >splint.log