head	1.3;
access;
symbols
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.02.08.18.56.48;	author pgollucci;	state dead;
branches;
next	1.2;

1.2
date	2004.03.15.21.52.56;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.19.12.55.33;	author will;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 2.8.18
- Remove patches sent upstream

PR:             ports/163218
Submitted by:   scf
Approved by:    maintainer timeout (sbz ; 57 days)
@
text
@--- Makefile.orig	Wed Dec 31 02:33:53 1997
+++ Makefile	Mon Mar 15 04:46:29 2004
@@@@ -9,12 +9,12 @@@@
 ###
 # set this to the absolute path (less extn) of compressed dict.
 
-DICTPATH="/usr/local/lib/pw_dict"
+DICTPATH="/usr/local/libdata/cracklib/pw_dict"
 
 ###
 # Set this to the path of one or more files continaing wordlists.
 
-SRCDICTS=/usr/dict/words
+SRCDICTS=/usr/share/dict/words
 
 ###
 # If you have installed the cracklib-dicts directory, use this
@@@@ -24,7 +24,7 @@@@
 	@@echo "you evidently don't know what you're doing. go read the README"
 
 all:
-	( cd cracklib && make && exit $$? )
+	( cd cracklib && make all && exit $$? )
 	( cd util && make DICTPATH=$(DICTPATH) && exit $$? )
 ###	( cd passwd && make DICTPATH=$(DICTPATH) passwd && exit $$? )
 ###	touch all
@


1.2
log
@Build a shared library.  This fixes the build of dependent ports on amd64,
which cannot link non-PIC lib.a code into a lib.so.  Also respect CFLAGS
while I'm here, and bump PORTREVISION.

Reviewed by:	maintainer
@
text
@@


1.1
log
@Add cracklib 2.7, a library containing a function that can be used in
one's own passwd(8) program to keep users from making guessable passwords
by filtering them out at the source.

PR:		23392
Submitted by:	Andrew J. Korty <ajk@@iu.edu>
@
text
@d1 2
a2 2
--- Makefile.orig	Sat Apr 22 09:47:37 2000
+++ Makefile	Sat Apr 22 09:48:06 2000
d18 9
@

