View | Details | Raw Unified | Return to bug 73341
Collapse All | Expand All

(-)archivers/advancecomp/Makefile (-12 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	advancecomp
8
PORTNAME=	advancecomp
9
PORTVERSION=	1.11
9
PORTVERSION=	1.12
10
CATEGORIES=	archivers
10
CATEGORIES=	archivers
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	advancemame
12
MASTER_SITE_SUBDIR=	advancemame
Lines 14-31 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Recompression utilities for .ZIP, .PNG, .MNG and .GZ files
15
COMMENT=	Recompression utilities for .ZIP, .PNG, .MNG and .GZ files
16
16
17
GNU_CONFIGURE=	yes
17
USE_GETOPT_LONG=	yes
18
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
USE_GETOPT_LONG=yes
20
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
21
22
22
PLIST_FILES=	bin/advzip bin/advpng bin/advmng bin/advdef
23
MAN1=		advdef.1 advmng.1 advpng.1 advzip.1
23
MAN1=		advzip.1 advpng.1 advmng.1 advdef.1
24
PLIST_FILES=	bin/advdef bin/advmng bin/advpng bin/advzip
24
25
.include <bsd.port.pre.mk>
26
25
27
.if ${OSVERSION} >= 502126
26
CPPFLAGS=	-DHAVE_DECL_GETOPT
28
BROKEN=		does not compile with gcc 3.4
29
.endif
30
27
31
.include <bsd.port.post.mk>
28
.include <bsd.port.mk>
(-)archivers/advancecomp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (advancecomp-1.11.tar.gz) = e400c79e88d5d30af2017b95e2115bb1
1
MD5 (advancecomp-1.12.tar.gz) = 70cee903c419696d5e4f87e70d2f0ae3
2
SIZE (advancecomp-1.11.tar.gz) = 354546
2
SIZE (advancecomp-1.12.tar.gz) = 352123

Return to bug 73341