non port: www/cherokee/Makefile |
SVNWeb
|
Number of commits found: 148 (showing only 100 on this page) |
Thu, 26 Dec 2019
|
[ 07:54 antoine ] (Only the first 10 of 255 ports in this commit are shown above. )
Deprecate a few ports
With hat: portmgr
|
Fri, 15 Nov 2019
|
[ 10:12 tobik ] (Only the first 10 of 95 ports in this commit are shown above. )
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
|
Mon, 5 Aug 2019
|
[ 23:06 jbeich ] (Only the first 10 of 159 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Sun, 13 Jan 2019
|
[ 20:58 adamw ] (Only the first 10 of 59 ports in this commit are shown above. )
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this.
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Tue, 23 Oct 2018
|
[ 16:34 jbeich ] (Only the first 10 of 45 ports in this commit are shown above. )
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
|
Wed, 2 May 2018
|
[ 15:07 jbeich ] (Only the first 10 of 183 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] (Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Thu, 2 Nov 2017
|
[ 13:26 mat ]
Correctly register the run-time python dependency for the ADMIN option.
Sponsored by: Absolight
|
Sat, 21 Oct 2017
|
[ 06:50 jbeich ] (Only the first 10 of 169 ports in this commit are shown above. )
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
|
Mon, 22 May 2017
|
[ 22:29 linimon ] (Only the first 10 of 41 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Sun, 11 Dec 2016
|
[ 15:22 jbeich ] (Only the first 10 of 160 ports in this commit are shown above. )
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
|
Fri, 9 Sep 2016
|
[ 19:42 amdmi3 ] (Only the first 10 of 100 ports in this commit are shown above. )
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above )
|
Mon, 2 May 2016
|
[ 16:08 zeising ] (Only the first 10 of 49 ports in this commit are shown above. )
Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168
|
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
|
Wed, 29 Jul 2015
|
[ 22:09 antoine ] (Only the first 10 of 62 ports in this commit are shown above. )
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
|
Thu, 7 May 2015
|
[ 20:24 mat ] (Only the first 10 of 323 ports in this commit are shown above. )
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 6 May 2015
|
[ 23:03 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Sun, 19 Apr 2015
|
[ 20:09 tijl ]
Remove ${WRKSRC}/INSTALL because it's a symlink to a non-existent file
which confuses autoreconf.
Reported by: antoine
|
Sat, 18 Apr 2015
|
[ 12:58 tijl ] (Only the first 10 of 22 ports in this commit are shown above. )
Convert to USES=autoreconf
|
Thu, 19 Mar 2015
|
[ 16:44 bdrewery ] (Only the first 10 of 133 ports in this commit are shown above. )
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
|
Sat, 13 Sep 2014
|
[ 18:25 tijl ] (Only the first 10 of 30 ports in this commit are shown above. )
Use default LIBTOOLIZE_ARGS
|
Sat, 23 Aug 2014
|
[ 16:32 adamw ]
Update to 1.2.104 and stage.
PR: 192813
Submitted by: Ports Fury
|
Mon, 11 Aug 2014
|
[ 17:05 adamw ] (Only the first 10 of 74 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports)
|
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 )
|
Mon, 10 Feb 2014
|
[ 11:17 bapt ]
Mark as broken: no public distfiles
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Thu, 9 Jan 2014
|
[ 19:53 rakuco ]
- Unbreak.
Remove a useless check for sig_atomic_t that never worked because
configure.ac calls AC_CHECK_SIZEOF without telling it to include signal.h
Submitted upstream as https://github.com/cherokee/webserver/pull/1100
- Use the new LIB_DEPENDS syntax.
PR: ports/180647
PR: ports/179726
|
Wed, 11 Dec 2013
|
[ 19:35 eadler ]
Multiple ports: fix COMMENT
'Extremely' and 'Very' offer no value to the user.
|
Thu, 7 Nov 2013
|
[ 08:06 bapt ]
Mark as broken: does not configure
checking size of sig_atomic_t... configure: error: in
+`/wrkdirs/usr/ports/www/cherokee/work/cherokee-1.2.101':
configure: error: cannot compute sizeof (sig_atomic_t)
See `config.log' for more details
Reported by: pkg-fallout
|
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)
|
Fri, 6 Sep 2013
|
[ 05:22 rm ]
- drop maintainership
- convert USE_GMAKE to USES, while here
PR: 181857
Submitted by: chris petrik <c.petrik.sosa@gmail.com> (maintainer)
|
Sun, 25 Aug 2013
|
[ 02:03 rakuco ]
Remove PORTSCOUT option as it blocks update to newer versions.
PR: ports/181427
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Thu, 7 Mar 2013
|
[ 03:25 bdrewery ] (Only the first 10 of 106 ports in this commit are shown above. )
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt
|
Thu, 7 Feb 2013
|
[ 12:37 gahr ] (Only the first 10 of 39 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
[ 01:20 eadler ] (Only the first 10 of 88 ports in this commit are shown above. )
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik
|
Wed, 21 Nov 2012
|
[ 00:47 zi ]
- Add portscout options
- Cleanup whitespace
- Replace MASTER_SITES
Submitted by: c.petrik.sosa@gmail.com (maintainer)
Feature safe: yes
|
Sat, 6 Oct 2012
|
[ 00:09 bapt ]
Over to new volunteer
While here make use of USE_PKGCONFIG
|
Fri, 5 Oct 2012
|
[ 16:30 bapt ]
Convert to new options framework
|
Sat, 22 Sep 2012
|
[ 03:45 tabthorpe ]
- Reassign to the heap at the maintainer's request
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
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
|
Mon, 7 May 2012
|
[ 18:52 sylvio ] (Only the first 10 of 51 ports in this commit are shown above. )
- Chase rrdtool shlib version bump.
|
Tue, 14 Feb 2012
|
[ 12:45 mm ] (Only the first 10 of 140 ports in this commit are shown above. )
Bump pcre library dependency due to 8.30 update
|
Tue, 3 Jan 2012
|
[ 23:32 miwi ]
- Update to 1.2.101
PR: 163197
Submitted by: Juan Cristobal Caranza <sysadmin@su-casa.com.mx>
Approved by: maintainer
|
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
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Fri, 24 Jun 2011
|
[ 22:39 mm ] (Only the first 10 of 82 ports in this commit are shown above. )
Bump due to ffmpeg update to 0.7.1
|
Tue, 12 Apr 2011
|
[ 04:31 dhn ]
- Update to 1.2.2
PR: ports/156045
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Fri, 25 Feb 2011
|
[ 04:40 miwi ] (Only the first 10 of 43 ports in this commit are shown above. )
- Move over to py25
- while here drop md5 support
- Small cleanups
|
Sat, 5 Feb 2011
|
[ 03:35 miwi ]
- Update to 1.0.19
PR: 154438
Submitted by: Diego Schulz <dschulz@gmail.com>
Feature safe: yes
|
Thu, 27 Jan 2011
|
[ 14:22 pav ]
- Update to 1.0.18
PR: ports/154211
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
Feature safe: yes
|
Thu, 6 Jan 2011
|
[ 00:54 wen ]
- Update to 1.0.15
PR: ports/153698
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Thu, 9 Dec 2010
|
[ 06:24 wen ]
- Update to 1.0.10
PR: ports/152585
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Thu, 18 Nov 2010
|
[ 11:08 pav ]
- Update to 1.0.9
PR: ports/152339
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Wed, 15 Sep 2010
|
[ 12:29 pav ]
- Update to 1.0.8
- Handle permissions on log files
- Run under www user
PR: ports/149575
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Tue, 10 Aug 2010
|
[ 03:00 sahil ]
- Update to 1.0.7
PR: ports/149484
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Sat, 7 Aug 2010
|
[ 14:11 pav ]
- Update to 1.0.6
PR: ports/149303
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Sat, 24 Jul 2010
|
[ 16:38 mm ] (Only the first 10 of 67 ports in this commit are shown above. )
- Update ffmpeg to 0.6
|
Thu, 8 Jul 2010
|
[ 02:25 sahil ]
- Update to 1.0.5
PR: ports/148434
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
Approved by: wxs@/itetcu@ (mentors, implicit)
Feature safe: yes
|
Mon, 28 Jun 2010
|
[ 02:00 wen ]
- Update to 1.0.4
PR: ports/148074
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
Feature safe: yes
|
Tue, 15 Jun 2010
|
[ 18:05 lwhsu ]
- Update to 1.0.2
PR: ports/147880
Submitted by: Diego Schulz <dschulz AT gmail.com> (maintainer)
|
Wed, 9 Jun 2010
|
[ 03:45 wen ]
- Add an optional dependency on uWSGI
PR: ports/146867
Submitted by: Daniel Gerzo <danger@freebsd.org>
Approved by: maintainer
|
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.
|
Wed, 19 May 2010
|
[ 06:36 wen ]
- Update to 1.0.1
- Add an optional dependency on rrdtool
PR: ports/146712
Submitted by: Daniel Gerzo <danger@alice.syscare.sk>
Approved by: maintainer
|
Sun, 16 May 2010
|
[ 22:20 sylvio ]
- Update to 1.0.0
PR: ports/146501
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Sun, 9 May 2010
|
[ 11:22 miwi ]
- Update to 0.99.48
PR: 146314
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Sat, 1 May 2010
|
[ 15:12 sylvio ]
- Update to 0.99.46
PR: ports/146092
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Tue, 23 Mar 2010
|
[ 02:50 wen ]
- Update to 0.99.44
PR: ports/144940
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Mon, 15 Mar 2010
|
[ 01:16 wen ]
- Add an option to run the daemon as www user (not root)
PR: ports/144698
Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
|
Fri, 12 Mar 2010
|
[ 02:04 wen ]
- Pass maintainership to new volunteer.
Submitted by: dschulz@gmail.com (via email)
|
Wed, 10 Mar 2010
|
[ 18:01 miwi ]
- Update to
PR: 144628
Submitted by: Diego Schulz <dschulz@gmail.com>
|
Sat, 26 Dec 2009
|
[ 05:33 delphij ]
Update to 0.99.38.
|
Wed, 16 Dec 2009
|
[ 08:12 wen ]
- Update to 0.99.36
PR: ports/141645
Submitted by: Jaime Bozza <jbozza@mindsites.com>
|
Fri, 4 Dec 2009
|
[ 02:38 linimon ] (Only the first 10 of 28 ports in this commit are shown above. )
Reinstate maintainer at his request.
|
Thu, 26 Nov 2009
|
[ 00:36 linimon ] (Only the first 10 of 35 ports in this commit are shown above. )
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.
Requested by: maintainer
|
Mon, 9 Nov 2009
|
[ 08:13 arved ]
Update to 0.99.27
PR: 140396
Submitted by: maintainer
|
Sat, 19 Sep 2009
|
[ 04:19 wxs ] (Only the first 10 of 16 ports in this commit are shown above. )
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes
|
Fri, 4 Sep 2009
|
[ 20:43 miwi ]
- Update to 0.99.24
PR: 138484
Submitted by: Jaime Bozza <jbozza@mindsites.com> (maintainer)
|
Fri, 28 Aug 2009
|
[ 16:52 linimon ] (Only the first 10 of 85 ports in this commit are shown above. )
Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat: portmgr
|
Thu, 27 Aug 2009
|
[ 21:04 miwi ]
- Update to 0.99.22
PR: 137464
Submitted by: Jaime Bozza <jbozza@mindsites.com>
Approved by: beech (maintainer implicit)
|
Wed, 8 Jul 2009
|
[ 14:12 pav ]
- Update to 0.99.20
PR: ports/136036
Submitted by: Jaime Bozza <jbozza@mindsites.com>
|
Tue, 3 Mar 2009
|
[ 09:17 beech ]
- Update to 0.99.2
- Add mirrors
|
Sat, 10 Jan 2009
|
[ 15:06 pav ]
- Actually fix the typo
Pointy hat to: beech
|
Tue, 6 Jan 2009
|
[ 23:36 beech ]
- Fix typo
- Bump portrevision
|
Sat, 3 Jan 2009
|
[ 06:55 beech ]
- Fix plist
|
[ 06:22 beech ]
- Add options for MySQL and LDAP
- Bump portrevision
Suggested by: Marek Kubica <marek@xivilization.net>
|
Thu, 25 Dec 2008
|
[ 19:29 beech ]
- Update to 0.11.6 (bugfix)
- Cherokee-admin: Fixes a user directory related bug
- Fixes handling of long POSTs over https
- DB balancer: it can be used inside a directory now
|
Thu, 18 Dec 2008
|
[ 21:01 beech ]
- Update to 0.11.5 (bugfix)
- Cherokee-admin: IPv6 validation was fixed
- TLS/SSL support: A crypto related issues was fixed
|
Wed, 17 Dec 2008
|
[ 22:09 beech ]
- Update to 0.11.4
|
Wed, 3 Dec 2008
|
[ 11:53 beech ]
- Update to 0.11.3
|
Sun, 30 Nov 2008
|
[ 23:37 beech ]
- Update to 0.11.2
|
Fri, 28 Nov 2008
|
[ 14:38 beech ]
- Update to 0.11.1
|
Fri, 17 Oct 2008
|
[ 19:27 beech ]
- Update to 0.9.4
|
Fri, 3 Oct 2008
|
[ 17:48 beech ]
- Update to 0.9.2 (bugfix release)
|
Number of commits found: 148 (showing only 100 on this page) |