head	1.20;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2011.09.23.22.22.31;	author amdmi3;	state Exp;
branches;
next	1.18;

1.18
date	2010.04.03.10.44.10;	author roam;	state Exp;
branches;
next	1.17;

1.17
date	2009.08.28.16.52.26;	author linimon;	state Exp;
branches;
next	1.16;

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

1.15
date	2009.01.23.15.42.42;	author roam;	state Exp;
branches;
next	1.14;

1.14
date	2008.08.21.06.17.02;	author rafan;	state Exp;
branches;
next	1.13;

1.13
date	2008.01.23.22.43.36;	author beech;	state Exp;
branches;
next	1.12;

1.12
date	2006.12.13.12.41.24;	author roam;	state Exp;
branches;
next	1.11;

1.11
date	2006.08.14.23.06.29;	author clsung;	state Exp;
branches;
next	1.10;

1.10
date	2006.05.07.11.09.21;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2005.11.07.00.03.15;	author mnag;	state Exp;
branches;
next	1.8;

1.8
date	2005.07.18.06.19.26;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2004.12.23.12.53.58;	author danfe;	state Exp;
branches;
next	1.6;

1.6
date	2004.12.18.23.02.25;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.09.03.26.22;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.03.22.41.37;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.28.18.38.19;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.04.05.20.14;	author marcus;	state Exp;
branches;
next	1.1;

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


desc
@@


1.20
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	rexx-curl
# Date created:			Nov 11, 2003
# Whom:	      			ijliao
#
# $FreeBSD: head/ftp/rexx-curl/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	curl
PORTVERSION=	1.4
PORTREVISION=	3
CATEGORIES=	ftp
MASTER_SITES=	SF/rexx${PORTNAME}/rexx${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=	rexx-
DISTNAME=	RexxCURL-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	External function package providing an interface to the cURL package

BUILD_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-regina
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
RUN_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-regina

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CPPFLAGS+=	${PTHREAD_CFLAGS}
LDFLAGS+=	${PTHREAD_LIBS}
CONFIGURE_ARGS=	--with-rexx=regina
USE_LDCONFIG=	yes

DOCSDIR=	${PREFIX}/share/doc/rexx${PORTNAME}
DATADIR=	${PREFIX}/share/rexx${PORTNAME}

post-patch:
	@@${REINPLACE_CMD} -e "s| -lc | |g" -e "/\$(sharedir)\/images/d" \
		-e "/index.html/d" -e "/rxcurl64.png/d" ${WRKSRC}/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/index.html ${DOCSDIR}
	@@${MKDIR} ${DOCSDIR}/images
	${INSTALL_DATA} ${WRKSRC}/doc/images/rxcurl64.png ${DOCSDIR}/images
.endif

.include <bsd.port.mk>
@


1.19
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.18
log
@Chase the ftp/curl shlib version bump.
@
text
@d26 2
a27 1
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
@


1.17
log
@Reset beech@@FreeBSD.org while he works on restoring his email situation.

Hat:		portmgr
@
text
@d11 1
a11 1
PORTREVISION=	2
d21 1
a21 1
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
@


1.16
log
@- Switch SourceForge ports to the new File Release System: categories starting with E,F
@
text
@d17 1
a17 1
MAINTAINER=	beech@@FreeBSD.org
@


1.15
log
@Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
@
text
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	rexx${PORTNAME}
@


1.14
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 1
PORTREVISION=	1
d22 1
a22 1
LIB_DEPENDS=	curl.4:${PORTSDIR}/ftp/curl
@


1.13
log
@- Adopt orphan ports in ftp category.

Approved by:	linimon (mentor, implicit)
@
text
@a26 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.12
log
@Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
@
text
@d18 1
a18 1
MAINTAINER=	ports@@FreeBSD.org
@


1.11
log
@- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d11 1
d22 1
a22 1
LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
@


1.10
log
@Remove USE_REINPLACE from all categories starting with F
@
text
@d29 1
a29 1
INSTALLS_SHLIB=	yes
@


1.9
log
@Update to 1.4

PR:		88560
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@a23 1
USE_REINPLACE=	yes
@


1.8
log
@- Update to 1.3

PR:		ports/83614
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d10 1
a10 1
PORTVERSION=	1.3
d27 1
d32 1
d36 10
a45 1
	@@${REINPLACE_CMD} -e 's| -lc | |g' ${WRKSRC}/Makefile.in
@


1.7
log
@Update to version 1.2, remove BROKEN and DEPRECATED marks.
@
text
@d10 1
a10 1
PORTVERSION=	1.2
d24 2
d27 1
a28 3
CONFIGURE_ENV=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
		LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
USE_GMAKE=	yes
d30 1
d33 3
@


1.6
log
@This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
@
text
@d10 1
a10 2
PORTVERSION=	1.1
PORTREVISION=	2
a23 4
BROKEN=		"Build fails"
EXPIRATION_DATE=2005-02-18
DEPRECATED=	${BROKEN}

@


1.5
log
@BROKEN: Does not build with new curl library
@
text
@d26 2
@


1.4
log
@Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
@
text
@d25 2
@


1.3
log
@- Unbreak package build by noting that this port requires pthreads because
  a dependency (rexx-regina) needs them.
- Pet portlint (COMMENT > 70 chars)

Approved by: linimon (implicit)
@
text
@d11 1
a11 1
PORTREVISION=	1
d22 1
a22 1
LIB_DEPENDS=	curl.2:${PORTSDIR}/ftp/curl
@


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

(Part 2)
@
text
@d19 1
a19 1
COMMENT=	An external function package providing an interface to the cURL package
d27 2
@


1.1
log
@add rexx-curl 1.1
An external function package providing an interface to the cURL package
@
text
@d11 1
@

