pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/amavisd-new



Module Name:    pkgsrc
Committed By:   otis
Date:           Sat Jun  6 11:55:39 UTC 2020

Modified Files:
        pkgsrc/mail/amavisd-new: Makefile

Log Message:
mail/amavisd-new: Fix build after removal of replace-interpreter

- Add NO_BUILD=yes
- Move SUBST_STAGE to pre-configure target


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/amavisd-new/Makefile

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

Modified files:

Index: pkgsrc/mail/amavisd-new/Makefile
diff -u pkgsrc/mail/amavisd-new/Makefile:1.27 pkgsrc/mail/amavisd-new/Makefile:1.28
--- pkgsrc/mail/amavisd-new/Makefile:1.27       Fri May 22 18:12:15 2020
+++ pkgsrc/mail/amavisd-new/Makefile    Sat Jun  6 11:55:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/05/22 18:12:15 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2020/06/06 11:55:39 otis Exp $
 
 DISTNAME=      amavisd-new-${VERSION}${PATCHLEVEL}
 PKGNAME=       amavisd-new-${VERSION}${PATCHLEVEL:S/-//}
@@ -78,9 +78,10 @@ SMF_NAME=    amavisd
 CONF_FILES=    ${EGDIR}/amavisd.conf-minimal ${PKG_SYSCONFDIR}/amavisd.conf
 
 USE_LANGUAGES=         # none, not even C
+NO_BUILD=      yes
 
 SUBST_CLASSES+=                amavisd
-SUBST_STAGE.amavisd=   pre-build
+SUBST_STAGE.amavisd=   pre-configure
 SUBST_FILES.amavisd=   amavisd amavisd.conf
 SUBST_SED.amavisd=     -e "s|/etc/amavisd.conf|${PKG_SYSCONFDIR}/amavisd.conf|"
 SUBST_VARS.amavisd=    AMAVIS_DIR



Home | Main Index | Thread Index | Old Index