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.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.6
	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.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


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

1.8
date	2009.08.22.00.34.49;	author amdmi3;	state Exp;
branches;
next	1.7;

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

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

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

1.4
date	2004.11.14.14.08.58;	author sem;	state Exp;
branches;
next	1.3;

1.3
date	2004.07.07.19.20.02;	author sem;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.26.21.56.27;	author sergei;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.01.10.26.23;	author krion;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	checkpassword-pam
# Date created:				30 september 2003
# Whom:					Clement Laforet <sheepkiller@@cultdeadsheep.org>
#
# $FreeBSD: head/security/checkpassword-pam/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	checkpassword-pam
PORTVERSION=	0.99
CATEGORIES=	security
MASTER_SITES=	SF/checkpasswd-pam/checkpasswd-pam/${PORTVERSION}

MAINTAINER=	sem@@FreeBSD.org
COMMENT=	Implementation of checkpassword authentication program

GNU_CONFIGURE=	yes

MAN8=		checkpassword-pam.8
PLIST_FILES=	bin/checkpassword-pam

.include <bsd.port.mk>
@


1.8
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
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
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	checkpasswd-pam
@


1.6
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@a21 2
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

@


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


1.4
log
@- Update to 0.99
@
text
@d22 1
a22 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.3
log
@Change email address for my ports.

Approved by:	krion (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.98
@


1.2
log
@- Hasta la vista, pkg-plist!
- Shut up configure with CONFIGURE_TARGET

PR:		61643
Submitted by:	maintainer
@
text
@d14 1
a14 1
MAINTAINER=	sem@@ciam.ru
@


1.1
log
@Add checkpassword-pam 0.98, implementation of checkpassword
authentication program.

PR:		57424
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d20 3
@

