aboutsummaryrefslogtreecommitdiff
path: root/devel/log4cpp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 18:39:12 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 18:39:12 +0000
commitd47ff808bd6892562619dea5c3a396e613a4dc28 (patch)
tree594ffd8c522d3795683c88f7658d4459c31bd5e3 /devel/log4cpp
parente393723557a9a5d5bfc9108a0f3521069edf3631 (diff)
downloadports-d47ff808bd6892562619dea5c3a396e613a4dc28.tar.gz
ports-d47ff808bd6892562619dea5c3a396e613a4dc28.zip
Notes
Diffstat (limited to 'devel/log4cpp')
-rw-r--r--devel/log4cpp/Makefile2
-rw-r--r--devel/log4cpp/distinfo2
-rw-r--r--devel/log4cpp/files/patch-config::ltmain.sh34
-rw-r--r--devel/log4cpp/pkg-plist2
4 files changed, 27 insertions, 13 deletions
diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile
index 0be88590b9d1..fc0b4aa7e0c7 100644
--- a/devel/log4cpp/Makefile
+++ b/devel/log4cpp/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= log4cpp
-PORTVERSION= 0.3.2
+PORTVERSION= 0.3.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/devel/log4cpp/distinfo b/devel/log4cpp/distinfo
index 531bd3faf915..c20d46ebbffe 100644
--- a/devel/log4cpp/distinfo
+++ b/devel/log4cpp/distinfo
@@ -1 +1 @@
-MD5 (log4cpp-0.3.2.tar.gz) = ff95fd75bf1840a9f5b98e1db8079375
+MD5 (log4cpp-0.3.4.tar.gz) = 6e652f9a946cfb3e9fd7aa948380734e
diff --git a/devel/log4cpp/files/patch-config::ltmain.sh b/devel/log4cpp/files/patch-config::ltmain.sh
index 661af1feefb6..9b5e8dfc8472 100644
--- a/devel/log4cpp/files/patch-config::ltmain.sh
+++ b/devel/log4cpp/files/patch-config::ltmain.sh
@@ -1,16 +1,32 @@
---- config/ltmain.sh.orig Thu Jul 5 23:41:01 2001
-+++ config/ltmain.sh Fri Mar 1 22:56:44 2002
-@@ -2408,6 +2408,9 @@
+--- config/ltmain.sh.orig Tue Aug 20 10:13:37 2002
++++ config/ltmain.sh Sun Dec 1 08:55:09 2002
+@@ -1056,14 +1056,14 @@
+ # These systems don't actually have a C library (as such)
+ test "X$arg" = "X-lc" && continue
+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ test "X$arg" = "X-lc" && continue
+ ;;
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -2499,7 +2499,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
*)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,12 @@
+@@ -4286,10 +4286,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/log4cpp/pkg-plist b/devel/log4cpp/pkg-plist
index bfb713838055..c1965ff6e47a 100644
--- a/devel/log4cpp/pkg-plist
+++ b/devel/log4cpp/pkg-plist
@@ -14,12 +14,10 @@ include/log4cpp/HierarchyMaintainer.hh
include/log4cpp/IdsaAppender.hh
include/log4cpp/Layout.hh
include/log4cpp/LayoutAppender.hh
-include/log4cpp/Log4cppCleanup.hh
include/log4cpp/LoggingEvent.hh
include/log4cpp/NDC.hh
include/log4cpp/NTEventLogAppender.hh
include/log4cpp/OstreamAppender.hh
-include/log4cpp/OstringStream.hh
include/log4cpp/PatternLayout.hh
include/log4cpp/Portability.hh
include/log4cpp/Priority.hh