summaryrefslogtreecommitdiff
path: root/net/tcl-scotty
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-05-30 11:35:35 +0000
committerjoerg <joerg@pkgsrc.org>2014-05-30 11:35:35 +0000
commitc690ae8cbe6bd62ec943dbff3b957d84bfa056c0 (patch)
tree8622a9b2874c59101d5f97d35a7f920dfbef29a4 /net/tcl-scotty
parent48e6c0087e0b22a6e48fa0e5efcf24fa679ce68c (diff)
downloadpkgsrc-c690ae8cbe6bd62ec943dbff3b957d84bfa056c0.tar.gz
Honour CFLAGS.
Diffstat (limited to 'net/tcl-scotty')
-rw-r--r--net/tcl-scotty/distinfo4
-rw-r--r--net/tcl-scotty/patches/patch-unix-Makefile.in11
2 files changed, 12 insertions, 3 deletions
diff --git a/net/tcl-scotty/distinfo b/net/tcl-scotty/distinfo
index c5e6625af6f..710b9eca41e 100644
--- a/net/tcl-scotty/distinfo
+++ b/net/tcl-scotty/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2014/03/05 13:52:29 he Exp $
+$NetBSD: distinfo,v 1.13 2014/05/30 11:35:35 joerg Exp $
SHA1 (scotty-2.1.11.tar.gz) = 819011f908c57e4591d6f50e51677c01eb55dc13
RMD160 (scotty-2.1.11.tar.gz) = 3b4d45f3db73f05b49a46017bf2ffed6d6464b00
@@ -37,7 +37,7 @@ SHA1 (patch-tnm_snmp_tnmSnmpRecv.c) = f55abae9975a7832e38e2754fe6e38e025eb6276
SHA1 (patch-tnm_snmp_tnmSnmpSend.c) = 46c2b0f7c3d5f6392df96cba55b831ef763deeb7
SHA1 (patch-tnm_snmp_tnmSnmpTcl.c) = 565d982a4e24e8033c4a16895ff503a3159a1a33
SHA1 (patch-tnm_snmp_tnmSnmpUtil.c) = 9441f16f0be0f15689e9e628c3e96fc0c10bc942
-SHA1 (patch-unix-Makefile.in) = a948075a85ace0ab0cd2a0fe10a2a80f15f367dc
+SHA1 (patch-unix-Makefile.in) = a20fcd84d99fb42772b6bbcfb5ee40ac779fa585
SHA1 (patch-unix_configure) = 6d2b4b522ba802d07c0bc8346330070ae7e0edea
SHA1 (patch-unix_scotty.c) = fdb6a9bb414566ddb5317a3ebc60d2c305f611a7
SHA1 (patch-unix_tnmUnixIcmp.c) = 86be48d8da9d77098662e7d2515193515a028e96
diff --git a/net/tcl-scotty/patches/patch-unix-Makefile.in b/net/tcl-scotty/patches/patch-unix-Makefile.in
index 772c409bd98..10a5634c7ad 100644
--- a/net/tcl-scotty/patches/patch-unix-Makefile.in
+++ b/net/tcl-scotty/patches/patch-unix-Makefile.in
@@ -1,4 +1,4 @@
-$NetBSD: patch-unix-Makefile.in,v 1.1 2014/03/05 13:52:29 he Exp $
+$NetBSD: patch-unix-Makefile.in,v 1.2 2014/05/30 11:35:35 joerg Exp $
Put installed files under lib/tcl, so that tcl more easily picks it
up using e.g. "package require Tnm".
@@ -26,6 +26,15 @@ since that's not used in pkgsrc.
# Top-level directory for manual entries:
MAN_INSTALL_DIR = $(prefix)/man
+@@ -57,7 +57,7 @@ MANN_INSTALL_DIR = $(MAN_INSTALL_DIR)/ma
+
+ # To change the compiler switches, for example to change from -O
+ # to -g, change the following line:
+-CFLAGS = -O
++#CFLAGS = -O
+
+ # NTPING should contain the full path to the installed ntping binary.
+ NTPING = $(BIN_INSTALL_DIR)/ntping
@@ -82,7 +82,7 @@ TCL_EXEC_PREFIX=@TCL_EXEC_PREFIX@
# The full name of the tclsh executable (including the full path