aboutsummaryrefslogtreecommitdiff
path: root/lang/STk/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-05 15:34:35 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-05 15:34:35 +0000
commit0ad2ecf26bad0fcc703b18d2aa4f96f02da7392b (patch)
tree07fe577ddd3b0199e216fda3528a23d1161a22c4 /lang/STk/files
parent8b68d52148dfe75d998366b1ba374666a1381f72 (diff)
downloadports-0ad2ecf26bad0fcc703b18d2aa4f96f02da7392b.tar.gz
ports-0ad2ecf26bad0fcc703b18d2aa4f96f02da7392b.zip
Notes
Diffstat (limited to 'lang/STk/files')
-rw-r--r--lang/STk/files/patch-aa104
-rw-r--r--lang/STk/files/patch-ab11
-rw-r--r--lang/STk/files/patch-ac11
3 files changed, 22 insertions, 104 deletions
diff --git a/lang/STk/files/patch-aa b/lang/STk/files/patch-aa
deleted file mode 100644
index 6fbb4676ff46..000000000000
--- a/lang/STk/files/patch-aa
+++ /dev/null
@@ -1,104 +0,0 @@
-diff -cr STk-3.1/Makefile.in STk-3.1.new/Makefile.in
-*** STk-3.1/Makefile.in Wed Jul 24 12:53:04 1996
---- STk-3.1.new/Makefile.in Tue Sep 17 15:26:07 1996
-***************
-*** 73,79 ****
- @echo "SH_LDFLAGS = @SH_LDFLAGS@" >> config.make
- @echo "SH_LOADER = @SH_LOADER@" >> config.make
- @echo "SH_SUFFIX = @SH_SUFFIX@" >> config.make
-! @echo "LIB_MALLOC = @LIB_MALLOC@" >> config.make
- @echo "LIB_DLD = @LIB_DLD@" >> config.make
-
- @echo "STK_LIBRARY = $(libdir)" >> config.make
---- 73,79 ----
- @echo "SH_LDFLAGS = @SH_LDFLAGS@" >> config.make
- @echo "SH_LOADER = @SH_LOADER@" >> config.make
- @echo "SH_SUFFIX = @SH_SUFFIX@" >> config.make
-! @echo "LIB_MALLOC = " >> config.make
- @echo "LIB_DLD = @LIB_DLD@" >> config.make
-
- @echo "STK_LIBRARY = $(libdir)" >> config.make
-***************
-*** 108,114 ****
- demos:
- /bin/sh -c "(cd Demos; ../Src/test-stk -f hbrowse README.html)"
-
-! install: clean-before
- (cd Tcl; $(MAKE) install)
- (cd Tk; $(MAKE) install)
- (cd Mp; $(MAKE) install)
---- 108,114 ----
- demos:
- /bin/sh -c "(cd Demos; ../Src/test-stk -f hbrowse README.html)"
-
-! install:
- (cd Tcl; $(MAKE) install)
- (cd Tk; $(MAKE) install)
- (cd Mp; $(MAKE) install)
-*** STk-3.1/Tk/unix/Makefile.in Tue Sep 17 15:47:29 1996
---- STk-3.1.new/Tk/unix/Makefile.in Tue Sep 17 15:57:13 1996
-***************
-*** 75,86 ****
- # X11 include files accessible (the configure script will try to
- # set this value, and will cause it to be an empty string if the
- # include files are accessible via /usr/include).
-! X11_INCLUDES = @XINCLUDES@
-
- # Linker switch(es) to use to link with the X11 library archive (the
- # configure script will try to set this value automatically, but you
- # can override it).
-! X11_LIB_SWITCHES = @XLIBSW@
-
- # Libraries to use when linking: must include at least Tk, Tcl, Xlib,
- # and the math library (in that order). The "LIBS" part will be
---- 75,86 ----
- # X11 include files accessible (the configure script will try to
- # set this value, and will cause it to be an empty string if the
- # include files are accessible via /usr/include).
-! X11_INCLUDES = -I/usr/X11R6/include/
-
- # Linker switch(es) to use to link with the X11 library archive (the
- # configure script will try to set this value automatically, but you
- # can override it).
-! X11_LIB_SWITCHES = -L/usr/X11R6/lib/
-
- # Libraries to use when linking: must include at least Tk, Tcl, Xlib,
- # and the math library (in that order). The "LIBS" part will be
-*** STk-3.1.1/configure.in.orig Sat Mar 7 17:05:37 1998
---- STk-3.1.1/configure.in Sat Mar 7 17:05:48 1998
-***************
-*** 387,393 ****
- STKLDFLAGS="$STKLDFLAGS -Wl,-E"
- LIB_DLD=-ldld;;
- FREEBSD)
-! SH_CCFLAGS="-pic"
- SH_LDFLAGS="-Bshareable -o"
- SH_LOADER="ld"
- LIB_MALLOC="-lgnumalloc"
---- 387,393 ----
- STKLDFLAGS="$STKLDFLAGS -Wl,-E"
- LIB_DLD=-ldld;;
- FREEBSD)
-! SH_CCFLAGS="-fpic"
- SH_LDFLAGS="-Bshareable -o"
- SH_LOADER="ld"
- LIB_MALLOC="-lgnumalloc"
-*** STk-3.1.1/configure.orig Sat Mar 7 17:17:50 1998
---- STk-3.1.1/configure Sat Mar 7 17:17:59 1998
-***************
-*** 1536,1542 ****
- STKLDFLAGS="$STKLDFLAGS -Wl,-E"
- LIB_DLD=-ldld;;
- FREEBSD)
-! SH_CCFLAGS="-pic"
- SH_LDFLAGS="-Bshareable -o"
- SH_LOADER="ld"
- LIB_MALLOC="-lgnumalloc"
---- 1536,1542 ----
- STKLDFLAGS="$STKLDFLAGS -Wl,-E"
- LIB_DLD=-ldld;;
- FREEBSD)
-! SH_CCFLAGS="-fpic"
- SH_LDFLAGS="-Bshareable -o"
- SH_LOADER="ld"
- LIB_MALLOC="-lgnumalloc"
diff --git a/lang/STk/files/patch-ab b/lang/STk/files/patch-ab
new file mode 100644
index 000000000000..1bd405bfa2d2
--- /dev/null
+++ b/lang/STk/files/patch-ab
@@ -0,0 +1,11 @@
+--- configure.orig Mon Sep 27 00:02:14 1999
++++ configure Wed Mar 15 23:44:50 2000
+@@ -578,7 +578,7 @@
+ esac;;
+ FreeBSD*)
+ case $machine in
+- i*86) machine=ix86;;
++ i*86) machine=i386;;
+ esac;;
+ SunOS*)
+ case $version in
diff --git a/lang/STk/files/patch-ac b/lang/STk/files/patch-ac
new file mode 100644
index 000000000000..a85d59c5e02a
--- /dev/null
+++ b/lang/STk/files/patch-ac
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sat Sep 4 05:21:32 1999
++++ Makefile.in Wed Mar 15 23:46:41 2000
+@@ -118,7 +118,7 @@
+ (cd Extensions; $(MAKE) install prefix=$(root)$(prefix))
+ (cd Demos; $(MAKE) install root=$(root))
+ (cd Help; $(MAKE) install prefix=$(root)$(prefix))
+- (cd Doc; $(MAKE) install prefix=$(root)$(prefix))
++ (cd Doc; $(MAKE) install.man prefix=$(root)$(prefix))
+ (cd Stack; $(MAKE) install prefix=$(root)$(prefix))
+
+ install.libs: