pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/yaws yaws: fix linux PLIST. Installs .la files; se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea980d2ef275
branches:  trunk
changeset: 413442:ea980d2ef275
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Mar 20 11:39:43 2020 +0000

description:
yaws: fix linux PLIST. Installs .la files; set USE_LIBTOOL

diffstat:

 www/yaws/Makefile        |  3 ++-
 www/yaws/PLIST.DragonFly |  4 ++--
 www/yaws/PLIST.FreeBSD   |  4 ++--
 www/yaws/PLIST.Linux     |  3 +++
 4 files changed, 9 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 595d2284154b -r ea980d2ef275 www/yaws/Makefile
--- a/www/yaws/Makefile Fri Mar 20 11:34:51 2020 +0000
+++ b/www/yaws/Makefile Fri Mar 20 11:39:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/08/11 13:25:10 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2020/03/20 11:39:43 tnn Exp $
 #
 
 DISTNAME=              yaws-2.0.6
@@ -13,6 +13,7 @@
 
 BUILD_DEFS+=           VARBASE
 
+USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake perl tar
 GNU_CONFIGURE=         yes
 
diff -r 595d2284154b -r ea980d2ef275 www/yaws/PLIST.DragonFly
--- a/www/yaws/PLIST.DragonFly  Fri Mar 20 11:34:51 2020 +0000
+++ b/www/yaws/PLIST.DragonFly  Fri Mar 20 11:39:43 2020 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST.DragonFly,v 1.1 2012/05/21 15:51:27 marino Exp $
-lib/yaws/priv/lib/yaws_sendfile_drv.so
+@comment $NetBSD: PLIST.DragonFly,v 1.2 2020/03/20 11:39:43 tnn Exp $
+lib/yaws/priv/lib/yaws_sendfile_drv.la
diff -r 595d2284154b -r ea980d2ef275 www/yaws/PLIST.FreeBSD
--- a/www/yaws/PLIST.FreeBSD    Fri Mar 20 11:34:51 2020 +0000
+++ b/www/yaws/PLIST.FreeBSD    Fri Mar 20 11:39:43 2020 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST.FreeBSD,v 1.1 2013/12/17 07:07:22 asau Exp $
-lib/yaws/priv/lib/yaws_sendfile_drv.so
+@comment $NetBSD: PLIST.FreeBSD,v 1.2 2020/03/20 11:39:43 tnn Exp $
+lib/yaws/priv/lib/yaws_sendfile_drv.la
diff -r 595d2284154b -r ea980d2ef275 www/yaws/PLIST.Linux
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/yaws/PLIST.Linux      Fri Mar 20 11:39:43 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.Linux,v 1.1 2020/03/20 11:39:43 tnn Exp $
+lib/yaws/priv/lib/yaws_sendfile_drv.la
+share/examples/init.d/yaws



Home | Main Index | Thread Index | Old Index