diff options
author | mi <mi@FreeBSD.org> | 2001-03-03 01:57:08 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-03-03 01:57:08 +0800 |
commit | 06ba3feb8dc99b72b95b3698a379cea2920ae3d6 (patch) | |
tree | f557293f39dda5d84a947ef54317c7b899b0f7d7 /net/scotty | |
parent | c8c03140c16079b268048c9d976154113afcf646 (diff) | |
download | freebsd-ports-gnome-06ba3feb8dc99b72b95b3698a379cea2920ae3d6.tar.gz freebsd-ports-gnome-06ba3feb8dc99b72b95b3698a379cea2920ae3d6.tar.zst freebsd-ports-gnome-06ba3feb8dc99b72b95b3698a379cea2920ae3d6.zip |
Make it use TCL 8.3. Fix up the patch to Makefile.in to:
. reflect the true ctime of the original (1997)
. use the correct CFLAGS instead of the arbitrary ``-O''
Reviewed by: demon
Approved by: demon
Diffstat (limited to 'net/scotty')
-rw-r--r-- | net/scotty/Makefile | 8 | ||||
-rw-r--r-- | net/scotty/files/patch-ac | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index 623ab848db96..bdb4fe89c9a4 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -7,18 +7,18 @@ PORTNAME= scotty PORTVERSION= 2.1.10 -CATEGORIES= net tk82 +CATEGORIES= net tk83 MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ MAINTAINER= demon@FreeBSD.org -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 FORBIDDEN= "Buffer overflow in ntping yielding setuid root" GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/lib/tcl8.2 \ - --with-tk-config=${LOCALBASE}/lib/tk8.2 +CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/lib/tcl8.3 \ + --with-tk-config=${LOCALBASE}/lib/tk8.3 WRKSRC=${WRKDIR}/${DISTNAME}/unix MAN1= tkined.1 scotty.1 diff --git a/net/scotty/files/patch-ac b/net/scotty/files/patch-ac index 47141f9d54fe..866483c39be9 100644 --- a/net/scotty/files/patch-ac +++ b/net/scotty/files/patch-ac @@ -1,5 +1,10 @@ ---- Makefile.in.orig Fri Mar 26 20:12:11 1999 +--- Makefile.in Mon Sep 7 13:12:57 1998 +++ Makefile.in Fri Mar 26 20:20:58 1999 +@@ -59,3 +59,3 @@ + # to -g, change the following line: +-CFLAGS = -O ++# CFLAGS = -O + @@ -509,7 +509,7 @@ @$(INSTALL_PROGRAM) scotty $(BIN_INSTALL_DIR)/scotty$(TNM_VERSION) @$(INSTALL_DATA) tnm$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) |