head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.23;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.20.09.56.30;	author lwhsu;	state Exp;
branches;
next	1.7;

1.7
date	2008.08.21.06.18.22;	author rafan;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.15.08.59.55;	author lwhsu;	state Exp;
branches;
next	1.5;

1.5
date	2007.11.30.21.11.04;	author lwhsu;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.23.05.44.25;	author lwhsu;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.23.09.36.33;	author rafan;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.11.20.27.20;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.06.05.36.34;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	zzuf
# Date created:		2007-03-03
# Whom:			Peter Johnson <johnson.peter@@gmail.com>
#
# $FreeBSD: head/security/zzuf/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	zzuf
PORTVERSION=	0.13
CATEGORIES=	security
MASTER_SITES=	http://caca.zoy.org/raw-attachment/wiki/zzuf/

MAINTAINER=	johnson.peter@@gmail.com
COMMENT=	Transparent application input fuzzer

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

MAN1=	zzuf.1 zzcat.1
MAN3=	libzzuf.3

post-install:
	@@${RM} -f ${PREFIX}/lib/zzuf/libzzuf.la

.include <bsd.port.mk>
@


1.8
log
@- Update to 1.13

PR:		ports/144122
Submitted by:	Peter Johnson <johnson.peter AT gmail.com>

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
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
@d9 1
a9 1
PORTVERSION=	0.12
d11 1
a11 1
MASTER_SITES=	http://libcaca.zoy.org/files/zzuf/
d19 1
a19 1
MAN1=	zzuf.1
@


1.6
log
@- Update to 0.12

PR:		ports/124568
Submitted by:	lwhsu
Approved by:	Peter Johnson <johnson.peter AT gmail.com> (maintainer)
@
text
@a16 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.5
log
@- Update to 0.10
- Unbreak on HEAD/7 (re-add a needed patch)

PR:		ports/118066
Submitted by:	Peter Johnson <johnson.peter AT gmail.com> (maintainer)
Reported by:	pointyhat (pav)
Approved by:	portmgr (linimon)
@
text
@d9 1
a9 1
PORTVERSION=	0.10
d11 1
a11 1
MASTER_SITES=	http://sam.zoy.org/zzuf/
d21 1
@


1.4
log
@- Update to 0.9

PR:		ports/116554
Submitted by:	Peter Johnson <johnson.peter AT gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9
@


1.3
log
@- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
@
text
@d9 1
a9 2
PORTVERSION=	0.8.1
PORTREVISION=	1
@


1.2
log
@- Fix build on HEAD

PR:		111435
Submitted by:	Peter Johnson <johnson.peter@@gmail.com> (maintainer)
@
text
@a18 1
CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man
@


1.1
log
@Move zzuf-0.8.1 from devel/, transparent application input fuzzer.

Noted by:	kris
PR:		ports/109829
Submitted by:	Peter Johnson <johnson.peter at gmail.com>
@
text
@d10 1
@

