1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

- Update to 1.2.71

- Cosmetic change

Changes:
- kclang.cc (kcdbcas): the erroneous order of parameters was rectified.

Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-12-07 13:54:36 +00:00
parent c7d7bdbdc2
commit 09078f80fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287017
2 changed files with 20 additions and 22 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= kyotocabinet
PORTVERSION= 1.2.70
PORTREVISION= 1
PORTVERSION= 1.2.71
CATEGORIES= databases
MASTER_SITES= http://fallabs.com/${PORTNAME}/pkg/ \
LOCAL/sunpoet
@ -17,27 +16,12 @@ COMMENT= A straightforward implementation of DBM
LICENSE= GPLv3
MAKE_JOBS_SAFE= yes
USE_GCC= 4.2+
GNU_CONFIGURE= yes
MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig"
MAKE_JOBS_SAFE= yes
USE_GCC= 4.2+
USE_GMAKE= yes
USE_LDCONFIG= yes
MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig"
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" && !defined(CPUTYPE)
CONFIGURE_TARGET= i586-portbld-freebsd${OSREL}
CPUTYPE= i586
PKGMESSAGE= ${FILESDIR}/pkg-message.${ARCH}
# _CPUCFLAGS will somehow show up twice in CFLAGS but who cares..
.include <bsd.cpu.mk>
.endif
.if ${ARCH} == "powerpc"
BROKEN= Does not link on powerpc
.endif
MAN1= kccachetest.1 \
kcdirmgr.1 \
@ -57,6 +41,20 @@ MAN1= kccachetest.1 \
kcutilmgr.1 \
kcutiltest.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" && !defined(CPUTYPE)
CONFIGURE_TARGET= i586-portbld-freebsd${OSREL}
CPUTYPE= i586
PKGMESSAGE= ${FILESDIR}/pkg-message.${ARCH}
# _CPUCFLAGS will somehow show up twice in CFLAGS but who cares..
.include <bsd.cpu.mk>
.endif
.if ${ARCH} == "powerpc"
BROKEN= Does not link on powerpc
.endif
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/DOCDIR/d' ${WRKSRC}/Makefile.in

View File

@ -1,2 +1,2 @@
SHA256 (kyotocabinet-1.2.70.tar.gz) = 6b6f111e99f04c5f79e8dafed0b1458e8b0fa296d6d81e4712b0dcaa17f02ebb
SIZE (kyotocabinet-1.2.70.tar.gz) = 925694
SHA256 (kyotocabinet-1.2.71.tar.gz) = 348024037373263042aab6f929407cd2caa0aacf16d4375ed35dd8b22968521d
SIZE (kyotocabinet-1.2.71.tar.gz) = 925592