mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
- Update to 0.99.44
PR: ports/101089 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
a511067cd8
commit
719d3f9a23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169280
@ -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_GMAKE= yes
|
||||
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 @@ post-patch:
|
||||
pre-configure:
|
||||
@${CP} ${LTMAIN} ${WRKSRC}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user