pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/screws Ensure that the rpath is set for screwsd. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e636c967006b
branches: trunk
changeset: 483899:e636c967006b
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Mon Nov 22 00:09:46 2004 +0000
description:
Ensure that the rpath is set for screwsd. Fixes build on NetBSD 1.6.
diffstat:
www/screws/distinfo | 3 ++-
www/screws/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 2f7e96900d64 -r e636c967006b www/screws/distinfo
--- a/www/screws/distinfo Sun Nov 21 21:27:35 2004 +0000
+++ b/www/screws/distinfo Mon Nov 22 00:09:46 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2004/09/16 18:45:09 he Exp $
+$NetBSD: distinfo,v 1.5 2004/11/22 00:09:46 kristerw Exp $
SHA1 (screws-0.54.tar.gz) = 87114e17d14f092e943a3a29345a532cfa7e3ca5
Size (screws-0.54.tar.gz) = 828711 bytes
SHA1 (patch-aa) = e66df78e90ab66cc51060bfeea1f807d95256fc6
+SHA1 (patch-ab) = 5149e050e7eb7b675a97bbf1a789178b0550d853
diff -r 2f7e96900d64 -r e636c967006b www/screws/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/screws/patches/patch-ab Mon Nov 22 00:09:46 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/11/22 00:09:46 kristerw Exp $
+
+--- src/Server/Makefile.orig Mon Nov 22 01:04:00 2004
++++ src/Server/Makefile Mon Nov 22 01:04:44 2004
+@@ -38,7 +38,7 @@
+ @if [ "${SSL}" = "1" ]; then echo " * USE_SSL" ; \
+ case "`uname`" in \
+ "NetBSD"|"FreeBSD"|"OpenBSD") \
+- echo -L/usr/pkg/lib -lssl -lcrypto >> .opts ;; \
++ echo -L/usr/pkg/lib -R/usr/pkg/lib -lssl -lcrypto >> .opts ;; \
+ *) \
+ echo -lssl >> .opts ; esac ; fi
+ @if [ "`uname`" = "Linux" ]; then echo " * USE_DLOPEN" ; \
Home |
Main Index |
Thread Index |
Old Index