Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.1 2009/11/20 13:14:13 fhajny Exp $
Only install backends requested via options
--- backends/Makefile.in.orig 2007-02-03 17:49:29.000000000 +0000
+++ backends/Makefile.in
@@ -183,7 +183,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-lib_LTLIBRARIES = libpfq_postfix1.la libpfq_postfix2.la libpfq_exim.la libpfq_socket.la
+lib_LTLIBRARIES = @PFQ_BACKENDS@
libpfq_postfix1_la_SOURCES = pfq_postfix1.c pfq_backend.h pfq_service.c pfq_service.h
libpfq_postfix1_la_LDFLAGS = -module
libpfq_postfix2_la_SOURCES = pfq_postfix2.c pfq_backend.h pfq_service.c pfq_service.h