2015-10-12 06:54:18 +02:00
|
|
|
PORTNAME= jlog
|
|
|
|
# version is YYYYMMDDxx <- xx is 00, 01 as needed per day
|
|
|
|
PORTVERSION= 1.2.2.s2015012200
|
|
|
|
CATEGORIES= databases
|
|
|
|
|
|
|
|
MAINTAINER= alfred@FreeBSD.org
|
|
|
|
COMMENT= Journaled log library
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://labs.omniti.com/labs/jlog
|
2015-10-12 06:54:18 +02:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2022-05-02 10:55:28 +02:00
|
|
|
BUILD_DEPENDS= autoconf2.13:devel/autoconf2.13
|
2015-10-12 06:54:18 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= omniti-labs
|
|
|
|
# cf3085fe contains c++ fixes and other additions over the 1.2.2 release
|
|
|
|
GH_TAGNAME= cf3085f
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USES= perl5 shebangfix
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= PERL
|
|
|
|
OPTIONS_DEFAULT= PERL
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
SHEBANG_FILES= jlog_change_endian.pl jlog_sanity_check.pl
|
|
|
|
perl_OLD_CMD= /opt/msys/3rdParty/bin/perl
|
|
|
|
|
|
|
|
PERL_CONFIGURE_ON= --with-perl-lib=site
|
|
|
|
PERL_CONFIGURE_WITH= perl
|
|
|
|
|
|
|
|
pre-configure:
|
2022-05-02 10:55:28 +02:00
|
|
|
(cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf2.13)
|
2015-10-12 06:54:18 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|