head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.16
date	2012.12.14.02.44.14;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2011.09.23.22.22.31;	author amdmi3;	state Exp;
branches;
next	1.13;

1.13
date	2009.08.22.00.20.32;	author amdmi3;	state Exp;
branches;
next	1.12;

1.12
date	2009.05.12.11.28.16;	author itetcu;	state Exp;
branches;
next	1.11;

1.11
date	2008.08.21.06.17.02;	author rafan;	state Exp;
branches;
next	1.10;

1.10
date	2008.08.19.09.18.33;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2006.11.07.15.37.01;	author laszlof;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.07.11.09.21;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.12.03.25.28;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	2005.04.11.08.02.18;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.05.11.27.30;	author kwm;	state Exp;
branches;
next	1.4;

1.4
date	2004.10.16.00.04.19;	author will;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.02.06.13.11.17;	author trevor;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.28.10.42.48;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308877
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308877 | araujo | 2012-12-14 02:35:12 +0000 (Fri, 14 Dec 2012) | 8 lines
## SVN ##
## SVN ## - Support USE_READLINE.
## SVN ## - Add MAKE_JOBS_SAFE.
## SVN ## - Set CPPFLAGS and LDFLAGS in a proper way.
## SVN ## - Bump PORTREVISION.
## SVN ##
## SVN ## PR:		ports/172000
## SVN ## Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Frank Laszlo <laszlof@@vonostingroup.com>
# $FreeBSD: head/ftp/quftp/Makefile 308877 2012-12-14 02:35:12Z araujo $

PORTNAME=	quftp
PORTVERSION=	1.0.7
PORTREVISION=	4
CATEGORIES=	ftp
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A scriptable FTP client

LICENSE=	GPLv2

USE_NCURSES=	yes
USE_READLINE=	yes
GNU_CONFIGURE=	yes
MAKE_JOBS_SAFE=	yes

CPPFLAGS+=	${PTHREAD_CFLAGS}
LDFLAGS+=	${PTHREAD_LIBS}

MAN1=		quftp.1
PLIST_FILES=	bin/quftp

post-patch:
	@@${REINPLACE_CMD} -e \
		's|^CFLAGS|#CFLAGS|' ${WRKSRC}/Makefile.in

post-install:
	@@${STRIP_CMD} ${PREFIX}/bin/quftp

.include <bsd.port.mk>
@


1.15
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	quftp
# Date created:				10 December 2003
# Whom:					Frank Laszlo <laszlof@@vonostingroup.com>
#
# $FreeBSD: head/ftp/quftp/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d6 1
a6 1
PORTREVISION=	3
d13 1
a13 1
LIB_DEPENDS=	readline.6:${PORTSDIR}/devel/readline
d15 2
d18 1
d20 2
a21 1
CFLAGS+=	${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}
d26 6
a31 2
pre-configure:
	@@${REINPLACE_CMD} -e 's|-O6|-O2|g' ${WRKSRC}/Makefile.in
@


1.14
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
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Switch SourceForge ports to the new File Release System: categories starting with E,F
@
text
@a21 1
CONFIGURE_ENV=	CFLAGS="${CFLAGS}"
@


1.12
log
@Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.

Forgotten by:	araujo@@
Reported by:	QAT
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	quftp
@


1.11
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
@d10 1
a10 1
PORTREVISION=	2
d18 1
a18 1
LIB_DEPENDS=	readline.5:${PORTSDIR}/devel/readline
@


1.10
log
@Return laszlof's ports to the pool due to lack of time.

Hat:		portmgr
@
text
@a23 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.9
log
@Update my email address in all ports that I maintain.

Approved by:	flz (mentor)
@
text
@d15 1
a15 1
MAINTAINER=	laszlof@@FreeBSD.org
@


1.8
log
@Remove USE_REINPLACE from all categories starting with F
@
text
@d15 1
a15 1
MAINTAINER=	laszlof@@vonostingroup.com
@


1.7
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@a20 1
USE_REINPLACE=	yes
@


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


1.5
log
@Fix build on sparc64.

PR:		73979
Submitted by:	maintainer
@
text
@d25 1
a25 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.4
log
@Chase readline library depend bump.  Portlint.

PR:		72749
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	1
d21 1
d30 3
@


1.3
log
@Fix build

Approved by: maintainer
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	readline.4:${PORTSDIR}/devel/readline
d23 1
a23 1
CONFIGURE_ENV=	CFLAGS="${CFLAGS}" 
@


1.2
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d21 2
a22 1
CFLAGS+=	-L${PREFIX}/lib ${PTHREAD_LIBS}
@


1.1
log
@New Port: quftp-1.0.7

	New port for quftp, a scriptable ftp client.

PR:		ports/60164
Submitted by:	Frank J. Laszlo <laszlof@@vonostingroup.com>
@
text
@d24 2
a25 1
MAN1=	quftp.1
@

