head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.22.00.34.49;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2008.08.21.06.18.13;	author rafan;	state Exp;
branches;
next	1.8;

1.8
date	2008.03.12.13.27.26;	author jadawin;	state Exp;
branches;
next	1.7;

1.7
date	2007.12.17.15.21.11;	author tabthorpe;	state Exp;
branches;
next	1.6;

1.6
date	2006.11.05.07.54.33;	author lawrance;	state Exp;
branches;
next	1.5;

1.5
date	2005.04.12.03.26.26;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.11.08.03.52;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.05.20.37.45;	author trevor;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.20.18.59.03;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2002.11.20.08.59.55;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# Ports collection Makefile for:	bubblegum
# Date created:		5 November 2002
# Whom:			Ben Kibbey <bjk@@arbornet.org>
#
# $FreeBSD: head/security/bubblegum/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	bubblegum
PORTVERSION=	1.12
CATEGORIES=	security
MASTER_SITES=	SF/bjk/${PORTNAME}/${PORTVERSION}

MAINTAINER=	jadawin@@FreeBSD.org
COMMENT=	Watch a file for changes

GNU_CONFIGURE=	yes

MAN1=		bubblegum.1
MANCOMPRESSED=	no
PLIST_FILES=	bin/bubblegum

pre-build:
	${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1

.include <bsd.port.mk>
@


1.10
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
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=	SF
MASTER_SITE_SUBDIR=	bjk
@


1.8
log
@- Update maintainer address

Approved by:	thierry (mentor)
@
text
@a17 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.7
log
@- Utilize SF macro
- Pass maintainership to submitter

PR:		ports/118777
Submitted by:	Philippe Audeoud <jadawin tuxaco.net>
@
text
@d14 1
a14 1
MAINTAINER=	jadawin@@tuxaco.net
@


1.6
log
@Update master site and WWW.

PR:		ports/104214
Submitted by:	Josh Paetzel <josh@@tcbug.org>
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d11 2
a12 1
MASTER_SITES=	http://arbornet.org/~bjk/bubblegum/
@


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


1.3
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d17 1
a17 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.2
log
@De-pkg-comment.
@
text
@d21 1
@


1.1
log
@add bubblegum 1.12
Watch a file for changes

PR:		44956
Submitted by:	Ben Kibbey <bjk@@m-net.arbornet.org>
@
text
@d14 1
@

