head	1.27;
access;
symbols
	RELEASE_8_1_0:1.26
	RELEASE_7_3_0:1.25
	RELEASE_8_0_0:1.25
	RELEASE_7_2_0:1.23
	RELEASE_7_1_0:1.22
	RELEASE_6_4_0:1.22
	RELEASE_5_EOL:1.21
	RELEASE_7_0_0:1.21
	RELEASE_6_3_0:1.21
	PRE_XORG_7:1.18
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.16
	RELEASE_5_5_0:1.16
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.27
date	2010.09.20.16.42.42;	author garga;	state dead;
branches;
next	1.26;

1.26
date	2010.04.01.05.16.18;	author linimon;	state Exp;
branches;
next	1.25;

1.25
date	2009.08.02.19.34.30;	author mezz;	state Exp;
branches;
next	1.24;

1.24
date	2009.08.02.14.34.39;	author erwin;	state Exp;
branches;
next	1.23;

1.23
date	2009.02.15.12.29.27;	author miwi;	state Exp;
branches;
next	1.22;

1.22
date	2008.06.22.19.27.37;	author pav;	state Exp;
branches;
next	1.21;

1.21
date	2007.10.20.11.28.27;	author erwin;	state Exp;
branches;
next	1.20;

1.20
date	2007.07.23.09.36.06;	author rafan;	state Exp;
branches;
next	1.19;

1.19
date	2007.07.02.19.01.02;	author pav;	state Exp;
branches;
next	1.18;

1.18
date	2007.03.23.08.38.29;	author linimon;	state Exp;
branches;
next	1.17;

1.17
date	2007.02.01.02.41.44;	author kris;	state Exp;
branches;
next	1.16;

1.16
date	2006.02.23.10.37.43;	author ade;	state Exp;
branches;
next	1.15;

1.15
date	2005.11.15.06.49.56;	author ade;	state Exp;
branches;
next	1.14;

1.14
date	2005.10.11.21.19.04;	author mnag;	state Exp;
branches;
next	1.13;

1.13
date	2005.06.02.20.28.35;	author oliver;	state Exp;
branches;
next	1.12;

1.12
date	2005.01.30.17.15.04;	author krion;	state Exp;
branches;
next	1.11;

1.11
date	2004.08.07.19.15.49;	author krion;	state Exp;
branches;
next	1.10;

1.10
date	2004.06.02.22.17.12;	author patrick;	state Exp;
branches;
next	1.9;

1.9
date	2004.02.04.05.21.41;	author marcus;	state Exp;
branches;
next	1.8;

1.8
date	2003.03.07.06.05.33;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2002.10.01.11.05.14;	author patrick;	state Exp;
branches;
next	1.6;

1.6
date	2002.04.11.13.36.57;	author patrick;	state Exp;
branches;
next	1.5;

1.5
date	2001.05.28.15.30.40;	author patrick;	state Exp;
branches;
next	1.4;

1.4
date	2001.04.27.19.19.29;	author patrick;	state Exp;
branches;
next	1.3;

1.3
date	2001.04.23.01.00.29;	author patrick;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.25.03.08.39;	author patrick;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.30.02.31.15;	author patrick;	state Exp;
branches;
next	;


desc
@@


1.27
log
@Move lang/pfe-devel to lang/pfe, doesn't make sense to have just the -devel
port, and it's using a stable version
@
text
@# New ports collection makefile for:    pfe-devel
# Date created:         29 October 2000
# Whom:                 patrick
#
# $FreeBSD: ports/lang/pfe-devel/Makefile,v 1.26 2010/04/01 05:16:18 linimon Exp $
#

PORTNAME=	pfe
PORTVERSION=	0.33.70
CATEGORIES=	lang
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Implementation of ANSI Forth

LATEST_LINK=	pfe-devel

USE_BZIP2=	yes
USE_PERL5_BUILD=yes
USE_GCC=	4.2+
USE_GMAKE=	yes
USE_AUTOTOOLS=	libtool:22
LIBTOOLFILES=	pfe/configure
MAKE_ARGS=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"

MAN1=		pfe.1

.include <bsd.port.pre.mk>

.if ${ARCH} == "i386" && ${OSVERSION} < 700000
BROKEN=		does not compile
.elif ${ARCH} == "powerpc"
BROKEN=		does not compile
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \
		 s|-O$$opt_level||g' ${WRKSRC}/pfe/configure

.include <bsd.port.post.mk>
@


1.26
log
@Mark various ports as broken or ignore on powerpc.

While here, remove remnants of alpha.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.25
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d32 2
@


1.24
log
@Mark BROKEN on i386 6.x: does not compile.
@
text
@d22 1
a22 1
USE_AUTOTOOLS=	libtool:15
@


1.23
log
@- Update to 0.33.70

PR:		130445
Submitted by:	Ports Fury
@
text
@d31 1
a31 1
CFLAGS+=	-fno-builtin-strcat -fno-builtin-strlen
@


1.22
log
@- Now builds on amd64/6
@
text
@d9 1
a9 2
PORTVERSION=	0.32.94
PORTREVISION=	1
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d18 1
a18 1
USE_AUTOTOOLS=	libtool:15
d20 1
a20 1
USE_GNOME=	gnometarget lthack
d22 1
a22 1
GNU_CONFIGURE=	yes
d24 1
d26 1
a26 1
MAN1=		pfe.1 pfe-config.1
d30 2
a31 2
.if ${OSVERSION} >= 700042
BROKEN=		Does not compile with GCC 4.2
d34 4
@


1.21
log
@Mark BROKEN on amd64
@
text
@a32 2
.elif ${ARCH} == amd64
BROKEN=		Does not build on amd64
@


1.20
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
@d33 2
@


1.19
log
@- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
@
text
@a25 1
CONFIGURE_ARGS=	--mandir=${PREFIX}/man
@


1.18
log
@Reset andrew.nau.ua@@gmail.com at his request due to lack of time.

Hat:		portmgr
@
text
@d30 7
a36 1
.include <bsd.port.mk>
@


1.17
log
@Use libtool port instead of included version to avoid objformat a.out botch
@
text
@d15 1
a15 1
MAINTAINER=	andrew.nau.ua@@gmail.com
@


1.16
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d20 1
@


1.15
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d10 1
d23 1
a23 1
USE_AUTOTOOLS=	libtool:15
a24 1
LIBTOOLFLAGS=	# none
@


1.14
log
@Take maintainership

PR:		87285
Submitted by:	Andrew Pogrebennyk <andrew.nau.ua@@gmail.com>
@
text
@d22 1
a22 1
USE_LIBTOOL_VER=15
@


1.13
log
@change the libtool version to use from 1.3 to 1.5
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@Set LATEST_LINK.
@
text
@d19 1
a19 1
USE_PERL5_BUILD=	yes
d22 1
a22 1
USE_LIBTOOL_VER=	13
@


1.11
log
@Update to version 0.32.94

PR:		ports/70118
Submitted by:	Ports Fury
@
text
@d17 2
d27 1
a27 1
MAN1=        pfe.1 pfe-config.1
@


1.10
log
@Putting commit bit in storage.  I don't have the time
to work on FreeBSD for now.  Should have done this a while back.
@
text
@d9 1
a9 2
PORTVERSION=	0.32.91
PORTREVISION=	1
d17 2
a18 2
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	#
d20 5
a24 1
MAKE_ARGS=      mandir=/usr/local/man
@


1.9
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d15 1
a15 1
MAINTAINER=	patrick@@FreeBSD.org
@


1.8
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d10 1
@


1.7
log
@Update to latest version.
@
text
@d15 1
@


1.6
log
@Update to latest version.
@
text
@d9 1
a9 1
PORTVERSION=	0.32.56
d19 2
@


1.5
log
@Update to a new version (0.30.97) and clean up pkg-plist
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/pfe-devel/Makefile,v 1.4 2001/04/27 19:19:29 patrick Exp $
d9 1
a9 1
PORTVERSION=	0.30.97
d17 1
a18 3
#USE_BZIP2=	yes

ALL_TARGET=	#
@


1.4
log
@Update to 0.30.95
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/pfe-devel/Makefile,v 1.3 2001/04/23 01:00:29 patrick Exp $
d9 1
a9 1
PORTVERSION=	0.30.95
@


1.3
log
@Updating to version 0.30.93
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/pfe-devel/Makefile,v 1.2 2000/11/25 03:08:39 patrick Exp $
d9 1
a9 1
PORTVERSION=	0.30.93
@


1.2
log
@Update to 0.30.27
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/pfe-devel/Makefile,v 1.1 2000/10/30 02:31:15 patrick Exp $
d9 1
a9 1
PORTVERSION=	0.30.27
d18 1
a18 1
USE_BZIP2=	yes
@


1.1
log
@Add a new development version of PFE (Portable Forth Enviornment).
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	0.30.16
@

