pkgsrc-Bugs archive

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

Re: pkg/47370: update pkgsrc/mail/opendkim to 2.7.3 to get over build problem in opendkim-spam



I noticed some warning still during configure probably due to reorganisation/cleanup upstream so here is options.mk and a PKGCONFIG_OVERRIDE suppression in Makefile.

richard@devzoneX:~/src/pkgsrc/mail/opendkim$ cvs diff options.mk
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/mail/opendkim/options.mk,v
retrieving revision 1.3
diff -u -p -r1.3 options.mk
--- options.mk  29 Apr 2011 11:48:24 -0000      1.3
+++ options.mk  27 Dec 2012 13:10:29 -0000
@@ -24,10 +24,6 @@ RCD_SCRIPTS= opendkim

 CONFIGURE_ARGS+=       --enable-filter
 CONFIGURE_ARGS+=       --with-milter=${PREFIX}
-SUBST_CLASSES+=                conf
-SUBST_STAGE.conf=      pre-configure
-SUBST_FILES.conf=      opendkim/Makefile.in
-SUBST_SED.conf+=       -e 's|@EGDIR@|${EGDIR}|g'

 #CONF_FILES=           ${EGDIR}/opendkim.conf.sample \
 #                      ${PKG_SYSCONFDIR}/opendkim.conf
richard@devzoneX:~/src/pkgsrc/mail/opendkim$ cvs diff Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/opendkim/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    12 Nov 2012 19:23:35 -0000      1.9
+++ Makefile    27 Dec 2012 13:12:43 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.9 2012/11/12 19:23:35 pettai Exp $

-DISTNAME=      opendkim-2.6.7
+DISTNAME=      opendkim-2.7.3
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opendkim/}

@@ -26,7 +26,6 @@ PKG_USERS_VARS+=      DKIM_USER
 OWN_DIRS_PERMS+=       ${VARBASE}/run/opendkim \
                        ${DKIM_USER} ${DKIM_GROUP} 0750

-PKGCONFIG_OVERRIDE+=   libar/ar.pc.in
 PKGCONFIG_OVERRIDE+=   libopendkim/opendkim.pc.in
 PKGCONFIG_OVERRIDE+=   libvbr/vbr.pc.in



Home | Main Index | Thread Index | Old Index