pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/inn



Module Name:    pkgsrc
Committed By:   sekiya
Date:           Fri Nov 17 00:52:53 UTC 2023

Modified Files:
        pkgsrc/news/inn: Makefile options.mk

Log Message:
Make perl dependencies conditional on "perl" package option.

No functional change in the default configuration case.


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/news/inn/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/news/inn/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/news/inn/Makefile
diff -u pkgsrc/news/inn/Makefile:1.144 pkgsrc/news/inn/Makefile:1.145
--- pkgsrc/news/inn/Makefile:1.144      Wed Nov  8 13:20:38 2023
+++ pkgsrc/news/inn/Makefile    Fri Nov 17 00:52:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.144 2023/11/08 13:20:38 wiz Exp $
+# $NetBSD: Makefile,v 1.145 2023/11/17 00:52:53 sekiya Exp $
 
 DISTNAME=              inn-2.7.1
 PKGREVISION=           4
@@ -62,10 +62,6 @@ USE_LIBTOOL=         yes
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 
-DEPENDS+=              p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
-DEPENDS+=              p5-GD-[0-9]*:../../graphics/p5-GD
-DEPENDS+=              p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
-
 USERGROUP_PHASE=       pre-install
 PKG_USERS_VARS+=       INN_USER
 PKG_GROUPS_VARS+=      INN_GROUP

Index: pkgsrc/news/inn/options.mk
diff -u pkgsrc/news/inn/options.mk:1.10 pkgsrc/news/inn/options.mk:1.11
--- pkgsrc/news/inn/options.mk:1.10     Sun Apr 30 14:58:58 2023
+++ pkgsrc/news/inn/options.mk  Fri Nov 17 00:52:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2023/04/30 14:58:58 spz Exp $
+# $NetBSD: options.mk,v 1.11 2023/11/17 00:52:53 sekiya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.inn
 PKG_SUPPORTED_OPTIONS= perl python uucp kerberos gnupg2 canlock
@@ -27,6 +27,9 @@ CONFIGURE_ARGS+=      --disable-uucp-rnews
 .if !empty(PKG_OPTIONS:Mperl)
 CONFIGURE_ARGS+=       --with-perl
 CONFIGURE_ENV+=                _PATH_PERL=${PERL5:Q}
+DEPENDS+=              p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
+DEPENDS+=              p5-GD-[0-9]*:../../graphics/p5-GD
+DEPENDS+=              p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
 
 .include "../../lang/perl5/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index