diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-04 14:53:54 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-04 14:53:54 +0000 |
| commit | eda1585e2dad1a8df485e508cc183273caf44bcf (patch) | |
| tree | 346457ba9619840de231c43126195efadedbd4a9 /www/plugger/files | |
| parent | ProxSMTP is a flexible tool that allows you to reject, change or log (diff) | |
- Update to 5.1.3
PR: ports/80605
Submitted by: Rob <lahaye@snu.ac.kr>
Diffstat (limited to 'www/plugger/files')
| -rw-r--r-- | www/plugger/files/patch-Makefile.in | 13 | ||||
| -rw-r--r-- | www/plugger/files/patch-configure | 8 | ||||
| -rw-r--r-- | www/plugger/files/patch-plugger-oohelper | 16 | ||||
| -rw-r--r-- | www/plugger/files/patch-plugger.c | 4 |
4 files changed, 24 insertions, 17 deletions
diff --git a/www/plugger/files/patch-Makefile.in b/www/plugger/files/patch-Makefile.in index 0d7422fefb80..529b5467b17d 100644 --- a/www/plugger/files/patch-Makefile.in +++ b/www/plugger/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sun May 16 01:02:46 2004 -+++ Makefile.in Fri Sep 10 15:03:17 2004 +--- Makefile.in.orig Tue May 3 11:46:47 2005 ++++ Makefile.in Tue May 3 11:48:35 2005 @@ -30,7 +30,7 @@ CC=@CC@ LD=@LD@ @@ -18,15 +18,6 @@ NORM_CFLAGS= NORM_LDFLAGS= XCFLAGS=@XCFLAGS@ @X_CFLAGS@ -@@ -79,7 +79,7 @@ - LDFLAGS=$(COMMON_LDFLAGS) $(NORM_LDFLAGS) - SHARED_CFLAGS=$(COMMON_CFLAGS) $(XCFLAGS) - --## Targes -+## Targets - all: plugger.so plugger-$(VERSION) plugger-controller - - @@ -132,7 +132,7 @@ plugger-helper.o: plugger.h diff --git a/www/plugger/files/patch-configure b/www/plugger/files/patch-configure index e0c738e75e72..4fcd27968af2 100644 --- a/www/plugger/files/patch-configure +++ b/www/plugger/files/patch-configure @@ -1,9 +1,9 @@ ---- configure.orig Wed Jul 7 02:41:28 2004 -+++ configure Wed Jul 7 02:49:41 2004 -@@ -1819,10 +1819,10 @@ +--- configure.orig Tue May 3 11:49:26 2005 ++++ configure Tue May 3 11:50:09 2005 +@@ -3704,10 +3704,10 @@ XLDFLAGS='-expect_unresolved "*" -shared -msym -O3' ;; - + - FreeBSD) + FreeBSD*) case "`file /bin/ls`" in diff --git a/www/plugger/files/patch-plugger-oohelper b/www/plugger/files/patch-plugger-oohelper new file mode 100644 index 000000000000..9357f9b655f0 --- /dev/null +++ b/www/plugger/files/patch-plugger-oohelper @@ -0,0 +1,16 @@ +--- plugger-oohelper.orig Tue May 3 12:20:51 2005 ++++ plugger-oohelper Tue May 3 12:21:12 2005 +@@ -45,11 +45,11 @@ + done + done + +-if [ "x${ooprefix}" == "xs" ]; then ++if [ "x${ooprefix}" = "xs" ]; then + exec s$1 -n "$@" "$file" >/dev/null + fi + +-if [ "x${ooprefix}" == "xo" ]; then ++if [ "x${ooprefix}" = "xo" ]; then + exec oo$1 -n "$@" "$file" >/dev/null + fi + diff --git a/www/plugger/files/patch-plugger.c b/www/plugger/files/patch-plugger.c index 3bd90e6c9c05..b61b6fdaea5e 100644 --- a/www/plugger/files/patch-plugger.c +++ b/www/plugger/files/patch-plugger.c @@ -1,5 +1,5 @@ ---- plugger.c.orig Fri Sep 10 14:42:03 2004 -+++ plugger.c Fri Sep 10 15:00:52 2004 +--- plugger.c.orig Tue May 3 11:51:06 2005 ++++ plugger.c Tue May 3 11:51:32 2005 @@ -624,16 +624,6 @@ if(cb(fname, data)) return 1; #endif |
