pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/opensmtpd-table-redis
Module Name: pkgsrc
Committed By: vins
Date: Mon Mar 10 07:18:30 UTC 2025
Modified Files:
pkgsrc/mail/opensmtpd-table-redis: Makefile
Log Message:
opensmtpd-table-redis: do not override package CFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/opensmtpd-table-redis/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-redis/Makefile
diff -u pkgsrc/mail/opensmtpd-table-redis/Makefile:1.1 pkgsrc/mail/opensmtpd-table-redis/Makefile:1.2
--- pkgsrc/mail/opensmtpd-table-redis/Makefile:1.1 Wed Dec 4 22:54:17 2024
+++ pkgsrc/mail/opensmtpd-table-redis/Makefile Mon Mar 10 07:18:29 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/12/04 22:54:17 vins Exp $
+# $NetBSD: Makefile,v 1.2 2025/03/10 07:18:29 vins Exp $
DISTNAME= table-redis-1.0.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 "../../databases/hiredis/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index