aboutsummaryrefslogtreecommitdiff
path: root/mail/milter-skem
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-03 11:26:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-03 11:26:48 +0000
commit0438143249634ab5028e53cb468d99a894c62995 (patch)
tree204c01c7973e83331fc29d8b09e59b3e9f219bd6 /mail/milter-skem
parent68f48ea6c2e03359333e7b211625e51e06aa2026 (diff)
downloadports-0438143249634ab5028e53cb468d99a894c62995.tar.gz
ports-0438143249634ab5028e53cb468d99a894c62995.zip
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
Notes
Notes: svn path=/head/; revision=383107
Diffstat (limited to 'mail/milter-skem')
-rw-r--r--mail/milter-skem/Makefile4
-rw-r--r--mail/milter-skem/files/patch-cleanup.c (renamed from mail/milter-skem/files/timet.patch)0
2 files changed, 0 insertions, 4 deletions
diff --git a/mail/milter-skem/Makefile b/mail/milter-skem/Makefile
index 163fcb6dd106..1b133c3176c5 100644
--- a/mail/milter-skem/Makefile
+++ b/mail/milter-skem/Makefile
@@ -34,10 +34,6 @@ OPTIONS_DEFAULT= SKEM_NETINET
BROKEN= Does not compile on powerpc
.endif
-.if ${OSVERSION} >= 700011
-EXTRA_PATCHES= files/timet.patch
-.endif
-
MAKE_ENV+= PTHREAD_LIBS="-lpthread"
.for o in ${PORT_OPTIONS:MSKEM_*}
diff --git a/mail/milter-skem/files/timet.patch b/mail/milter-skem/files/patch-cleanup.c
index d125f076815b..d125f076815b 100644
--- a/mail/milter-skem/files/timet.patch
+++ b/mail/milter-skem/files/patch-cleanup.c