aboutsummaryrefslogtreecommitdiffstats
path: root/cad/chipmunk
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-09-24 13:24:20 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-09-24 13:24:20 +0800
commitd32bfd6d4646151b90fd6877a554a2d544af4b92 (patch)
tree85cd89388c6211cfccc4ec2d9efd59ca41481302 /cad/chipmunk
parente82903ac64e79ba24f148614bce70da9301515c9 (diff)
downloadfreebsd-ports-gnome-d32bfd6d4646151b90fd6877a554a2d544af4b92.tar.gz
freebsd-ports-gnome-d32bfd6d4646151b90fd6877a554a2d544af4b92.tar.zst
freebsd-ports-gnome-d32bfd6d4646151b90fd6877a554a2d544af4b92.zip
Add two patches forgotten in ugprade to 5.51
Diffstat (limited to 'cad/chipmunk')
-rw-r--r--cad/chipmunk/files/patch-ao17
-rw-r--r--cad/chipmunk/files/patch-ap37
2 files changed, 54 insertions, 0 deletions
diff --git a/cad/chipmunk/files/patch-ao b/cad/chipmunk/files/patch-ao
new file mode 100644
index 000000000000..4b561081cf9e
--- /dev/null
+++ b/cad/chipmunk/files/patch-ao
@@ -0,0 +1,17 @@
+--- util/conscripts/Makefile.orig Wed Mar 12 02:47:25 1997
++++ util/conscripts/Makefile Tue Sep 21 03:36:32 1999
+@@ -18,11 +18,11 @@
+ #
+ # mconvert makefile
+
+-BINDIR= ../../bin
++BINDIR= %%PREFIX%%/bin
+
+ install:
+- cp mconvert $(BINDIR)
+- cp unmconvert $(BINDIR)
++ install -c mconvert $(BINDIR)
++ install -c unmconvert $(BINDIR)
+
+ clean:
+ -rm -f *.o
diff --git a/cad/chipmunk/files/patch-ap b/cad/chipmunk/files/patch-ap
new file mode 100644
index 000000000000..59ce239624d2
--- /dev/null
+++ b/cad/chipmunk/files/patch-ap
@@ -0,0 +1,37 @@
+--- util/sctomat/Makefile.orig Wed Mar 12 02:47:26 1997
++++ util/sctomat/Makefile Tue Sep 21 03:37:35 1999
+@@ -5,7 +5,7 @@
+ #
+ # sctomat makefile
+
+-BINDIR= ../../bin
++BINDIR= %%PREFIX%%/bin
+
+ ##
+ ## (1) Choosing your compiler
+@@ -32,7 +32,7 @@
+ ##
+
+ CHIPMUNKCC = gcc
+-CC = $(CHIPMUNKCC)
++CC ?= $(CHIPMUNKCC)
+
+ ##
+ ## (2) Adding appropriate flags
+@@ -76,13 +76,13 @@
+ ## -m68040 : for 68040 and 68060
+ ##
+
+-CFLAGS =
++CFLAGS += -DBSD -DF_OK=0
+
+-scope_to_mat: savemat.o scope_to_mat.o
++all: savemat.o scope_to_mat.o
+ $(CC) savemat.o scope_to_mat.o -lm -o scope_to_mat
+
+ install: scope_to_mat
+- cp scope_to_mat $(BINDIR)
++ install -c -s scope_to_mat $(BINDIR)
+
+ clean:
+ -rm -f *.o scope_to_mat
s'>+4 * - Update to 2.6.3wxs2009-08-152-10/+11 * Now that closefrom() has been merged to 7.X too, we have to patch sys_defs.hkeramida2009-07-232-12/+15 * - un-IGNORE VDA patch for version 2.6.2garga2009-07-102-1/+3 * Patch the src/util/sys_defs.h file of Postfix to fix the build onkeramida2009-07-091-0/+18 * - Cleanup pkg-install script to handle documentation installation correctly.wxs2009-06-113-13/+34 * Update to Postfix stable release 2.6.2 which fixes one defect in SASL support:itetcu2009-06-052-10/+5 * - Fix install with defined NOPORTEXAMPLES [1]mm2009-06-043-32/+8 * - refactor the port to ease maintenance [1]netchild2009-05-2611-399/+270 * - Update to 2.6.0pav2009-05-185-31/+26 * - Fix non-root installation (use pre-su-install target)pav2009-05-121-1/+1 * - Update to 2.5.6mnag2009-01-272-8/+8 * - Update to 2.5.5mnag2008-09-282-4/+4 * - Update VDA patch to 2.5.4mnag2008-08-302-4/+4 * - Update to 2.5.4mnag2008-08-183-45/+8 * - Fix paths in mail_perams.hbeech2008-07-151-6/+15 * - Fix milter macros (patch from Wietse Venema) [1]mnag2008-03-253-3/+41 * - Fix data_directorymnag2008-03-014-5/+26 * - Update to 2.5.1mnag2008-02-293-8/+9 * - Update to 2.4.6mnag2007-10-233-14/+14 * Remove leftover ifedwin2007-10-051-1/+0 * Remove support for OSVERSION < 5edwin2007-10-041-24/+11 * Allow dovecot and cyrus SASL to work together.delphij2007-08-301-6/+0 * - Update to 2.4.5mnag2007-08-012-8/+8 * - Update VDA patch to 2.4.3-vda-ngmnag2007-06-152-5/+5 * - Update to 2.4.3mnag2007-06-012-4/+4 * - Update to 2.4.1mnag2007-04-302-4/+4 * - Remove SASL1 support. security/cyrus-sasl will be removed soon.mnag2007-04-151-24/+3 * - Update VDA patch to 2.4.0mnag2007-04-062-6/+5 * * mail/postfixmnag2007-04-053-17/+19 * - Update to 2.3.8mnag2007-03-072-9/+8 * - Add mail to PROVIDE line. This fixes other scripts that require mailrafan2007-02-212-1/+2 * Addition of postfix_flags variable to rc.subr startup script.koitsu2007-02-211-2/+5 * - Update to 2.3.7rafan2007-02-012-4/+4 * - Update to 2.3.5mnag2006-12-132-4/+4 * - Remove SPF compatible options. Patch are removed in 20060719.mnag2006-11-291-1/+1 * - Update VDA patch to 2.3.4mnag2006-11-092-5/+5 * - Update to 2.3.4mnag2006-11-022-8/+8 * - Update to 2.3.3mnag2006-08-272-5/+4 * - Update VDA patch to 2.3.2mnag2006-08-132-4/+4 * Fix "typo" in previous commit.itetcu2006-08-021-1/+1 * Make rc.d start postfix later, like sendmail does.itetcu2006-08-02