pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/lighttpd



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jan  3 14:38:50 UTC 2017

Modified Files:
        pkgsrc/www/lighttpd: options.mk

Log Message:
 - Correction to gdbm option, merge duplicated lines


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/lighttpd/options.mk

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

Modified files:

Index: pkgsrc/www/lighttpd/options.mk
diff -u pkgsrc/www/lighttpd/options.mk:1.13 pkgsrc/www/lighttpd/options.mk:1.14
--- pkgsrc/www/lighttpd/options.mk:1.13 Tue Jan  3 14:31:13 2017
+++ pkgsrc/www/lighttpd/options.mk      Tue Jan  3 14:38:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2017/01/03 14:31:13 mef Exp $
+# $NetBSD: options.mk,v 1.14 2017/01/03 14:38:50 mef Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lighttpd
 PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcache geoip gssapi
@@ -30,6 +30,7 @@ CONFIGURE_ARGS+=      --with-fam
 .if !empty(PKG_OPTIONS:Mgdbm)
 .  include "../../databases/gdbm/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-gdbm
+PLIST.gdbm=            yes
 .endif
 
 ###
@@ -105,15 +106,6 @@ CONFIGURE_ARGS+=   --with-krb5
 PLIST.gssapi=          yes
 .endif
 
-
-###
-### gdbm
-###
-.if !empty(PKG_OPTIONS:Mgdbm)
-.  include "../../databases/gdbm/buildlink3.mk"
-PLIST.gdbm=            yes
-.endif
-
 ###
 ### lua
 ###



Home | Main Index | Thread Index | Old Index