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:   mef
Date:           Wed Jun 30 22:20:32 UTC 2021

Modified Files:
        pkgsrc/net/freeradius: Makefile

Log Message:
(net/freeradius) Fix package, adding REPLACE_PERL


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/net/freeradius/Makefile

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
diff -u pkgsrc/net/freeradius/Makefile:1.111 pkgsrc/net/freeradius/Makefile:1.112
--- pkgsrc/net/freeradius/Makefile:1.111        Fri Jun 25 11:42:48 2021
+++ pkgsrc/net/freeradius/Makefile      Wed Jun 30 22:20:32 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2021/06/25 11:42:48 adam Exp $
+# $NetBSD: Makefile,v 1.112 2021/06/30 22:20:32 mef Exp $
 
 .include "Makefile.common"
 
@@ -52,6 +52,10 @@ SUBST_VARS.secconf=  RADIUS_USER RADIUS_G
 FILES_SUBST+=          RADIUS_USER=${RADIUS_USER} RADIUS_GROUP=${RADIUS_GROUP}
 MESSAGE_SUBST+=                BOOTSTRAP=${PKG_SYSCONFDIR}/certs/bootstrap
 
+REPLACE_PERL+=         src/modules/rlm_counter/rad_counter
+REPLACE_PERL+=         scripts/sql/radsqlrelay
+REPLACE_PERL+=         scripts/sql/rlm_sqlippool_tool
+
 EGDIR=         ${PREFIX}/share/examples/freeradius
 
 .include "config.mk"



Home | Main Index | Thread Index | Old Index