1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Add LICENSE

- Switch to options helpers
- Regenerate patches with `make makepatch`
This commit is contained in:
Dmitry Marakasov 2016-03-16 02:34:41 +00:00
parent 468261c1e2
commit ff545f8c6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411210
2 changed files with 16 additions and 8 deletions

View File

@ -10,18 +10,24 @@ MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Apache log rollover program with strftime(3) filename support
LICENSE= FSL
LICENSE_NAME= Free software license
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
PORTDOCS= ChangeLog README
OPTIONS_DEFINE= DOCS
post-patch:
(cd ${WRKSRC} && \
${REINPLACE_CMD} -e "s@<wait.h>@<sys/wait.h>@" httplog.c && \
${REINPLACE_CMD} -e \
@${REINPLACE_CMD} -e "s@<wait.h>@<sys/wait.h>@" \
${WRKSRC}/httplog.c
@${REINPLACE_CMD} -e \
"s@/var/lib/apache/bin/httplog@${PREFIX}/sbin/httplog@" \
httplog.8)
${WRKSRC}/httplog.8
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o httplog httplog.c -lz)
@ -29,7 +35,9 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/httplog ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/httplog.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
${MKDIR} ${STAGEDIR}${DOCSDIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor

View File

@ -1,6 +1,6 @@
--- configure.orig Sat Jun 25 15:53:38 2005
+++ configure Sat Jun 25 16:00:31 2005
@@ -140,7 +140,7 @@
--- configure.orig 2002-01-22 02:45:23 UTC
+++ configure
@@ -140,7 +140,7 @@ int main(void) {
EOF
$CC -o ./dummy ./dummy.c -lz 1>/dev/null 2>&1
if [ $? -eq 0 ]; then