aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Only use libevent2Baptiste Daroussin2014-07-2410-10/+28
| | | | | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr Notes: svn path=/head/; revision=362796
* www/p5-Catalyst-Model-DBIC-Schema: 0.62_1 -> 0.64Kurt Jaeger2014-07-242-4/+3
| | | | Notes: svn path=/head/; revision=362783
* Update Adblock plus to 2.6.4Barbara Guida2014-07-232-3/+3
| | | | Notes: svn path=/head/; revision=362757
* - unbreak stage phase where the squid user is unknownOlli Hauer2014-07-233-5/+10
| | | | | | | Noted by John Marino by PM Notes: svn path=/head/; revision=362754
* Remove patches added together with USES=libtool that are no longer neededTijl Coosemans2014-07-231-7/+0
| | | | | | | after r362656. Notes: svn path=/head/; revision=362727
* - Fix build on 11-CURRENTSunpoet Po-Chuan Hsieh2014-07-231-0/+10
| | | | Notes: svn path=/head/; revision=362724
* Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.Raphael Kubo da Costa2014-07-231-41/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to the shlib version change. This is brought to you by the KDE on FreeBSD team. Besides updating to newer upstream releases, this commit also contains a lot of under-the-hood changes to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of cruft over time, so it was time for some summer cleaning: - General, belated changes: * Use OPTIONS helpers wherever possible, stop including <bsd.port.options.mk> when not necessary, stop checking for ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary, add options such as DOCS and/or DEBUG where they were only checked for. - QScintilla ports: * Drop the API option from py-qt4-qscintilla2. It had been broken ever since staging support was added, and its existence does not make much sense: QScintilla is a hard dependency regardless of the state of this option anyway, they all come from the same tarball and the configuration script assumes the .api file will always be installed. - PyQt ports: * The configure.py patch shared by all PyQt ports has been trimmed down to the minimum. Changes for Qt3 compatibility or for things that are just not needed anymore have been removed. * Several post-configure targets in the PyQt ports have been removed, as they had no effect on the way the ports were built whatsoever. * In some cases, instead of calling Python's py_compile.py on `ls *.py */*.py */*/*.py` to generate .pyc and .pyo files, we just call compileall.py, which is made for this kind of task. * The patch + sed hack to build py-qt4-dbussupport has been replaced by only extracting the dbus/ directory for that port and excluding it from all others. * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large portion of all PyQt Makefiles were very similar and contained a lot of boilerplate code that can be shared among all of them since they all come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable that, when set, automatically sets several common variables and the do-configure target for a port. This allows us to considerably reduce the size of all the py-qt4-* Makefiles. * To make the above possible and also to allow us to use as many OPTIONS helpers as possible, the ARGS variable is now called CONFIGURE_ARGS. That's what it was used for anyway. PR: 191990 Notes: svn path=/head/; revision=362721
* Stage, fix build without gcc, and repair a backwards OPTIONS check.Adam Weinberger2014-07-231-19/+10
| | | | Notes: svn path=/head/; revision=362710
* - Update to 1.18.7Sunpoet Po-Chuan Hsieh2014-07-232-3/+3
| | | | | | | Changes: http://sourceforge.net/projects/aria2/files/stable/aria2-1.18.7/README.rst/view Notes: svn path=/head/; revision=362684
* - Update to 0.5.0Sunpoet Po-Chuan Hsieh2014-07-233-6/+6
| | | | | | | Changes: https://github.com/tatsuhiro-t/nghttp2/releases Notes: svn path=/head/; revision=362682
* Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always workTijl Coosemans2014-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | | | when an older version of a package is installed. This is the case when an executable links with installed libraries and with uninstalled libraries that link with other uninstalled libraries. For each of the directly linked libraries the executable will have an rpath (/usr/local/lib for the installed libraries and a path under WRKDIR for each of the uninstalled libraries), but not for the indirect libraries. Both ld(1) and rtld(1) search the rpath of the executable first before any rpath of libraries, so the indirectly linked libraries will be found in /usr/local/lib if they are installed instead of in WRKDIR. With this commit executables will overlink with uninstalled indirect libraries again so their location is added to the rpath of the executable. This partially reverts r358784. PR: 191611 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362656
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-239-8/+10
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* www/p5-libapreq2: reduce/fix dependenciesKurt Jaeger2014-07-231-3/+5
| | | | | | | | PR: 191161 Submitted by: vivek@khera.org Notes: svn path=/head/; revision=362622
* Remove backslashes from single- and double-quotes in COMMENT and _DESCAdam Weinberger2014-07-232-2/+2
| | | | | | | | | strings, that were passed through rather than escaping anything. Approved by: portmgr (not really, but it touches unstaged ports) Notes: svn path=/head/; revision=362615
* - Bump PORTREVISION (change pkg-plistNicola Vitale2014-07-224-14/+25
| | | | | | | | | | | | | - Take maintainership - Use desktop-file-utils and libtool helpers - Add support for stage dir - Install a predefined list of RSS feeds - Add files/patch-src__libetm-0.4.4__Makefile.in Build Log: https://redports.org/buildarchive/20140722225327-99178/ Notes: svn path=/head/; revision=362604
* - Update to 1.5.0Sofian Brabez2014-07-223-90/+143
| | | | Notes: svn path=/head/; revision=362601
* Deprecate some ports BROKEN for more than 6 monthsAntoine Brodin2014-07-222-0/+4
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362559
* Mark www/chromium as forbidden until a non-vulnerable version is committed.Rene Ladan2014-07-221-0/+2
| | | | Notes: svn path=/head/; revision=362532
* www/youtube_dl: 2014.02.22.1 -> 2014.07.21Kurt Jaeger2014-07-223-4/+4
| | | | | | | | | | | - new WWW: https://yt-dl.org/ in pkg-descr PR: 191640 Submitted by: cjpugmed@gmail.com Approved by: maintainer timeout Notes: svn path=/head/; revision=362531
* Oops, meant pre-configure. Thanks, antoine!Adam Weinberger2014-07-211-1/+1
| | | | Notes: svn path=/head/; revision=362487
* Fix dependsAntoine Brodin2014-07-211-1/+1
| | | | Notes: svn path=/head/; revision=362485
* As suggested by ache, actually check for the presence of Image/Magick.pm and ↵Adam Weinberger2014-07-211-5/+8
| | | | | | | | | only barf if it doesn't exist. Notes: svn path=/head/; revision=362484
* Redo r359329: unbreak on headAntoine Brodin2014-07-211-0/+1
| | | | Notes: svn path=/head/; revision=362474
* - Update to 0.046Sunpoet Po-Chuan Hsieh2014-07-212-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes Notes: svn path=/head/; revision=362464
* Remove some instances of WITHOUT_X11 and use an X11 OPTIONAdam Weinberger2014-07-212-4/+4
| | | | | | | instead. Notes: svn path=/head/; revision=362457
* Turn the wacky X11 check into an OPTION.Adam Weinberger2014-07-211-9/+9
| | | | | | | | | This program requires that ImageMagick be built with the PERL option enabled. I don't know of any way to force this, so package building will be perpetually broken. I at least added a warning message. Notes: svn path=/head/; revision=362449
* - Update to 12.16 build 1860 [1]Rene Ladan2014-07-213-96/+93
| | | | | | | | | | | | | | | | - Stage support [1] - Unforbid - Add missing Linux dependencies: gdkpixbuf gtk2 sqlite3 - Convert to USES [1] - Pet portlint - Fix pkg-plist [1] PR: 187885 [1] Submitted by: xmj@ Approved by: maintainer timeout (acm@, 4 months) Notes: svn path=/head/; revision=362447
* Upgrade to version 0.10.0 and clean up plist.Jimmy Olgeni2014-07-215-187/+153
| | | | Notes: svn path=/head/; revision=362444
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2014-07-211-0/+2
| | | | Notes: svn path=/head/; revision=362417
* Stagify.Vanilla I. Shu2014-07-211-7/+2
| | | | Notes: svn path=/head/; revision=362397
* 1: StagifyVanilla I. Shu2014-07-212-11/+7
| | | | | | | | 2: Add LICENSE. 3: Fix WWW line. Notes: svn path=/head/; revision=362396
* - security update to release 2.4.10Olli Hauer2014-07-208-51/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - add OPTION for new mod_authnz_fcgi module - s/libluajit.so/libluajit-5.1.so/ (there is no libluajit.so) - backport for mod_lua: Don't quote values in cookies Make IE happy again [#56734] http://svn.apache.org/viewvc?view=revision&revision=1611744 - disable sanity check on demand [1] Release Notes: http://www.apache.org/dist/httpd/CHANGES_2.4.10 PR: 191398 [1] Submitted by: Robert Schulze <rs@bytecamp.net> MFH: 2014Q3 Security: 4364e1f1-0f44-11e4-b090-20cf30e32f6d CVE-2014-0117 CVE-2014-3523 CVE-2014-0226 CVE-2014-0118 CVE-2014-0231 Notes: svn path=/head/; revision=362371
* - fix STRIP_CMD commandOlli Hauer2014-07-201-1/+1
| | | | | | | | | s|libexec/apache22|${APACHEMODDIR}| Noted by antoine@ and pkg-failout@ Notes: svn path=/head/; revision=362370
* - move '${MKDIR} ${WRKSRC}' from pre-extract: -> do-extract:Olli Hauer2014-07-201-5/+2
| | | | | | | Noted by pkg-failout@ Notes: svn path=/head/; revision=362343
* Upgrade to 1.13.Thierry Thomas2014-07-203-6/+29
| | | | | | | Changelog at <http://tt-rss.org/redmine/versions/99>. Notes: svn path=/head/; revision=362325
* Update to 2.26.1Rene Ladan2014-07-206-62/+61
| | | | | | | | | | | PR: 191184 Submitted by: Jan Beich Approved by: gecko (flo) MFH: 2014Q3 Security: http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html Notes: svn path=/head/; revision=362322
* Update firebug to 2.0.2Barbara Guida2014-07-202-3/+3
| | | | Notes: svn path=/head/; revision=362321
* Remove www/opera-devel: Not staged, multiple vulnerabilities, older than ↵Rene Ladan2014-07-206-577/+0
| | | | | | | | | non-devel Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362319
* Remove www/linux-opera-devel: Not staged and multiple vulnerabilitiesRene Ladan2014-07-207-878/+0
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362318
* www/linux-opera: mark as forbidden due to multiple vulnerabilities, use ↵Rene Ladan2014-07-201-8/+4
| | | | | | | | | www/opera instead Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362317
* www/tengine: add SPDY moduleBartek Rutkowski2014-07-201-4/+20
| | | | | | | Approved by: marino (mentor) Notes: svn path=/head/; revision=362308
* - update to 0.03Yen-Ming Lee2014-07-203-10/+4
| | | | Notes: svn path=/head/; revision=362299
* - Update from 6.2.3 to 6.2.4Danilo Egea Gondolfo2014-07-202-4/+3
| | | | | | | | PR: ports/191929 Submitted by: freebsd-ports@charlieroot.de Notes: svn path=/head/; revision=362290
* - remove patch to not install docs per default (recover defaults)Olli Hauer2014-07-193-11/+1
| | | | | | | | | | this way a second call to the install-html target is not required - sort pkg-plist according new `make makeplist' Nothing changes in the resulting package therefor no bump Notes: svn path=/head/; revision=362276
* www/libapreq2, www/p5-libapreq2: separate portsKurt Jaeger2014-07-1910-80/+161
| | | | | | | | | | | | - separate the former master port libapreq2 from p5-libapreq2 - become maintainer for www/p5-libapreq2 Tests for dependend ports where OK. Approved by: culot (mentor), ohauer (apache@) Notes: svn path=/head/; revision=362267
* 1: Stagify.Vanilla I. Shu2014-07-192-26/+19
| | | | | | | 2: use @sample, bump version. Notes: svn path=/head/; revision=362266
* - add stage supportOlli Hauer2014-07-194-128/+70
| | | | Notes: svn path=/head/; revision=362257
* - add stage supportOlli Hauer2014-07-1967-98/+66
| | | | Notes: svn path=/head/; revision=362252
* Remove libtool .la files from all Qt portsTijl Coosemans2014-07-194-6/+3
| | | | | | | Approvedy by: kde (makc) Notes: svn path=/head/; revision=362251
* Update to XS-httpd 3.7 beta 30Johan van Selst2014-07-192-3/+3
| | | | Notes: svn path=/head/; revision=362250