aboutsummaryrefslogtreecommitdiff
path: root/www/webalizer
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup LIB_DEPENDS on libpngAntoine Brodin2017-12-011-1/+1
| | | | Notes: svn path=/head/; revision=455251
* - bail out if not database is selectedDirk Meyer2017-02-221-0/+4
| | | | Notes: svn path=/head/; revision=434642
* - new option IP_AS_HOSTNAMEDirk Meyer2017-02-197-373/+374
| | | | | | | | | | - make portlint happier - update to webalizer-geodb-20170201 PR: 217119 Notes: svn path=/head/; revision=434401
* - fix purge with option BDB1Dirk Meyer2016-11-142-2/+2
| | | | | | | PR: 214483 Notes: svn path=/head/; revision=426083
* USE_BDB cleanup.Mathieu Arnold2016-08-081-3/+2
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=419843
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=418829
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-2/+0
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=418767
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* www/webalizer: Fix nearly 8-year old typo in MASTER_SITESJohn Marino2016-03-071-1/+1
| | | | | | | | | | Nobody noticed because apparently the framework filters out bad urls like "MASTER_SITES=". Approved by: just-fix-it Notes: svn path=/head/; revision=410506
* - update to geodb-20150901Dirk Meyer2015-10-082-8/+8
| | | | Notes: svn path=/head/; revision=398793
* - Drop @dirrm* from plistDmitry Marakasov2015-05-071-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=385688
* Don't let webalizer change name when GEOIP is enabled.Mathieu Arnold2015-04-101-1/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=383765
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-3/+0
| | | | Notes: svn path=/head/; revision=380312
* - update geolizer db to 20141101Dirk Meyer2014-11-222-4/+4
| | | | Notes: svn path=/head/; revision=373109
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=365599
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-1/+1
| | | | | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=364628
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-061-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=364158
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+2
| | | | Notes: svn path=/head/; revision=361980
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=357486
* - use OPTIONS_DEFAULT in slave portsDirk Meyer2014-04-051-1/+1
| | | | Notes: svn path=/head/; revision=350220
* - use STAGEDIRDirk Meyer2013-11-292-24/+20
| | | | Notes: svn path=/head/; revision=335144
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+1
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=326307
* - update to 2.23-08Dirk Meyer2013-08-312-5/+5
| | | | Notes: svn path=/head/; revision=325810
* - update geodb-20130801Dirk Meyer2013-08-092-4/+4
| | | | Notes: svn path=/head/; revision=324460
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324437
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - fix wording of optionDirk Meyer2012-12-301-1/+1
| | | | | | | Submitted by: Alexander Sheiko Notes: svn path=/head/; revision=309657
* - fix wording of optionDirk Meyer2012-12-302-5/+5
| | | | | | | | | Submitted by: Alexander Sheiko - update geodb Notes: svn path=/head/; revision=309656
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - use OPTIONS_DEFINEDirk Meyer2012-09-162-20/+35
| | | | | | | | | - option GEODB defaults to bdb4 - update GEODB - extend OPTIONS Notes: svn path=/head/; revision=304366
* - revert last commit.Dirk Meyer2012-06-081-4/+1
| | | | | | | | Code had no effect. If it has effect it would breal all existing dns caches PR: 164127 Notes: svn path=/head/; revision=298737
* The GeoDB is Berkeley DB-based, and requires bdb support at runtime.Adam Weinberger2012-06-081-1/+4
| | | | | | | | | PORTREVISION bumped to bring in the extra dependency. PR: ports/164127 Notes: svn path=/head/; revision=298716
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - update to geodb-20120101Dirk Meyer2012-01-122-3/+3
| | | | Notes: svn path=/head/; revision=289031
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - fix build WEBALIZER_LANG=ukrainianDirk Meyer2011-04-213-35/+0
| | | | Notes: svn path=/head/; revision=272982
* - update to 2.23-05Dirk Meyer2011-04-193-16/+4
| | | | Notes: svn path=/head/; revision=272910
* - fix regression in HideURLDirk Meyer2011-02-022-0/+12
| | | | | | | | Reported by: Alexander Sheiko Feature safe: yes Notes: svn path=/head/; revision=268543
* - update to 2.23-04Dirk Meyer2011-01-142-11/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267775
* LICENSE GPLv2Dirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255719
* - update WITH_GEODB to geodb-20100601Dirk Meyer2010-06-042-7/+4
| | | | | | | - allow new version of Berkeley DB Notes: svn path=/head/; revision=255706
* - update WITH_GEODB to geodb-20100401Dirk Meyer2010-04-072-4/+4
| | | | Notes: svn path=/head/; revision=252365
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update option WITH_GEODB to 20100201Dirk Meyer2010-02-052-4/+4
| | | | Notes: svn path=/head/; revision=249290
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - update geodb-20091101Dirk Meyer2009-11-172-4/+4
| | | | Notes: svn path=/head/; revision=244400