pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/yaws



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Mar 20 11:39:43 UTC 2020

Modified Files:
        pkgsrc/www/yaws: Makefile PLIST.DragonFly PLIST.FreeBSD
Added Files:
        pkgsrc/www/yaws: PLIST.Linux

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/yaws/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/yaws/PLIST.DragonFly \
    pkgsrc/www/yaws/PLIST.FreeBSD
cvs rdiff -u -r0 -r1.1 pkgsrc/www/yaws/PLIST.Linux

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/yaws/Makefile
diff -u pkgsrc/www/yaws/Makefile:1.18 pkgsrc/www/yaws/Makefile:1.19
--- pkgsrc/www/yaws/Makefile:1.18       Sun Aug 11 13:25:10 2019
+++ pkgsrc/www/yaws/Makefile    Fri Mar 20 11:39:43 2020
@@ -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 @@ LICENSE=              modified-bsd
 
 BUILD_DEFS+=           VARBASE
 
+USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake perl tar
 GNU_CONFIGURE=         yes
 

Index: pkgsrc/www/yaws/PLIST.DragonFly
diff -u pkgsrc/www/yaws/PLIST.DragonFly:1.1 pkgsrc/www/yaws/PLIST.DragonFly:1.2
--- pkgsrc/www/yaws/PLIST.DragonFly:1.1 Mon May 21 15:51:27 2012
+++ pkgsrc/www/yaws/PLIST.DragonFly     Fri Mar 20 11:39:43 2020
@@ -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
Index: pkgsrc/www/yaws/PLIST.FreeBSD
diff -u pkgsrc/www/yaws/PLIST.FreeBSD:1.1 pkgsrc/www/yaws/PLIST.FreeBSD:1.2
--- pkgsrc/www/yaws/PLIST.FreeBSD:1.1   Tue Dec 17 07:07:22 2013
+++ pkgsrc/www/yaws/PLIST.FreeBSD       Fri Mar 20 11:39:43 2020
@@ -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

Added files:

Index: pkgsrc/www/yaws/PLIST.Linux
diff -u /dev/null pkgsrc/www/yaws/PLIST.Linux:1.1
--- /dev/null   Fri Mar 20 11:39:43 2020
+++ pkgsrc/www/yaws/PLIST.Linux Fri Mar 20 11:39:43 2020
@@ -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