aboutsummaryrefslogtreecommitdiff
path: root/devel/tcltls/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-06-20 14:34:11 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-06-20 14:34:11 +0000
commitf58af2e9d2908299b7a3d0a057c4bd877d0fb7d2 (patch)
treec573acfb9ab4e973044e7eee27c78afcc3e8990e /devel/tcltls/Makefile
parent75ed347d82d37f79e62f441b4a674834eab8283e (diff)
downloadports-f58af2e9d2908299b7a3d0a057c4bd877d0fb7d2.tar.gz
ports-f58af2e9d2908299b7a3d0a057c4bd877d0fb7d2.zip
Remove the obsolete pre-patch target and add some patches to provide
for clean build with `-Wall -Werror'. No functional changes nor upgrades.
Notes
Notes: svn path=/head/; revision=137763
Diffstat (limited to 'devel/tcltls/Makefile')
-rw-r--r--devel/tcltls/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/tcltls/Makefile b/devel/tcltls/Makefile
index f29b55562628..21670b0db1a4 100644
--- a/devel/tcltls/Makefile
+++ b/devel/tcltls/Makefile
@@ -21,12 +21,6 @@ USE_OPENSSL= Yes
WRKSRC= ${WRKDIR}/tls${PORTVERSION:R}
-pre-patch:
- # Fixing the end-of-lines:
- for f in `${FIND} ${WRKSRC}/.. -type f` ; do \
- ${TR} -d '\015' < $$f > $$f.noms && \
- ${CAT} $$f.noms > $$f && ${RM} $$f.noms; done
-
PLIST_SUB+= TCL_VER=${TCL_VER} DISTNAME="${DISTNAME}"
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \
@@ -44,7 +38,7 @@ post-patch:
's,package require tls.*,load ${WRKSRC}/libtls.so;\
source ${WRKSRC}/tls.tcl,' \
${WRKSRC}/tests/*.test
- # The ciphers.test were meaningless so far:
+ # The tests in ciphers.test are meaningless so far:
${MV} ${WRKSRC}/tests/ciphers.test ${WRKSRC}/tests/ciphers.test.broken
post-install: