head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2007.04.07.04.25.12;	author clsung;	state dead;
branches;
next	1.2;

1.2
date	2007.04.04.10.12.53;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.23.21.24.53;	author pav;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 1.2.1

PR:		ports/111223
Submitted by:	maintainer (Anton Karpov)
@
text
@--- Makefile.orig	Mon Apr  2 14:45:41 2007
+++ Makefile	Mon Apr  2 14:46:20 2007
@@@@ -14,11 +14,9 @@@@
 install:
 	$(MAKEDIRS)
 	@@(										\
-	$(INSTALLDIR) $(PREFIX);							\
-	$(INSTALLDIR) $(PREFIX)/doc;							\
-	$(INSTALLDIR) $(PREFIX)/doc/$(PROGLNAME)-$(PROGVERSION);			\
+	$(INSTALLDIR) $(PREFIX)/share/doc/$(PROGLNAME)-$(PROGVERSION);			\
 	$(INSTALLODR) $(TMPDIR);							\
 	for IDOCFILE in COPYING ChangeLog FAQ INSTALL README README.DEV TRANSLATIONS; do\
-	    $(INSTALLFIL) $$IDOCFILE $(PREFIX)/doc/$(PROGLNAME)-$(PROGVERSION);		\
+	    $(INSTALLFIL) $$IDOCFILE $(PREFIX)/share/doc/$(PROGLNAME)-$(PROGVERSION);		\
 	done										\
 	)
@


1.2
log
@- update port of www/free-sa to current version (1.2.0)

PR:		ports/111133
Submitted by:	maintainer (Anton Karpov)
@
text
@@


1.1
log
@Free-SA is a statistic analyzer for daemon log files similar to SARG.
Its main advantages over SARG are much better speed (7x-20x times),
more reports support, crossplatform work and W3C compliance of
generated HTML/CSS reports code.

WWW: http://free-sa.sourceforge.net

PR:		ports/110710
Submitted by:	Anton Karpov <toxa@@toxahost.ru>
@
text
@d1 16
a16 30
--- Makefile.orig	Thu Mar 22 19:06:58 2007
+++ Makefile	Fri Mar 23 22:21:04 2007
@@@@ -9,7 +9,7 @@@@
 # etc dir
 ETCDIR = $(PREFIX)/etc/$(PROGLNAME)
 # where put reports (you can change it later via sa.conf configuration file)
-WWWDIR = $(PREFIX)/var/www/htdocs/$(PROGLNAME)
+WWWDIR = $(PREFIX)/www/$(PROGLNAME)
 # temporary parent dir for sorting (you can change it later via sa.conf configuration file)
 TMPDIR = /tmp
 # where log file lives (you can change it later via sa.conf configuration file)
@@@@ -18,9 +18,6 @@@@
 # C compiler
 CC = gcc
 
-# Optimisations flags
-OPTIM = -pipe -O3 -march=$(MARCH) -fomit-frame-pointer
-
 # Warnings flags
 WARNS = -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
 	-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
@@@@ -48,7 +45,7 @@@@
        -DPROGNAME=\"$(PROGNAME)\" -DPROGVERSION=\"$(PROGVERSION)\" -DPROGURL=\"$(PROGURL)\"
 
 # All compiling flags
-CFLAGS = $(OPTIM) -I. -I.. $(WARNS) $(CSTDF) $(DEFS)
+CFLAGS += -I. -I.. $(WARNS) $(CSTDF) $(DEFS)
 
 # All linking flags
 LDFLAGS += $(LIBS) $(CFLAGS)
@

