non port: www/webalizer/Makefile |
Number of commits found: 129 (showing only 100 on this page) |
Sunday, 28 Apr 2024
|
14:35 Dirk Meyer (dinoex)
www/webalizer: add support for most UTF-8 encodings
7ee79ee |
09:06 Dirk Meyer (dinoex)
www/webalizer: support japanese EUC-JP and japanese UTF-8 encodings
PR: 278400
de1d4bd |
Wednesday, 24 Apr 2024
|
16:57 Dirk Meyer (dinoex)
www/webalizer: fix build for japanese
mark option WEBALIZER_CONV as broken
PR: 278400
9abe6dd |
Sunday, 21 Apr 2024
|
11:51 Dirk Meyer (dinoex)
www/webalizer: use UTF-8 for japanese
extend sample
PR: 278400
3acf340 |
Thursday, 11 Jan 2024
|
16:26 Dirk Meyer (dinoex)
www/webalizer: use ${PREFIX}/share/man
94648d8 |
Sunday, 3 Dec 2023
|
09:14 Dirk Meyer (dinoex)
www/webalizer: cleanup MASTER_SITES
6521b05 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 4 May 2020
|
21:31 dinoex
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
 |
10:58 dinoex
- use new port net/webalizer-geodb
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Friday, 17 May 2019
|
12:07 pkubaj
www/geolizer: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to www/webalizer when using GEOIP option:
/usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'mmdb_uint128_t'
/usr/local/include/maxminddb.h:122: error: expected specifier-qualifier-list
before 'mmdb_uint128_t'
Approved by: mentors (implicit approval)
 |
Friday, 10 May 2019
|
05:22 dinoex
- update geodb-20190501
 |
Thursday, 4 Apr 2019
|
21:54 dinoex
- update geodb
 |
Saturday, 23 Mar 2019
|
10:23 dinoex
- udpate geodb-20190301
 |
Monday, 4 Feb 2019
|
15:18 dinoex
- update geodb-20190201
 |
Saturday, 19 Jan 2019
|
07:39 dinoex
- update geodb
 |
07:08 dinoex
- fix option GEOIP to use GeoLite2-Country
 |
Sunday, 13 Jan 2019
|
20:58 adamw
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this.
 |
Sunday, 6 May 2018
|
11:09 dinoex
- use OPTIONS_SINGLE
 |
Friday, 1 Dec 2017
|
07:19 antoine
Cleanup LIB_DEPENDS on libpng
 |
Wednesday, 22 Feb 2017
|
21:06 dinoex
- bail out if not database is selected
 |
Sunday, 19 Feb 2017
|
12:37 dinoex
- new option IP_AS_HOSTNAME
- make portlint happier
- update to webalizer-geodb-20170201
PR: 217119
 |
Monday, 14 Nov 2016
|
05:31 dinoex
- fix purge with option BDB1
PR: 214483
 |
Monday, 8 Aug 2016
|
13:46 mat
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
 |
Wednesday, 20 Jul 2016
|
09:33 dinoex
- 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
 |
Tuesday, 19 Jul 2016
|
11:04 mat
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 7 Mar 2016
|
07:55 marino
www/webalizer: Fix nearly 8-year old typo in MASTER_SITES
Nobody noticed because apparently the framework filters out
bad urls like "MASTER_SITES=".
Approved by: just-fix-it
 |
Thursday, 8 Oct 2015
|
03:54 dinoex
- update to geodb-20150901
 |
Friday, 10 Apr 2015
|
21:12 mat
Don't let webalizer change name when GEOIP is enabled.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 22 Nov 2014
|
22:31 dinoex
- update geolizer db to 20141101
 |
Thursday, 21 Aug 2014
|
22:50 mandree
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
 |
Monday, 11 Aug 2014
|
17:05 adamw
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports)
 |
Wednesday, 6 Aug 2014
|
09:11 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt)
 |
Tuesday, 15 Jul 2014
|
17:09 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
 |
Wednesday, 11 Jun 2014
|
14:50 tijl
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Saturday, 5 Apr 2014
|
11:54 dinoex
- use OPTIONS_DEFAULT in slave ports
 |
Friday, 29 Nov 2013
|
04:19 dinoex
- use STAGEDIR
 |
Saturday, 21 Sep 2013
|
11:06 dinoex
- fix misplaced NO_STAGE in slaveports and ifdefs
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Wednesday, 4 Sep 2013
|
18:06 madpilot
- 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)
 |
Saturday, 31 Aug 2013
|
14:12 dinoex
- update to 2.23-08
 |
Friday, 9 Aug 2013
|
20:01 dinoex
- update geodb-20130801
 |
14:05 dinoex
- update libdg to 2.1.0
 |
Saturday, 27 Apr 2013
|
18:25 mva
- 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
 |
Sunday, 30 Dec 2012
|
09:33 dinoex
- fix wording of option
Submitted by: Alexander Sheiko
 |
09:32 dinoex
- fix wording of option
Submitted by: Alexander Sheiko
- update geodb
 |
Saturday, 13 Oct 2012
|
13:39 dinoex
- cleanup comments
Feature safe: yes
 |
Sunday, 16 Sep 2012
|
16:35 dinoex
- use OPTIONS_DEFINE
- option GEODB defaults to bdb4
- update GEODB
- extend OPTIONS
 |
Friday, 8 Jun 2012
|
08:47 dinoex
- revert last commit.
Code had no effect. If it has effect it would breal all existing dns caches
PR: 164127
 |
01:13 adamw
The GeoDB is Berkeley DB-based, and requires bdb support at runtime.
PORTREVISION bumped to bring in the extra dependency.
PR: ports/164127
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Thursday, 12 Jan 2012
|
15:54 dinoex
- update to geodb-20120101
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Thursday, 21 Apr 2011
|
05:13 dinoex
- fix build WEBALIZER_LANG=ukrainian
 |
Tuesday, 19 Apr 2011
|
05:11 dinoex
- update to 2.23-05
 |
Wednesday, 2 Feb 2011
|
06:31 dinoex
- fix regression in HideURL
Reported by: Alexander Sheiko
Feature safe: yes
 |
Friday, 14 Jan 2011
|
12:20 dinoex
- update to 2.23-04
Feature safe: yes
 |
Friday, 4 Jun 2010
|
13:49 dinoex
LICENSE GPLv2
 |
07:25 dinoex
- update WITH_GEODB to geodb-20100601
- allow new version of Berkeley DB
 |
Wednesday, 7 Apr 2010
|
04:32 dinoex
- update WITH_GEODB to geodb-20100401
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
12:40 dinoex
- update option WITH_GEODB to 20100201
 |
11:46 dinoex
- update to jpeg-8
 |
Tuesday, 17 Nov 2009
|
20:33 dinoex
- update geodb-20091101
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Monday, 6 Jul 2009
|
07:52 dinoex
- update webalizer-geodb-20090701
 |
Monday, 4 May 2009
|
22:46 dinoex
- update geodb-20090501
 |
Sunday, 25 Jan 2009
|
10:13 dinoex
- support all options in Makefile.local
 |
09:45 dinoex
- update to 2.21-02
 |
Saturday, 17 Jan 2009
|
11:32 dinoex
- new OPTION MAXURLH
PR: 130100
Suggested by: Jeremy Chadwick
- update geodb-20090101
 |
Friday, 19 Dec 2008
|
18:40 dinoex
- upate to 2.20-03
- update geodb to 20080801
 |
Tuesday, 12 Aug 2008
|
16:36 dinoex
- fix WITH_GEODB without WITH_BDB
Submitted by: Nicolas Rachinsky
- update GeoDB.dat
 |
Tuesday, 5 Aug 2008
|
19:33 dinoex
- add patches for WEBALIZER_LANG=ukrainian
 |
Tuesday, 22 Jul 2008
|
07:15 dinoex
- support bzip2 compressed logfiles
Submitted by: ache (Andrey Chernov)
 |
Friday, 18 Jul 2008
|
18:17 dinoex
- new values for WEBALIZER_LANG:
albanian arabic lithuanian thai
- fix fetch for WITH_GEODB
- updated country icons
- build with 4.x berkley db
 |
04:16 dinoex
- new option WITH_GEODB
 |
Thursday, 17 Jul 2008
|
14:08 dinoex
- update to 2.20-01
 |
Friday, 30 May 2008
|
17:09 dinoex
- use PORTEXAMPLES
 |
Thursday, 17 Jan 2008
|
09:07 dinoex
- fix build of japanese language
- cosmetic changes to make portlint happier
PR: 119715
Submitted by: TAKATSU Tomonari
 |
Monday, 14 Jan 2008
|
09:24 dinoex
- new option WITH_WEBALIZER_LOWERCASE_SEARCH
lowercase search strings like in unpathced webalizer
default is to not lowercase search strings to honor intenational charsets.
Submitted by: Frank Altpeter
- adding default HTMLHead to sample.conf
HTMLHead <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Reported by: Lapo Luchini
 |
Friday, 25 May 2007
|
04:07 dinoex
- new option WITHOUT_WEBALIZER_FULLREFS
default now shows full references
Submitted by: Andrey Chernov
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Tuesday, 3 Apr 2007
|
14:49 dinoex
- update flags for geolizer
 |
Sunday, 25 Mar 2007
|
11:44 dinoex
- fix option WITH_GEOIP
PR: 110761
Submitted by: Leonhard Wimmer
 |
Saturday, 10 Mar 2007
|
17:04 dinoex
- fix unescape bug for default
Submitted by: Andrey Chernov
 |
Saturday, 10 Feb 2007
|
22:38 dinoex
- move imgaes for geolizer
Suggested by: Andrey Chernov
 |
06:27 dinoex
- update option WITH_GEOIP (geolizer)
- added icons for countrys
Suggested by: Andrey Chernov
 |
Monday, 14 Aug 2006
|
22:26 shaun
Chase GeoIP shared library version bump.
 |
Sunday, 20 Nov 2005
|
09:10 dinoex
- Security Fix
Submitted by: Andrey Chernov
 |
Monday, 5 Sep 2005
|
11:58 dinoex
- fix geolizer option
Submitted by: Andrey Chernov
 |
Sunday, 4 Sep 2005
|
15:46 dinoex
- add geolizer patches
(merge from www/geolizer)
Suggested by: Steve Clement, David Raison
Reviewed by: Andrey Chernov
 |
Monday, 18 Jul 2005
|
10:46 dinoex
- Correct the spelling of word "slovak"
PR: 83632
Submitted by: Juraj Lutter
 |
Sunday, 7 Nov 2004
|
05:19 dinoex
- fix spelling
Reported by: Nikolaj Karpov
 |
Sunday, 17 Oct 2004
|
06:10 dinoex
- support JIS SJIS EUC UTF-8
PR: 72776
Submitted by: Fumihiko Kimura
Obtained from: Dr. URASHIMA Akira
 |
Friday, 15 Oct 2004
|
21:03 ache
Register CONFLICTS with geolizer-2*
 |
Sunday, 19 Oct 2003
|
19:21 dinoex
- remove COPYING
 |
Thursday, 4 Sep 2003
|
06:46 dinoex
- Fix option GD_PORT
 |
Number of commits found: 129 (showing only 100 on this page) |