diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-09-16 13:44:26 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-09-16 13:44:26 +0000 |
commit | fff82c442ccae8ea21caa3d81a6f741bfa270c2c (patch) | |
tree | 26a6350dcd2dada724c112e59091a73be1fa83fb /mail/dma/files/patch-BSDMakefile | |
parent | Update to 3.5.1. (diff) |
mail/dma: update to 0.9
- Update to 0.9 [1]
- USE_GITHUB framework
- Remove useless LICENSE_FILE
- Trim Makefile header
- Mark IGNORE for 8.x
PR: ports/182058
Submitted by: bz (maintainer)
Diffstat (limited to 'mail/dma/files/patch-BSDMakefile')
-rw-r--r-- | mail/dma/files/patch-BSDMakefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/dma/files/patch-BSDMakefile b/mail/dma/files/patch-BSDMakefile index 686595d5bb67..5c31d0bb6011 100644 --- a/mail/dma/files/patch-BSDMakefile +++ b/mail/dma/files/patch-BSDMakefile @@ -1,6 +1,6 @@ ---- BSDmakefile.orig 2012-01-03 13:54:05.000000000 +0000 -+++ BSDmakefile 2012-01-28 20:47:09.000000000 +0000 -@@ -1,20 +1,12 @@ +--- BSDmakefile.orig 2013-06-03 14:03:15.000000000 +0000 ++++ BSDmakefile 2013-08-22 10:35:28.000000000 +0000 +@@ -1,21 +1,13 @@ # $DragonFly: src/libexec/dma/Makefile,v 1.5 2008/09/19 00:36:57 corecode Exp $ # @@ -11,6 +11,7 @@ +CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. CFLAGS+= -DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME CFLAGS+= -DLIBEXEC_PATH='"${LIBEXEC}"' -DDMA_VERSION='"${version}"' + CFLAGS+= -DCONF_PATH='"${CONFDIR}"' -DPADD= ${LIBSSL} ${LIBCRYPTO} -LDADD= -lssl -lcrypto @@ -22,8 +23,8 @@ - PREFIX?= /usr/local LIBEXEC?= ${PREFIX}/libexec - -@@ -23,4 +15,3 @@ BINGRP= mail + CONFDIR?= ${PREFIX}/etc/dma +@@ -25,4 +17,3 @@ BINGRP= mail BINMODE=2555 WARNS?= 6 |