diff options
author | christos <christos@pkgsrc.org> | 2007-03-15 20:02:18 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2007-03-15 20:02:18 +0000 |
commit | 6bcfd46686dcda084c0686265515730ddca2813e (patch) | |
tree | dc962c54c1b33c0db9f3ccf8cfebf663a6d753ee /net/uucp/patches | |
parent | b80b7cfbbd0fdfb9b726fedbff527323573309f2 (diff) | |
download | pkgsrc-6bcfd46686dcda084c0686265515730ddca2813e.tar.gz |
Add rmail and uucpd back. List code snippets that need to be added to etc files.
Diffstat (limited to 'net/uucp/patches')
-rw-r--r-- | net/uucp/patches/patch-ar | 13 | ||||
-rw-r--r-- | net/uucp/patches/patch-as | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/net/uucp/patches/patch-ar b/net/uucp/patches/patch-ar new file mode 100644 index 00000000000..44a80026988 --- /dev/null +++ b/net/uucp/patches/patch-ar @@ -0,0 +1,13 @@ +$NetBSD: patch-ar,v 1.1 2007/03/15 20:02:21 christos Exp $ + +--- Makefile.in.orig 2003-05-29 21:31:40.000000000 -0400 ++++ Makefile.in 2007-03-15 15:58:17.000000000 -0400 +@@ -82,7 +82,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + +-SUBDIRS = lib uuconf unix ++SUBDIRS = lib uuconf unix rmail uucpd + + sbin_PROGRAMS = uucico uuxqt uuchk uuconv + sbin_SCRIPTS = uusched diff --git a/net/uucp/patches/patch-as b/net/uucp/patches/patch-as new file mode 100644 index 00000000000..62bd2fb7a8c --- /dev/null +++ b/net/uucp/patches/patch-as @@ -0,0 +1,13 @@ +$NetBSD: patch-as,v 1.1 2007/03/15 20:02:21 christos Exp $ + +--- Makefile.am.orig 2003-05-29 20:10:23.000000000 -0400 ++++ Makefile.am 2007-03-15 15:57:57.000000000 -0400 +@@ -1,7 +1,7 @@ + # This is the auto-Makefile for Taylor UUCP + # This is processed by automake to create Makefile.in. + +-SUBDIRS = lib uuconf unix ++SUBDIRS = lib uuconf unix rmail uucpd + + sbin_PROGRAMS = uucico uuxqt uuchk uuconv + sbin_SCRIPTS = uusched |