diff options
author | fenner <fenner@FreeBSD.org> | 2004-02-02 08:55:08 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2004-02-02 08:55:08 +0800 |
commit | b8955834edd86e5db1fcc21352e1981d4e208d47 (patch) | |
tree | f62324626b8ce2449d2aff327e822c524dc0f338 /net | |
parent | f570f1d73752e9d03ad6ff56ed4658098cd56451 (diff) | |
download | freebsd-ports-gnome-b8955834edd86e5db1fcc21352e1981d4e208d47.tar.gz freebsd-ports-gnome-b8955834edd86e5db1fcc21352e1981d4e208d47.tar.zst freebsd-ports-gnome-b8955834edd86e5db1fcc21352e1981d4e208d47.zip |
Update to sdr 3.0.
Depend on tcl/tk 8.4.
Submitted by: overholt <overholt@GeekDude.Com> (tcl/tk 8.3 upgrade)
PR: ports/52779
Diffstat (limited to 'net')
-rw-r--r-- | net/sdr/files/Makefile.freebsd | 4 | ||||
-rw-r--r-- | net/sdr/files/patch-ab | 2 | ||||
-rw-r--r-- | net/sdr/files/patch-ac | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/net/sdr/files/Makefile.freebsd b/net/sdr/files/Makefile.freebsd index e412d81c1f99..303950175fa9 100644 --- a/net/sdr/files/Makefile.freebsd +++ b/net/sdr/files/Makefile.freebsd @@ -1,6 +1,6 @@ CC = gcc -g -O -fwritable-strings -INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.2 -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/uclmmbase -LIBS = -L${LOCALBASE}/lib -ltk82 -ltcl82 -luclmmbase -L${X11BASE}/lib -lX11 -lz -lm +INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.4 -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/uclmmbase +LIBS = -L${LOCALBASE}/lib -ltk84 -ltcl84 -luclmmbase -L${X11BASE}/lib -lX11 -lz -lm CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DFREEBSD -DNORANDPROTO -DDEFINED_ERRLIST -Wall -DAUTH -DHAVE_ZLIB -DFreeBSD all:: sdr diff --git a/net/sdr/files/patch-ab b/net/sdr/files/patch-ab index ca6c5f8fe01f..bb154934fbd1 100644 --- a/net/sdr/files/patch-ab +++ b/net/sdr/files/patch-ab @@ -5,7 +5,7 @@ parsed_plugins.tcl: ../src/plugin2tcl.tcl - tclsh8.0 ../src/plugin2tcl.tcl -+ tclsh8.2 ../src/plugin2tcl.tcl ++ tclsh8.4 ../src/plugin2tcl.tcl uweb: $(WWWOBJS) $(CC) -ggdb -o uweb $(WWWOBJS) $(LIBS) diff --git a/net/sdr/files/patch-ac b/net/sdr/files/patch-ac deleted file mode 100644 index 8499cceb284b..000000000000 --- a/net/sdr/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- ../src/plugin2tcl.tcl.orig Sun Mar 19 20:33:42 2000 -+++ ../src/plugin2tcl.tcl Sun Mar 19 20:35:39 2000 -@@ -8,7 +8,7 @@ - puts $file "set createrules \"$createrules\"" - foreach ary {tooldata mediadata fmts protos protonames fmtnames mappings attrs attrnames attrvaluenames attrflags noattrflags noattrlist defattrlist withattrs macros macrokeys fmtlayers} { - foreach key [array names $ary] { -- puts $file "set [set ary]($key) \"[set [set ary]($key)]\"" -+ puts $file [list set [set ary]($key) [set [set ary]($key)]] - } - } - close $file |