head	1.19;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.4;
locks; strict;
comment	@# @;


1.19
date	2013.03.04.15.46.38;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.07.25.06.32.06;	author cs;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.22.00.12.52;	author amdmi3;	state Exp;
branches;
next	1.15;

1.15
date	2008.08.21.06.16.12;	author rafan;	state Exp;
branches;
next	1.14;

1.14
date	2008.03.20.09.19.32;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2007.03.05.00.15.23;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2006.06.14.15.04.06;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2005.04.28.17.58.29;	author leeym;	state Exp;
branches;
next	1.10;

1.10
date	2005.04.12.03.24.46;	author obrien;	state Exp;
branches;
next	1.9;

1.9
date	2005.04.11.08.01.17;	author obrien;	state Exp;
branches;
next	1.8;

1.8
date	2004.11.04.18.02.37;	author glewis;	state Exp;
branches;
next	1.7;

1.7
date	2004.11.01.17.14.53;	author krion;	state Exp;
branches;
next	1.6;

1.6
date	2004.11.01.01.37.52;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2004.10.12.13.23.46;	author krion;	state Exp;
branches;
next	1.4;

1.4
date	2004.08.10.07.55.15;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.07.31.15.39.34;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2004.06.20.07.27.00;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.14.14.37.17;	author krion;	state Exp;
branches;
next	;


desc
@@


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313382
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Radim Kolar
# $FreeBSD: head/archivers/advancecomp/Makefile 313382 2013-03-03 21:51:57Z beech $

PORTNAME=	advancecomp
PORTVERSION=	1.16
CATEGORIES=	archivers
MASTER_SITES=	SF/advancemame/${PORTNAME}/${PORTVERSION}

MAINTAINER=	danilogondolfo@@gmail.com
COMMENT=	Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

MAN1=		advdef.1 advmng.1 advpng.1 advzip.1
PLIST_FILES=	bin/advdef bin/advmng bin/advpng bin/advzip

.include <bsd.port.mk>
@


1.18
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	advancecomp
# Date created:		11 May 2004
# Whom:			Radim Kolar
#
# $FreeBSD: head/archivers/advancecomp/Makefile 301510 2012-07-25 06:32:06Z cs $
#
d5 1
a5 1
PORTVERSION=	1.15
d9 1
a9 1
MAINTAINER=	ports@@FreeBSD.org
@


1.17
log
@SVN rev 301510 on 2012-07-25 06:32:06Z by cs

Fix typos in COMMENT
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Switch SourceForge ports to the new File Release System: categories starting with A
@
text
@d14 1
a14 1
COMMENT=	Recompression utilities for .ZIP, .PNG, .MNG and .GZ files
@


1.15
log
@Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	advancemame
@


1.14
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@a18 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.13
log
@Reset inactive maintainer due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@a16 1
USE_GETOPT_LONG=	yes
@


1.12
log
@Update to 1.15

PR:		ports/98465
Approved by:	krion (mentor), maintainer timeout
@
text
@d14 1
a14 1
MAINTAINER=	sylvioc@@gmail.com
@


1.11
log
@- Update to 1.14
- Assign maintainership
- Remove redundant knobs

PR:		80437
Submitted by:	Sylvio Cesar <sylvioc@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.14
@


1.10
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d9 1
a9 1
PORTVERSION=	1.13
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
a20 1
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
a24 2
CPPFLAGS=	-DHAVE_DECL_GETOPT

@


1.9
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d20 1
a20 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
@


1.8
log
@. Update to 1.13.

PR:		73459
Submitted by:	Ports Fury
@
text
@d20 1
a20 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.7
log
@Update to version 1.12

PR:		ports/73341
Submitted by:	Ports Fury
@
text
@d9 1
a9 1
PORTVERSION=	1.12
@


1.6
log
@- add USE_GCC=3.3 when default gcc is 3.4
@
text
@d9 1
a9 1
PORTVERSION=	1.11
d17 2
d20 2
a21 6
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GETOPT_LONG=yes
USE_GMAKE=	yes

PLIST_FILES=	bin/advzip bin/advpng bin/advmng bin/advdef
MAN1=		advzip.1 advpng.1 advmng.1 advdef.1
d23 2
a24 1
.include <bsd.port.pre.mk>
d26 1
a26 3
.if ${OSVERSION} >= 502126
USE_GCC=	3.3
.endif
d28 1
a28 1
.include <bsd.port.post.mk>
@


1.5
log
@Drop maintainership to ports@@FreeBSD.org

PR:		ports/71721
Submitted by:	Radim Kolar <hsn@@netmag.cz>
@
text
@d28 1
a28 1
BROKEN=		does not compile with gcc 3.4
@


1.4
log
@- Mark BROKEN: does not compile with gcc-3.4

Reported by:	pointyhat via kris
@
text
@d14 1
a14 1
MAINTAINER=	hsn@@netmag.cz
@


1.3
log
@- Update to 1.11

PR:		ports/69809
Submitted by:	Radim Kolar <hsn@@netmag.cz> (maintainer)
@
text
@d25 7
a31 1
.include <bsd.port.mk>
@


1.2
log
@Add patch to make advdef utility working

PR:		ports/68116
Submitted by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	1.10
PORTREVISION=	1
@


1.1
log
@Add advancecomp 1.10, recompression utilities for .ZIP, .PNG, .MNG and
.GZ files.

PR:		ports/66581
Submitted by:	Radim Kolar
@
text
@d10 1
@

