pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/opensmtpd-table-mysql



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Mar 10 07:23:48 UTC 2025

Modified Files:
        pkgsrc/mail/opensmtpd-table-mysql: Makefile

Log Message:
opensmtpd-table-mysql: do not override package CFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/opensmtpd-table-mysql/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/opensmtpd-table-mysql/Makefile
diff -u pkgsrc/mail/opensmtpd-table-mysql/Makefile:1.2 pkgsrc/mail/opensmtpd-table-mysql/Makefile:1.3
--- pkgsrc/mail/opensmtpd-table-mysql/Makefile:1.2      Sat Dec  7 20:37:34 2024
+++ pkgsrc/mail/opensmtpd-table-mysql/Makefile  Mon Mar 10 07:23:48 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2024/12/07 20:37:34 vins Exp $
+# $NetBSD: Makefile,v 1.3 2025/03/10 07:23:48 vins Exp $
 
 DISTNAME=      table-mysql-1.2.1
+PKGREVISION=   1
 PKGNAME=       ${DISTNAME:S|^|opensmtpd-|}
 CATEGORIES=    mail databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=opensmtpd/}
@@ -25,11 +26,8 @@ SUBST_MESSAGE.dir=   Fixing smtpdir for pk
 SUBST_FILES.dir=       Makefile.am
 SUBST_SED.dir+=                -e "s:libexec/smtpd:libexec/opensmtpd:g"
 
-MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}
-MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
-
 pre-configure:
-       set -e; cd ${WRKSRC} && autoreconf -fiv
+       ${RUN}set -e; cd ${WRKSRC} && autoreconf -fiv
 
 .include "../../mk/mysql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index