non port: www/mod_spdy/Makefile |
SVNWeb
|
Number of commits found: 40 |
Sun, 11 Mar 2018
|
[ 17:38 brnrd ] (Only the first 10 of 117 ports in this commit are shown above. )
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
|
Mon, 19 Feb 2018
|
[ 13:18 antoine ]
Remove dependency on the python metaports
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 38 ports in this commit are shown above. )
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
[ 10:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sun, 14 May 2017
|
[ 07:06 linimon ]
Commit a workaround for archs with no clang in base. This avoids
the warning '"clang --version" returned non-zero status' when doing
operations such as 'make describe'.
I have been running with this patch on sparc64 for quite some time.
It has also been tested on powerpc64, and for harmlessness on amd64.
Arguably, this is a something missing in the infrastructure.
Approved by: portmgr (tier-2 blanket)
|
Thu, 27 Apr 2017
|
[ 12:14 mat ]
Enhance the BROKEN_SSL messages.
Sponsored by: Absolight
|
Fri, 14 Apr 2017
|
[ 14:42 mat ]
Rename (BROKEN|IGNORE)_OPENSSL to \1_SSL.
Suggested by: sunpoet
Sponsored by: Absolight
|
Thu, 13 Apr 2017
|
[ 16:52 mat ]
Add a BROKEN_OPENSSL and IGNORE_OPENSSL, to mark ports that are
BROKEN/IGNORE for specific OpenSSL flavors.
Convert a few ports as an example.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10340
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sun, 27 Nov 2016
|
[ 12:28 antoine ]
Unbreak INDEX
Pointy hat: brnrd
|
[ 10:21 brnrd ]
www/mod_spdy: IGNORE with LibreSSL
- IGNORE when built with security/libressl(-devel)
- Move from USE_OPENSSL to USES= ssl
- Update WWW
PR: 210773
Approved by: maintainer timeout
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
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
|
Mon, 16 Nov 2015
|
[ 00:30 gerald ] (Only the first 10 of 13 ports in this commit are shown above. )
Add GCC_DESC to Mk/bsd.options.desc.mk. Use this in a number of ports
instead of their own respective settings.
|
Mon, 9 Nov 2015
|
[ 10:50 gerald ]
Adjust GCC_DESC to match the current situation (and be more resilient
to changes around USE_GCC going forward).
|
Fri, 23 Oct 2015
|
[ 15:23 danfe ]
- Suppress warnings about unused local typedefs for Clang 3.6.0 and higher
- Convert explicit dependency on `devel/libexecinfo' to USES=execinfo
- Wrap one overly long line while I'm here
PR: 198112
Submitted by: dim
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above )
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Sat, 3 Jan 2015
|
[ 08:41 mva ] (Only the first 10 of 286 ports in this commit are shown above. )
- Convert USE_PYTHON to new USES in www/
With hat: python@
|
Fri, 19 Dec 2014
|
[ 00:10 antoine ]
Attempt to unbreak index on freebsd < 9.2 too
|
Sat, 15 Mar 2014
|
[ 08:12 miwi ] (Only the first 10 of 41 ports in this commit are shown above. )
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
|
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)
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
Tue, 17 Dec 2013
|
[ 11:05 wg ]
www/mod_spdy: depends explicitly on python
Reported by: exp-run (PR/184591)
Approved by: portmgr (blanket)
|
Fri, 15 Nov 2013
|
[ 22:22 swills ]
- Update to 0.9.4.1
- Fix build with clang on HEAD and 10
- Support StageDir
- Normalize COMMENT
- Add USE_OPENSSL and remove OpenSSL from DISTFILES
- Use clang as the default compiler
- Make portlint happy
- Sync Makefile style with www/chromium
PR: ports/183529
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
|
Tue, 29 Oct 2013
|
[ 13:49 brooks ]
When the CLANG option is enabled and an appropraite clang is not
available use lang/clang33 rather than the deprecated lang/clang.
Approved by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
|
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)
|
Sat, 17 Aug 2013
|
[ 16:27 gerald ] (Only the first 10 of 93 ports in this commit are shown above. )
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
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)
|
Thu, 11 Oct 2012
|
[ 00:59 swills ]
- Update to 0.9.3.3
PR: ports/172564
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
Feature safe: yes
|
Mon, 24 Sep 2012
|
[ 20:55 ohauer ] (Only the first 10 of 13 ports in this commit are shown above. )
- USE_APACHE s/22+/22/
some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk
with hat apache@
|
Fri, 21 Sep 2012
|
[ 21:31 swills ]
- Update to 0.9.3.2
PR: ports/171829
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
|
Wed, 12 Sep 2012
|
[ 01:52 swills ]
- Update to 0.9.3.1
PR: ports/171560
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
|
Thu, 6 Sep 2012
|
[ 06:12 swills ]
- Convert to OptionsNG
PR: ports/171336
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
|
Wed, 29 Aug 2012
|
[ 13:29 swills ]
- Update www/mod_spdy to v0.9.2.2
- Update pkg-descr, this module is now suitable for production environments
PR: ports/170854
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
|
Sun, 22 Jul 2012
|
[ 14:08 swills ]
- Avoid leftover file
Reported by: pointyhat via beat
|
Thu, 17 May 2012
|
[ 23:43 swills ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update www/mod_spdy to 0.9.2.1
- Since it synced to latest version of Chromium, we have to change the default
compiler as www/chromium
- Note that clang is now the default compiler (GCC 4.6 is optionable)
- Added DEBUG option
PR: ports/167926
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
|
Fri, 4 May 2012
|
[ 13:37 swills ] (Only the first 10 of 18 ports in this commit are shown above. )
mod_spdy is an Apache 2.x filter module that provides SPDY support in the
Apache HTTPD web server. Because mod_spdy is an Apache module, it can be
loaded into currently deployed Apache HTTPD 2.x web servers using mod_so.
This module is still an early beta and is not yet suitable for production
environments.
WWW: http://code.google.com/p/mod-spdy/
PR: ports/166538
Submitted by: Masaki TAGAWA
|
Number of commits found: 40 |