aboutsummaryrefslogtreecommitdiff
path: root/www/sarg
Commit message (Collapse)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFERenato Botelho2009-03-281-0/+1
| | | | Notes: svn path=/head/; revision=231204
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 2.2.5Renato Botelho2008-03-072-5/+4
| | | | Notes: svn path=/head/; revision=208611
* - Add a patch that fix a lot of compile warnings and some segmentation faultsRenato Botelho2007-10-163-13/+935
| | | | | | | | | | | | | on amd64 [1] - Add --enable-mandir to CONFIGURE_ARGS since --mandir is not enough and it was not respecting PREFIX to install man - Bump PORTREVISION Discussed with: Author in private email [1] Obtained from: https://sourceforge.net/tracker/index.php?func=detail&aid=1771501&group_id=68910&atid=522793 [1] Notes: svn path=/head/; revision=201574
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Fix a segmentation fault when you are using authentication and have a userRenato Botelho2007-06-112-1/+31
| | | | | | | | | | named "log" - Bump PORTREVISION Obtained from: Sarg bugtracker Notes: svn path=/head/; revision=193250
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix Segmentation Fault problemRenato Botelho2007-02-262-0/+12
| | | | | | | | | - Bump PORTREVISION Obtained from: Orso maillist Notes: svn path=/head/; revision=185981
* - Update to 2.2.3.1Renato Botelho2007-01-033-18/+4
| | | | Notes: svn path=/head/; revision=181327
* sarg patch to fix cannot open period file error messageRenato Botelho2006-12-302-0/+14
| | | | | | | | | | | Changed period file name to sarg-period to avoind conflits with uernames. Bump PORTREVISION Obtained from: sarg's site at Sourceforge Notes: svn path=/head/; revision=181074
* - Update to 2.2.3Renato Botelho2006-12-264-36/+5
| | | | Notes: svn path=/head/; revision=180824
* - Fix a problem on progress indicator [1]Renato Botelho2006-08-302-2/+33
| | | | | | | | | | | | - Bump PORTREVISION - Use new Sourceforge method on MASTER_SITES PR: ports/102665 [1] Submitted by: Alex Samorukov <samm@os2.kiev.ua> [1] Reviewed by: author [1] Notes: svn path=/head/; revision=171679
* - Update to 2.2.2Renato Botelho2006-08-293-4/+6
| | | | | | | Changelog at: http://sarg.sourceforge.net/sarg.ChangeLog.txt Notes: svn path=/head/; revision=171611
* - Update to 2.2.1Renato Botelho2006-05-194-31/+16
| | | | | | | | | | - OPTIONS'ify Full Changelog at: http://sarg.sourceforge.net/sarg.ChangeLog.txt Notes: svn path=/head/; revision=162791
* Add a patch to css.c, to fix an overflow if you are using external css andRenato Botelho2006-03-282-1/+11
| | | | | | | | | | | have a lot of html to proccess. The external css file is open so many times and never closed. PR: ports/95022 Submitted by: Eugene M. Zheganin <emz@norma.perm.ru> Notes: svn path=/head/; revision=158303
* Use vendor patches to fix index.html generationRenato Botelho2006-03-134-23/+10
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=157084
* - Support other gd ports, like japanese/gd and ukrainian/gdRenato Botelho2005-12-071-1/+2
| | | | | | | Submitted by: Michael Lednev <reaper@reaper.hn.org> (by email) Notes: svn path=/head/; revision=150573
* - Take maintainershipRenato Botelho2005-12-061-1/+1
| | | | | | | Approved by: maintainer via email Notes: svn path=/head/; revision=150519
* - Update to 2.1Renato Botelho2005-12-015-5/+28
| | | | | | | | | PR: ports/89766 Submitted by: garga Approved by: maintainer Notes: svn path=/head/; revision=150140
* - Mark it as BROKEN until it's not updated to version 2.1Renato Botelho2005-12-011-0/+2
| | | | | | | Discussed with: clement Notes: svn path=/head/; revision=150139
* - Update to 2.0.9Renato Botelho2005-08-292-3/+3
| | | | | | | | | | | Changelog at: http://sarg.sourceforge.net/sarg.ChangeLog.txt PR: ports/85030 Submitted by: dawnshade <h-k@mail.ru> Approved by: maintainer Notes: svn path=/head/; revision=141270
* - Update to 2.0.8Pav Lucistnik2005-06-063-4/+6
| | | | | | | | | PR: ports/81679 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: Maxim Tuliuk <mt@primats.org.ua> (maintainer) Notes: svn path=/head/; revision=136903
* Update to 2.0.7Roman Bogorodskiy2005-05-103-4/+6
| | | | | | | | | PR: 80585 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: Maxim Tuliuk (maintainer) Notes: svn path=/head/; revision=134985
* - update to sarg-2.0.6Yen-Ming Lee2005-04-293-11/+4
| | | | | | | | PR: 80453 Submitted by: Maxim Tuliuk <mt@primats.org.ua> (maintainer) Notes: svn path=/head/; revision=134360
* - Update to 2.0.5.Jean-Yves Lefort2005-04-193-18/+10
| | | | | | | | | | | - Respect prefix when installing the manual page. PR: ports/79966 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: adamw (mentor), maintainer Notes: svn path=/head/; revision=133689
* - update sarg to 2.0.4Yen-Ming Lee2005-03-074-13/+35
| | | | | | | | PR: 78231 Submitted by: maintainer Notes: svn path=/head/; revision=130547
* - Update to 2.0.3Yen-Ming Lee2005-02-082-4/+3
| | | | | | | | | | | | | | Differences from 2.0.2 version: - squidguard parse logs method changed. - wrong results in -v option. - fixed: error when using -u (include user) PR: 77052 Submitted by: Renato Botelho <renato at galle.com.br> Reviewed by: Maxim Tuliuk <mt at primats.org.ua> Notes: svn path=/head/; revision=128299
* - Enable GD support for nice graphsPav Lucistnik2004-12-241-0/+14
| | | | | | | | | PR: ports/74819 Submitted by: Renato Botelho <renato@galle.com.br> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=125071
* - Update to 2.0.2Pav Lucistnik2004-12-064-62/+7
| | | | | | | | PR: ports/74741 Submitted by: Maxim Tuliuk <mt@zoo.top.net.ua> (maintainer) Notes: svn path=/head/; revision=123326
* - Update to 2.0.1Pav Lucistnik2004-11-164-20/+100
| | | | | | | | PR: ports/73971 Submitted by: Maxim Tuliuk <mt@primats.org.ua> (maintainer) Notes: svn path=/head/; revision=121729
* - Fix WWW: lineKirill Ponomarev2004-06-091-1/+1
| | | | | | | | PR: ports/67737 Submitted by: Paul <freebsd@otoh.org> Notes: svn path=/head/; revision=111138
* - Switch MASTER_SITE to SourceforgePav Lucistnik2004-05-112-6/+6
| | | | | | | | PR: ports/66522 Submitted by: Maxim Tuliuk <mt@primats.org.ua> (maintainer) Notes: svn path=/head/; revision=108921
* Add a patch to fix a sort bug.Pete Fritchman2004-05-012-0/+7
| | | | | | | | PR: 64888 Submitted by: maintainer Notes: svn path=/head/; revision=108070
* Correct config file handling and remove directoriesKris Kennaway2004-04-131-2/+3
| | | | Notes: svn path=/head/; revision=106972
* - SIZE'ifyKirill Ponomarev2004-03-231-0/+1
| | | | | | | | PR: ports/64611 Submitted by: maintainer Notes: svn path=/head/; revision=105030
* - Fix pkg-plist, remove BROKEN.Max Khon2003-08-112-5/+12
| | | | | | | | | - Fix non-root builds. Approved by: MAINTAINER Notes: svn path=/head/; revision=86763
* BROKEN: Broken pkg-plistKris Kennaway2003-08-071-0/+2
| | | | Notes: svn path=/head/; revision=86453
* Update to 1.4.1.Maxim Sobolev2003-05-165-9/+47
| | | | | | | | PR: 52209 Submitted by: maintainer Notes: svn path=/head/; revision=81079
* Add sarg 1.2.2.1, squid log analyzer and HTML report generator.Maxim Sobolev2003-05-134-0/+30
PR: 48600 Submitted by: mt@primats.org.ua Notes: svn path=/head/; revision=80903