non port: www/sarg/Makefile |
SVNWeb
|
Number of commits found: 88 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 12 Oct 2021
|
[ 15:01 Tobias Kortkamp (tobik) ] ae22a78 (Only the first 10 of 70 ports in this commit are shown above. )
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 28 Aug 2020
|
[ 18:43 garga ]
Add a temporary fix to make it build with clang11
|
Mon, 4 May 2020
|
[ 21:31 dinoex ] (Only the first 10 of 72 ports in this commit are shown above. )
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
|
Tue, 11 Feb 2020
|
[ 12:57 garga ]
www/sarg: Update to 2.4.0
Sponsored by: Rubicon Communications, LLC (Netgate)
|
Sat, 8 Jun 2019
|
[ 09:55 tijl ] (Only the first 10 of 23 ports in this commit are shown above. )
devel/gettext*:
- Update to 0.20.1.
- Add options to install documentation and examples.
devel/libtextstyle:
- Take maintainership because it is now released as part of gettext.
ftp/weex:
- Remove bundled gettext (intl/): no longer supported.
- Patch configure.in, Makefile.am and src/Makefile.am to remove references
to bundled gettext.
- Patch configure.in to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will
include gettext .m4 files from m4/ (matching the version set with
AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal.
- Port to modern gettext: add po/Makevars and fix a problem in the French (Only the first 15 lines of the commit message are shown above )
|
Sat, 9 Jun 2018
|
[ 21:03 garga ]
Update www/sarg to 2.3.11
|
Mon, 5 Sep 2016
|
[ 17:27 garga ]
Fix www/sarg build without NLS
PR: 211238
Submitted by: w.schwarzenfeld@utanet.at
Reported by: vas@mpeks.tomsk.su
MFH: 2016Q3
|
Wed, 20 Jul 2016
|
[ 09:33 dinoex ] (Only the first 10 of 77 ports in this commit are shown above. )
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
|
Sat, 11 Jun 2016
|
[ 17:44 garga ]
Update www/sarg to 2.3.10
Sponsored by: Rubicon Communications (Netgate)
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 29 Nov 2014
|
[ 18:22 tijl ] (Only the first 10 of 165 ports in this commit are shown above. )
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
|
Mon, 6 Oct 2014
|
[ 10:25 garga ]
- Update to 2.3.9 [1]
- Use @sample [1]
- Remove @dirrm and @dirrmtry
PR: 193914 [1]
Submitted by: takefu@airport.fm [1]
|
Thu, 24 Jul 2014
|
[ 18:34 tijl ] (Only the first 10 of 208 ports in this commit are shown above. )
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Nov 2013
|
[ 09:57 garga ]
Fix wrong use of OPTIONS_SUB
Reported by: danfe
|
Thu, 31 Oct 2013
|
[ 23:50 garga ]
. Support STAGE
. Simplify Makefile
|
Tue, 24 Sep 2013
|
[ 16:47 garga ] (Only the first 10 of 15 ports in this commit are shown above. )
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
Mon, 2 Sep 2013
|
[ 09:45 garga ] (Only the first 10 of 16 ports in this commit are shown above. )
Change my ports to USES (gmake|perl5)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 9 Aug 2013
|
[ 14:05 dinoex ] (Only the first 10 of 86 ports in this commit are shown above. )
- update libdg to 2.1.0
|
Fri, 31 May 2013
|
[ 13:17 garga ]
- Remove bashisms from configure.in
- Fix libinconv and libintl linking
- Bump PORTREVISION
PR: ports/178465 (based on)
Submitted by: John Marino <draco@marino.st>
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Fri, 26 Apr 2013
|
[ 18:01 garga ]
- Update to 2.3.6
- Convert USE_GETTEXT to USES=gettext
|
Thu, 25 Apr 2013
|
[ 11:05 garga ]
Update to 2.3.5
PR: ports/178108
Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com>
|
Tue, 8 Jan 2013
|
[ 10:25 garga ]
- Update to 2.3.4
- Add OPTIONS for ICONV, LDAP and PCRE
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Fri, 3 Aug 2012
|
[ 15:34 garga ] (Only the first 10 of 25 ports in this commit are shown above. )
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
|
Mon, 2 Jul 2012
|
[ 22:19 garga ]
Move to OPTIONSng
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sun, 18 Mar 2012
|
[ 11:37 garga ]
Due to a bug, the download report only showed the host name instead of the
full url as it used to do prior to version 2.3.2.
Fix it applying a patch that was committed upstream.
PR: ports/165412
Submitted by: Kryol <kryol@bigmir.net>
Feature safe: yes
|
Sat, 18 Feb 2012
|
[ 13:11 garga ]
- Add a new OPTION, to control if php files will be or not installed. Since
it's on by default, no PORTREVISION bump is necessary
- Use ETCDIR instead of complete path
PR: ports/164706
Submitted by: Takefu <takefu@airport.fm>
|
Mon, 23 Jan 2012
|
[ 22:48 garga ]
- Fix build when CC=cc
- Bump PORTREVISION
|
Thu, 12 Jan 2012
|
[ 13:13 garga ]
- Fix the link to the URL in some reports
- Bump PORTREVISION
Reported by: budsz <budsz@willsz.net>
Obtained from:
http://sarg.svn.sourceforge.net/viewvc/sarg?view=revision&revision=595
|
Thu, 5 Jan 2012
|
[ 17:07 garga ]
Don't require iconv when WITHOUT_NLS is set
PR: ports/163708
Submitted by: Takefu <takefu@airport.fm>
|
Wed, 28 Dec 2011
|
[ 15:24 garga ]
- Update to 2.3.2
- Pet portlint
- Respect WITHOUT_NLS
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Tue, 14 Jun 2011
|
[ 11:42 wxs ]
- Update to 2.3.1
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: garga (maintainer)
|
Wed, 5 Jan 2011
|
[ 10:30 garga ]
- Add LICENSE_FILE
- Strip sarg binary before install
- Bump PORTREVISION since binary has changed
PR: ports/153696
Submitted by: Takefu <takefu@airport.fm>
|
Fri, 12 Nov 2010
|
[ 15:00 garga ]
- Fix typo on pkg-descr [1]
- Add LICENSE
- Remove MD5
Submitted by: gjb@ [1]
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Mon, 22 Feb 2010
|
[ 17:06 garga ]
Update to 2.2.7.1
Feature safe: yes
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 22 Aug 2009
|
[ 00:38 amdmi3 ] (Only the first 10 of 179 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with W
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sat, 28 Mar 2009
|
[ 17:53 garga ] (Only the first 10 of 41 ports in this commit are shown above. )
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 6 Jun 2008
|
[ 14:07 edwin ] (Only the first 10 of 230 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
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)
|
Fri, 7 Mar 2008
|
[ 19:16 garga ]
- Update to 2.2.5
|
Tue, 16 Oct 2007
|
[ 19:16 garga ]
- Add a patch that fix a lot of compile warnings and some segmentation faults
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]
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
|
Mon, 11 Jun 2007
|
[ 11:25 garga ]
- Fix a segmentation fault when you are using authentication and have a user
named "log"
- Bump PORTREVISION
Obtained from: Sarg bugtracker
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 26 Feb 2007
|
[ 11:32 garga ]
- Fix Segmentation Fault problem
- Bump PORTREVISION
Obtained from: Orso maillist
|
Wed, 3 Jan 2007
|
[ 10:40 garga ]
- Update to 2.2.3.1
|
Sat, 30 Dec 2006
|
[ 17:40 garga ]
sarg patch to fix cannot open period file error message
Changed period file name to sarg-period to avoind conflits with uernames.
Bump PORTREVISION
Obtained from: sarg's site at Sourceforge
|
Tue, 26 Dec 2006
|
[ 23:06 garga ]
- Update to 2.2.3
|
Wed, 30 Aug 2006
|
[ 21:29 garga ]
- Fix a problem on progress indicator [1]
- 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]
|
Tue, 29 Aug 2006
|
[ 12:05 garga ]
- Update to 2.2.2
Changelog at: http://sarg.sourceforge.net/sarg.ChangeLog.txt
|
Fri, 19 May 2006
|
[ 11:43 garga ]
- Update to 2.2.1
- OPTIONS'ify
Full Changelog at:
http://sarg.sourceforge.net/sarg.ChangeLog.txt
|
Tue, 28 Mar 2006
|
[ 10:46 garga ]
Add a patch to css.c, to fix an overflow if you are using external css and
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>
|
Mon, 13 Mar 2006
|
[ 19:46 garga ]
Use vendor patches to fix index.html generation
Approved by: portmgr (linimon)
|
Wed, 7 Dec 2005
|
[ 09:32 garga ]
- Support other gd ports, like japanese/gd and ukrainian/gd
Submitted by: Michael Lednev <reaper@reaper.hn.org> (by email)
|
Tue, 6 Dec 2005
|
[ 13:31 garga ]
- Take maintainership
Approved by: maintainer via email
|
Thu, 1 Dec 2005
|
[ 15:21 garga ]
- Update to 2.1
PR: ports/89766
Submitted by: garga
Approved by: maintainer
|
[ 15:06 garga ]
- Mark it as BROKEN until it's not updated to version 2.1
Discussed with: clement
|
Mon, 29 Aug 2005
|
[ 10:15 garga ]
- Update to 2.0.9
Changelog at: http://sarg.sourceforge.net/sarg.ChangeLog.txt
PR: ports/85030
Submitted by: dawnshade <h-k@mail.ru>
Approved by: maintainer
|
Mon, 6 Jun 2005
|
[ 12:01 pav ]
- Update to 2.0.8
PR: ports/81679
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: Maxim Tuliuk <mt@primats.org.ua> (maintainer)
|
Tue, 10 May 2005
|
[ 12:02 novel ]
Update to 2.0.7
PR: 80585
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: Maxim Tuliuk (maintainer)
|
Fri, 29 Apr 2005
|
[ 15:52 leeym ]
- update to sarg-2.0.6
PR: 80453
Submitted by: Maxim Tuliuk <mt@primats.org.ua> (maintainer)
|
Tue, 19 Apr 2005
|
[ 17:16 jylefort ]
- Update to 2.0.5.
- Respect prefix when installing the manual page.
PR: ports/79966
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: adamw (mentor), maintainer
|
Mon, 7 Mar 2005
|
[ 17:34 leeym ]
- update sarg to 2.0.4
PR: 78231
Submitted by: maintainer
|
Tue, 8 Feb 2005
|
[ 17:27 leeym ]
- Update to 2.0.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>
|
Fri, 24 Dec 2004
|
[ 14:20 pav ]
- Enable GD support for nice graphs
PR: ports/74819
Submitted by: Renato Botelho <renato@galle.com.br>
Approved by: maintainer timeout (2 weeks)
|
Mon, 6 Dec 2004
|
[ 19:32 pav ]
- Update to 2.0.2
PR: ports/74741
Submitted by: Maxim Tuliuk <mt@zoo.top.net.ua> (maintainer)
|
Tue, 16 Nov 2004
|
[ 00:17 pav ]
- Update to 2.0.1
PR: ports/73971
Submitted by: Maxim Tuliuk <mt@primats.org.ua> (maintainer)
|
Tue, 11 May 2004
|
[ 12:50 pav ]
- Switch MASTER_SITE to Sourceforge
PR: ports/66522
Submitted by: Maxim Tuliuk <mt@primats.org.ua> (maintainer)
|
Sat, 1 May 2004
|
[ 03:17 petef ]
Add a patch to fix a sort bug.
PR: 64888
Submitted by: maintainer
|
Mon, 11 Aug 2003
|
[ 14:43 fjoe ]
- Fix pkg-plist, remove BROKEN.
- Fix non-root builds.
Approved by: MAINTAINER
|
Fri, 8 Aug 2003
|
[ 04:40 kris ] (Only the first 10 of 70 ports in this commit are shown above. )
This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it. If you are interested
in saving this port, please send your patches to the maintainer. If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr.
|
Thu, 7 Aug 2003
|
[ 08:35 kris ]
BROKEN: Broken pkg-plist
|
Fri, 16 May 2003
|
[ 05:16 sobomax ]
Update to 1.4.1.
PR: 52209
Submitted by: maintainer
|
Tue, 13 May 2003
|
[ 11:19 sobomax ]
Add sarg 1.2.2.1, squid log analyzer and HTML report generator.
PR: 48600
Submitted by: mt@primats.org.ua
|
Number of commits found: 88 |