pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/freeradius
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 12 14:30:12 UTC 2024
Modified Files:
pkgsrc/net/freeradius: Makefile.module
Log Message:
freeradius: Remove DEPMETHOD=build for dependencies.
The modules already have a full dependency on freeradius, which in turn has
a full dependency on all of these dependencies, so this does nothing but
cause indirect library dependency issues.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/freeradius/Makefile.module
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/freeradius/Makefile.module
diff -u pkgsrc/net/freeradius/Makefile.module:1.1 pkgsrc/net/freeradius/Makefile.module:1.2
--- pkgsrc/net/freeradius/Makefile.module:1.1 Sat Aug 26 10:07:28 2017
+++ pkgsrc/net/freeradius/Makefile.module Fri Jan 12 14:30:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.module,v 1.1 2017/08/26 10:07:28 fhajny Exp $
+# $NetBSD: Makefile.module,v 1.2 2024/01/12 14:30:12 jperkin Exp $
.include "../../net/freeradius/Makefile.common"
@@ -6,8 +6,3 @@ DEPENDS+= freeradius>=${PKGVERSION_NORE
DISTINFO_FILE= ${.CURDIR}/../../net/freeradius/distinfo
PATCHDIR= ${.CURDIR}/../../net/freeradius/patches
-
-BUILDLINK_DEPMETHOD.gdbm?= build
-BUILDLINK_DEPMETHOD.libpcap?= build
-BUILDLINK_DEPMETHOD.openssl?= build
-BUILDLINK_DEPMETHOD.talloc?= build
Home |
Main Index |
Thread Index |
Old Index