head	1.4;
access;
symbols
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.1.1.1
	v1_1_3:1.1.1.1
	DOMI:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2003.02.06.01.34.24;	author edwin;	state dead;
branches;
next	1.3;

1.3
date	2000.07.07.19.59.00;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.11.01.01.27.47;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.06.09.01.54.52;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.06.09.01.54.52;	author steve;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Maintainer update for security/gpasman:
	 core dump fix for files larger than 2048 bytes

PR:		ports/46673
Submitted by:	Dominik Brettnacher <domi@@saargate.de>
@
text
@--- src/Makefile.in.orig	Fri Sep  3 00:50:10 1999
+++ src/Makefile.in	Sat Jul  1 18:19:43 2000
@@@@ -26,9 +26,9 @@@@
 
 
 CC = @@CC@@
-CFLAGS = @@DEFS@@ @@CFLAGS@@ $(shell @@GTKCONFIG@@ --cflags)
+CFLAGS = @@DEFS@@ @@CFLAGS@@ `@@GTKCONFIG@@ --cflags`
 LDFLAGS = @@LDFLAGS@@
-LIBS = @@LIBS@@ $(shell @@GTKCONFIG@@ --libs)
+LIBS = @@LIBS@@ `@@GTKCONFIG@@ --libs`
 INSTALL = @@INSTALL@@
 
 SRCS = librc2.c file.c gpasman.c
@@@@ -39,7 +39,7 @@@@
 	$(CC) -o gpasman $(OBJS) $(LDFLAGS) $(LIBS)
 
 .c.o: $(SRCS)
-	$(CC) -O2 -Wall $(CFLAGS) -c -o $@@ $<
+	$(CC) $(CFLAGS) -c -o $@@ $<
 
 clean:
 	rm -f $(OBJS) gpasman core *~ *.bak
@


1.3
log
@- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@@


1.2
log
@Update to version 1.3.0.

PR:		13826
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- src/Makefile.in.orig	Sun Sep 19 13:56:52 1999
+++ src/Makefile.in	Sun Sep 19 13:57:20 1999
d15 9
@


1.1
log
@Initial revision
@
text
@d1 3
a3 5
--- configure.orig	Thu May  6 05:46:20 1999
+++ configure	Mon May 10 19:06:10 1999
@@@@ -871,8 +871,8 @@@@
 done
 test -n "$strip" || strip="/usr/bin/strip"
d5 10
a14 7
-# Extract the first word of "gtk-config", so it can be a program name with args.
-set dummy gtk-config; ac_word=$2
+# Extract the first word of "gtk12-config", so it can be a program name with args.
+set dummy gtk12-config; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:878: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then
@


1.1.1.1
log
@Initial import of gpasman version 1.1.3.
A password manager that stores password information encrypted.

PR:		11787
Submitted by:	Dominik Brettnacher <domi@@saargate.de>
@
text
@@
