summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-01-03 13:55:42 +0000
committermef <mef@pkgsrc.org>2015-01-03 13:55:42 +0000
commit2dcbadcdbcb06f989082bb23ef9650a762f45ed1 (patch)
tree707e01712bbde80cc32ef9b308934c7140d763ed
parent213c66f9d332165665559f60ca5b9288f4cf55e8 (diff)
downloadpkgsrc-2dcbadcdbcb06f989082bb23ef9650a762f45ed1.tar.gz
Removing mail/libspf-alt
(1) Info from FreeBSD, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=128322 says | mail/libspf-alt has been superceded by mail/libspf2 a long time ago (2) No objection was answered to my removing proposal at pkgsrc-users@ (2014/12/23 06:57) (3) finddepends reports nothing (other than self buildlink3.mk) Thank you,
-rw-r--r--mail/Makefile3
-rw-r--r--mail/libspf-alt/DESCR20
-rw-r--r--mail/libspf-alt/Makefile20
-rw-r--r--mail/libspf-alt/PLIST20
-rw-r--r--mail/libspf-alt/buildlink3.mk16
-rw-r--r--mail/libspf-alt/distinfo6
-rw-r--r--mail/libspf-alt/patches/patch-aa56
7 files changed, 1 insertions, 140 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 9d9754feecd..079763c23b3 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.459 2014/12/05 18:38:07 rodent Exp $
+# $NetBSD: Makefile,v 1.460 2015/01/03 13:55:42 mef Exp $
#
COMMENT= Electronic mail utilities
@@ -128,7 +128,6 @@ SUBDIR+= libesmtp
SUBDIR+= libetpan
SUBDIR+= libmilter
SUBDIR+= libsieve
-SUBDIR+= libspf-alt
SUBDIR+= libspf2
SUBDIR+= libsylph
SUBDIR+= libytnef
diff --git a/mail/libspf-alt/DESCR b/mail/libspf-alt/DESCR
deleted file mode 100644
index 41dbec1efed..00000000000
--- a/mail/libspf-alt/DESCR
+++ /dev/null
@@ -1,20 +0,0 @@
-Libspf-alt is an implementation of the SPF specification as found at
-http://www.ietf.org/internet-drafts/draft-mengwong-spf-00.txt
-or doc/draft-mengwong-spf-00.txt
-
-Libspf-alt is in beta testing and should only be used in production
-systems with caution. It has not been widely compiled and tested on
-machines with different operating systems, CPU architectures, or
-network configurations. It has not been audited for security errors.
-It is new code, and should be treated as such.
-
-While libspf-alt is beta code, a lot of effort has been put into
-making it secure by design, and a great deal of effort has been put
-into the regression tests. Functions such as sprintf() are never
-used, things like snprintf() are used instead. There are few fixed
-sized buffers/arrays, instead, most data structures are dynamically
-allocated with the allocation sized recorded so I can check to make
-sure the buffer isn't overflowed. The return values from malloc() and
-other system calls are checked and handled as gracefully as possible.
-The valgrind program is regularly run to make sure that there are no
-memory leaks and reads/writes to invalid memory.
diff --git a/mail/libspf-alt/Makefile b/mail/libspf-alt/Makefile
deleted file mode 100644
index b55e96c7604..00000000000
--- a/mail/libspf-alt/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2014/10/12 08:17:50 tron Exp $
-
-DISTNAME= libspf_alt-0.4.0
-PKGREVISION= 6
-CATEGORIES= mail
-MASTER_SITES= http://libspf2.org/spf/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://libspf2.org/
-COMMENT= Sender Permitted Framework (SPF) library
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS+= --with-bind=${BUILDLINK_PREFIX.libbind}
-
-CONFLICTS+= libspf2-[0-9]*
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/resolv.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/mail/libspf-alt/PLIST b/mail/libspf-alt/PLIST
deleted file mode 100644
index 45f9339e3b9..00000000000
--- a/mail/libspf-alt/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:04:36 joerg Exp $
-bin/spfquery
-bin/spfquery_static
-bin/spftest
-bin/spftest_static
-bin/spfd
-bin/spfd_static
-bin/spf_example
-bin/spf_example_static
-bin/spf_example_2mx
-bin/spf_example_2mx_static
-include/spf_alt/spf.h
-include/spf_alt/spf_lib_version.h
-include/spf_alt/spf_dns.h
-include/spf_alt/spf_dns_cache.h
-include/spf_alt/spf_dns_null.h
-include/spf_alt/spf_dns_resolv.h
-include/spf_alt/spf_dns_test.h
-include/spf_alt/spf_dns_zone.h
-lib/libspf_alt.la
diff --git a/mail/libspf-alt/buildlink3.mk b/mail/libspf-alt/buildlink3.mk
deleted file mode 100644
index 42a8c68c024..00000000000
--- a/mail/libspf-alt/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2011/04/22 13:41:56 obache Exp $
-
-BUILDLINK_TREE+= libspf_alt
-
-.if !defined(LIBSPF_ALT_BUILDLINK3_MK)
-LIBSPF_ALT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libspf_alt+= libspf_alt>=0.4.0nb1
-BUILDLINK_ABI_DEPENDS.libspf_alt+= libspf_alt>=0.4.0nb5
-BUILDLINK_PKGSRCDIR.libspf_alt?= ../../mail/libspf-alt
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/resolv.buildlink3.mk"
-.endif # LIBSPF_ALT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libspf_alt
diff --git a/mail/libspf-alt/distinfo b/mail/libspf-alt/distinfo
deleted file mode 100644
index 16f666e5b99..00000000000
--- a/mail/libspf-alt/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2007/07/03 13:54:45 joerg Exp $
-
-SHA1 (libspf_alt-0.4.0.tar.gz) = ba269d7508daebf42e9e20720f410c9409207558
-RMD160 (libspf_alt-0.4.0.tar.gz) = 67a789cfbc4df391fd6938e81ce90e3b24264615
-Size (libspf_alt-0.4.0.tar.gz) = 598003 bytes
-SHA1 (patch-aa) = c2663da02cd12ff6c148f4dd2d9670e5ce71d3cb
diff --git a/mail/libspf-alt/patches/patch-aa b/mail/libspf-alt/patches/patch-aa
deleted file mode 100644
index 82997b35131..00000000000
--- a/mail/libspf-alt/patches/patch-aa
+++ /dev/null
@@ -1,56 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/07/03 13:54:45 joerg Exp $
-
---- configure.orig 2007-07-02 14:03:12.000000000 +0000
-+++ configure
-@@ -19389,13 +19389,13 @@ echo "${ECHO_T}$ac_cv_lib_bind_res_query
- if test $ac_cv_lib_bind_res_query = yes; then
- LIBS="$LIBS -lbind"
- else
-- echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
--echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking for res_query in ${RESOLV_LDFLAGS}" >&5
-+echo $ECHO_N "checking for res_query in ${RESOLV_LDFLAGS}... $ECHO_C" >&6
- if test "${ac_cv_lib_resolv_res_query+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lresolv $LIBS"
-+LIBS="${RESOLV_LDFLAGS} $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -19453,7 +19453,7 @@ fi
- echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
- echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6
- if test $ac_cv_lib_resolv_res_query = yes; then
-- LIBS="$LIBS -lresolv"
-+ LIBS="$LIBS ${RESOLV_LDFLAGS}"
- else
- echo "cannot find resolver library"; exit 1;
- fi
-@@ -19464,13 +19464,13 @@ fi
-
- else
-
--echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
--echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6
-+echo "$as_me:$LINENO: checking for res_query in ${RESOLV_LDFLAGS}" >&5
-+echo $ECHO_N "checking for res_query in ${RESOLV_LDFLAGS}... $ECHO_C" >&6
- if test "${ac_cv_lib_resolv_res_query+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lresolv $LIBS"
-+LIBS="${RESOLV_LDFLAGS} $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -19532,7 +19532,7 @@ if test $ac_cv_lib_resolv_res_query = ye
- #define HAVE_LIBRESOLV 1
- _ACEOF
-
-- LIBS="-lresolv $LIBS"
-+ LIBS="${RESOLV_LDFLAGS} $LIBS"
-
- fi
-