- Update to 0.3.4b
PR: 55418 Submitted by: Ports Fury
This commit is contained in:
parent
aad1f19c4f
commit
588b4fec0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87501
2 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= log4cpp
|
||||
PORTVERSION= 0.3.4
|
||||
PORTVERSION= 0.3.4b
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -17,9 +17,12 @@ COMMENT= A library of C++ classes for flexible logging
|
|||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --with-pthreads
|
||||
CONFIGURE_ARGS= --with-pthreads --disable-html-docs
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (log4cpp-0.3.4.tar.gz) = 6e652f9a946cfb3e9fd7aa948380734e
|
||||
MD5 (log4cpp-0.3.4b.tar.gz) = 8051f012fcc58173e8015710d449457a
|
||||
|
|
Loading…
Reference in a new issue