Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2006 18:08:02 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/101089: [PATCH] devel/libcwd: update to 0.99.44
Message-ID:  <20060731100802.40F957E@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607311010.k6VAAD4x045585@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101089
>Category:       ports
>Synopsis:       [PATCH] devel/libcwd: update to 0.99.44
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 31 10:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.99.44

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libcwd-0.99.44.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/libcwd/Makefile /home/staff/gslin/work/libcwd/Makefile
--- /usr/ports/devel/libcwd/Makefile	Sat May  6 03:14:34 2006
+++ /home/staff/gslin/work/libcwd/Makefile	Mon Jul 31 18:04:43 2006
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	libcwd
-PORTVERSION=	0.99.40
-PORTREVISION=	1
+PORTVERSION=	0.99.44
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,18 +21,14 @@
 USE_GNOME=	pkgconfig
 INSTALLS_SHLIB=	yes
 USE_GETOPT_LONG=yes
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500035
-USE_GCC=	3.4
-.endif
+USE_GCC=	3.4+
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,test x"\$$libcwd_config_alloc" = x"yes",false,g' \
 		-E -e 's,^(DEFS=)(.*),\1"\2 -D__GNU_LIBRARY__=yes",g' \
 		${WRKSRC}/${CONFIGURE_SCRIPT}
 	@${REINPLACE_CMD} -e 's,localtime(,localtime((const time_t *),g' \
+		-e 's,malloc\.h,stdlib.h,g' \
 		${WRKSRC}/debugmalloc.cc
 	@${REINPLACE_CMD} -E -e 's,\$$\(libdir\)/(pkgconfig),${PREFIX}/libdata/\1,g' \
 		${WRKSRC}/${MAKEFILE}.in
@@ -44,4 +39,4 @@
 pre-configure:
 	@${CP} ${LTMAIN} ${WRKSRC}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/libcwd/distinfo /home/staff/gslin/work/libcwd/distinfo
--- /usr/ports/devel/libcwd/distinfo	Thu Nov 24 23:39:22 2005
+++ /home/staff/gslin/work/libcwd/distinfo	Mon Jul 31 17:48:39 2006
@@ -1,3 +1,3 @@
-MD5 (libcwd-0.99.40.tar.gz) = 91d055ed1c6e5d47a74c9d49f314a690
-SHA256 (libcwd-0.99.40.tar.gz) = 7bf26c28ceac6a88f424bbb4ed2ccd5afba7c5b441191e678072810d0625638e
-SIZE (libcwd-0.99.40.tar.gz) = 1241873
+MD5 (libcwd-0.99.44.tar.gz) = baee4e3f0a765eb664922fc78f346014
+SHA256 (libcwd-0.99.44.tar.gz) = 9aa09bb2de91727de68ee57b1a1e4c03059cbbc7166f9f181ee8b5c2792e724d
+SIZE (libcwd-0.99.44.tar.gz) = 1395494
--- libcwd-0.99.44.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060731100802.40F957E>