diff options
author | matthew <matthew@FreeBSD.org> | 2014-07-17 22:07:00 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-07-17 22:07:00 +0800 |
commit | 4d2ec8e54edd48157feeb5c2390cb2e794cf503a (patch) | |
tree | c51b36320deef9baef31ae24d0408db21107995c /mail/opendkim | |
parent | 5c5ba5e6cc4460bc214d6fcb5df3fae1cbebb42f (diff) | |
download | freebsd-ports-gnome-4d2ec8e54edd48157feeb5c2390cb2e794cf503a.tar.gz freebsd-ports-gnome-4d2ec8e54edd48157feeb5c2390cb2e794cf503a.tar.zst freebsd-ports-gnome-4d2ec8e54edd48157feeb5c2390cb2e794cf503a.zip |
Fix compilation when options enabled
- Typo JANNSON --> JANSSON
- Additional files for shebangfix
- Add missing shlibs to pkg-plist and rationalise the %%TAG%% markers
Submitted by: tijl
Approved by: portmgr (blanket 'just fix it')
Diffstat (limited to 'mail/opendkim')
-rw-r--r-- | mail/opendkim/Makefile | 6 | ||||
-rw-r--r-- | mail/opendkim/pkg-plist | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 9b7f57ba1e40..cea33e8c33b6 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -23,8 +23,8 @@ GNU_CONFIGURE= yes NO_OPTIONS_SORT=yes USES= pkgconfig perl5 shebangfix libtool USE_PERL5= run -SHEBANG_FILES= opendkim/opendkim-genkey.in -SHEBANG_FILES= opendkim/opendkim-genkey* reputation/opendkim-* stats/opendkim-* +SHEBANG_FILES= opendkim/opendkim-genkey* reputation/opendkim-* stats/opendkim-* \ + reprrd/opendkim-reprrdimport* USE_OPENSSL= yes USE_LDCONFIG= yes @@ -125,7 +125,7 @@ IGNORE= Options LUA_ONLY_SIGNING and RBL require LUA as well .endif .if ${PORT_OPTIONS:MREPUTATION} -.if !${PORT_OPTIONS:MCURL} || !${PORT_OPTIONS:MJANNSON} +.if !${PORT_OPTIONS:MCURL} || !${PORT_OPTIONS:MJANSSON} IGNORE= Option REPUTATION requires CURL and JANSSON as well .endif .endif diff --git a/mail/opendkim/pkg-plist b/mail/opendkim/pkg-plist index 59675ad4124c..3a9d15052d48 100644 --- a/mail/opendkim/pkg-plist +++ b/mail/opendkim/pkg-plist @@ -5,16 +5,18 @@ %%FILTER%%sbin/opendkim %%JANSSON%%bin/autobuild %%JANSSON%%man/man8/autobuild.8.gz -%%LUA%%%%FILTER%%man/man3/opendkim-lua.3.gz %%LUA%%bin/miltertest %%LUA%%man/man3/opendkim-lua.3.gz %%LUA%%man/man8/miltertest.8.gz -%%OPENDBX%%%%STATS%%bin/opendkim-spam -%%OPENDBX%%%%STATS%%sbin/opendkim-importstats +%%OPENDBX%%bin/opendkim-spam +%%OPENDBX%%sbin/opendkim-importstats +%%OPENDBX%%man/man1/opendkim-spam.1.gz +%%OPENDBX%%man/man8/opendkim-importstats.8.gz %%RBL%%include/rbl/rbl.h %%RBL%%lib/librbl.a %%RBL%%lib/librbl.so %%RBL%%lib/librbl.so.1 +%%RBL%%lib/librbl.so.1.0.0 %%RBL%%libdata/pkgconfig/rbl.pc %%RBL%%man/man3/rbl.3.gz %%REPRRD%%bin/opendkim-reprrdimport @@ -22,15 +24,18 @@ %%REPRRD%%lib/libreprrd.a %%REPRRD%%lib/libreprrd.so %%REPRRD%%lib/libreprrd.so.1 +%%REPRRD%%lib/libreprrd.so.1.0.0 %%REPRRD%%man/man8/opendkim-reprrdimport.8.gz %%REPUTATION%%include/repute/repute.h %%REPUTATION%%include/ut/ut.h %%REPUTATION%%lib/librepute.a %%REPUTATION%%lib/librepute.so %%REPUTATION%%lib/librepute.so.1 +%%REPUTATION%%lib/librepute.so.1.0.0 %%REPUTATION%%lib/libut.a %%REPUTATION%%lib/libut.so %%REPUTATION%%lib/libut.so.1 +%%REPUTATION%%lib/libut.so.1.0.0 %%REPUTATION%%libdata/pkgconfig/repute.pc %%REPUTATION%%libdata/pkgconfig/ut.pc %%REPUTATION%%man/man3/ut.3.gz @@ -40,8 +45,6 @@ %%REPUTATION%%sbin/opendkim-genrates %%REPUTATION%%sbin/opendkim-modtotals %%REPUTATION%%sbin/opendkim-rephistory -%%STATS%%%%OPENDBX%%man/man1/opendkim-spam.1.gz -%%STATS%%%%OPENDBX%%man/man8/opendkim-importstats.8.gz %%STATS%%man/man8/opendkim-expire.8.gz %%STATS%%man/man8/opendkim-gengraphs.8.gz %%STATS%%man/man8/opendkim-genstats.8.gz @@ -55,6 +58,7 @@ %%VBR%%lib/libvbr.a %%VBR%%lib/libvbr.so %%VBR%%lib/libvbr.so.2 +%%VBR%%lib/libvbr.so.2.0.0 %%VBR%%libdata/pkgconfig/vbr.pc %%VBR%%man/man3/vbr.3.gz @sample etc/mail/opendkim.conf.sample |