head	1.2;
access;
symbols
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	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
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.10.11.22.34.23;	author lippe;	state dead;
branches;
next	1.1;

1.1
date	2000.09.03.00.57.53;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Fix MASTER_SITES and pkg-descr.
- Move pkg-plist to Makefile.
- Use patch name as appropriate.
- Pass maintainership to submitter.

PR:		ports/139441
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
@
text
@--- Makefile.orig	Sat Sep  2 17:47:37 2000
+++ Makefile	Sat Sep  2 17:48:38 2000
@@@@ -13,11 +13,14 @@@@
 #CC=gcc -Wall -g
 #LEX=flex
 
+CC ?= gcc
+CFLAGS ?= -O -pipe
+
 pscan: scanner.yy.o pscan.o
 	$(CC) scanner.yy.o pscan.o -o pscan
 
 scanner.yy.o: scanner.yy.c
-	$(CC) -c scanner.yy.c -o scanner.yy.o
+	$(CC) $(CFLAGS) -c scanner.yy.c -o scanner.yy.o
 
 scanner.yy.c: scanner.l
 	$(LEX) -t scanner.l > scanner.yy.c
@


1.1
log
@pscan-1.2 is a security scanner for misuse of format strings in sprintf-like
functions
@
text
@@

