Commit graph

327817 commits

Author SHA1 Message Date
Baptiste Daroussin
32f6127888 Convert to USES=libtool 2014-03-02 21:55:05 +00:00
Koop Mast
48b6b34d81 Update to 1.2.6.
- Added experimental support for guitar synths, like Roland GR 55
- Added support for separate base and treble channels in chord mode
- Some minor GUI rework

Submitted by:	maintainer (via email)
2014-03-02 21:51:54 +00:00
Olli Hauer
b4251833a4 - fix commit r346541
Pointyhat to: miwi
2014-03-02 21:51:34 +00:00
Baptiste Daroussin
aeb6636cb3 Support stage
Use options helpers
Install data
2014-03-02 21:47:22 +00:00
Koop Mast
03f6448ea9 Only set -fno-force-addr in CFLAGS when the compiler is gcc. [1]
Fix the build on ppc64 by telling the libav bundled which arch we are on [2]

PR:		ports/187018 [1]
		ports/183129 [2]
Submitted by:	truckman@ [1]
		jhibbits@ [2]
2014-03-02 21:39:22 +00:00
Baptiste Daroussin
f26f45702f Support stage
Use options framework
2014-03-02 21:35:56 +00:00
Baptiste Daroussin
f0a845949b Support stage
Simplify
2014-03-02 21:28:11 +00:00
Olli Hauer
7dc50dd148 - update to version 10.29
Changes:
Version 10.29
 - Supports IPv6 clients.

Version 10.28
 - Fixed: QS_ClientEventLimit did overwrite counters of other
   clients if multiple events have been configured.

Version 10.27
 - qslog features the option "-pu" and "-puc" used to gather
   request information on a per URL basis.
 - Fixed: Wrong includes within the support utilities.
 - Extends QS_ClientSerialize max. timeout from 1 to 5 minutes.

Version 10.26
 - QS_ClientSerialize supports the QS_ClientIpFromHeader directive.
 - Refactor method used to determine redirect port (user tracking)
   supporting servers not using virtual hosts.
 - Fixed: QS_UserTrackingCookieName uses correct server_rec to
   retrieve configuration.
 - Hook implementing user tracking is now called after mod_unique_id.
 - Slightly changed unique-id generator.
 - Adds fflush() to qsgrep utility when writing data to stdout.

Version 10.25
 - QS_EventLimitCount writes the current value to the process
   environment variables.
 - Fixed: QS_[Cond]ClientEventLimitCount logs request id and propagtes
   message code (067) to the QS_ErrorNotes variable.
 - New variable QS_IPConn representing the number of connections
   opened from the very same source IP (works in conjunction with
   QS_SrvMaxConnPerIP only).

Version 10.24
 - New directive QS_CondClientEventLimitCount.
 - QS_SrvMinDataRate: limits the max. data rate to the configured
   value (prevents invalid rate due to misconfiguration server or
   died child process).

Version 10.23
 - Fixed: QS_ClientEventLimitCount log message 067 contains now
   the IP address of the request header if QS_ClientIpFromHeader
   is used.
 - QS_SetEnvRes: supports multiple variables with the same name.

Version 10.22
 - Process QS_SetEnvResHeader(Match) and QS_SetEnvRes at error
   filter too.

Version 10.21
 - Fixed: qslogger may had detected the wrong message severity.
 - Adds debug message when detecting "NullConnection" events.
 - Built-in request header rules: adapt If-Match, If-None-Match,
   Cookie, and Cookie2 HTTP header patterns.

Version 10.20
 - Fixed: QS_CondLocRequestLimitMatch did work only if other QS_Loc*
   directive had been configured.

Version 10.19
 - New directive QS_RedirectIf.

Version 10.18
 - QS_ClientEventLimitCount may be cleared by environment
   variable (suffixed by "_Clear", e.g. QS_Limit_Clear).

Version 10.17
 - QS_ClientEventLimitCount supports unlimited number of events.
 - Stores the value of the QS_ClientEventLimitCount variables as
   environment variables suffixed by "_Counter", e.g. QS_Limit_Counter
   for the default QS_Limit variable, in order to be processed by
   other rules.
 - Add Content-Security-Policy to the default response header
   white list.
 - qslog features enhanced "-pc" mode providing more information:
   * Collects content type information (%{content-type}o).
   * Duration between the first and the last request.
   * Average response in ms.
   * "ci" indicates if we have seen the client at the end or the
     beginning of the file (maybe not all requests in the log
     due to log rotation).
   * Bytes downloaded.
   * Writes status characters to stderr.
   * HTTP request methods (GET/POST)
- qsgeo features option "-l" and is able to process "qslog -pc" files.

Version 10.16
 - qslog adds 'E' (event identifiers) to the format string.
   QSEVENTPATH environment variable specifies a file containing
   all known event names (comma separated list).
 - qslog average counter (a/A) count only if a numeric value
   is available.
 - qssing does not try to execute invalid program name (space only).

PR:		ports/187132
Submitted by:	Eero Haenninen <fax@nohik.ee>
Approved by:	Andrea Cervesato <andrea@cervesato.it> (maintainer)
2014-03-02 21:25:30 +00:00
Koop Mast
541c3ac189 Only set -fno-force-addr in CFLAGS when the compiler is gcc. [1]
Enable the mp3 decoder in gst-ffmpeg. [2]
Fix the build on ppc64 by telling the libav bundled which arch we are on [3]

PR:		ports/187018 [1]
		ports/181521 [2]
		ports/183129 [3]
Submitted by:	truckman@ [1]
		Jan Beich <jbech@tormail.org> [2]
		jhibbits@ [3]
2014-03-02 21:24:00 +00:00
Baptiste Daroussin
21809f9bbf Support stage
Use options helpers
2014-03-02 21:20:04 +00:00
Baptiste Daroussin
8124097656 Support stage
Add python option
Use options helpers
2014-03-02 21:10:39 +00:00
Baptiste Daroussin
5fed533f33 Support stage 2014-03-02 20:58:23 +00:00
Steve Wills
81c4006823 - Update to 3.3.5
- Add otrs user to www group (fix permissions issue)
- Security CVE-2014-1695

PR:		ports/187184
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
Security:	70b72a52-9e54-11e3-babe-60a44c524f57
2014-03-02 20:29:18 +00:00
Gerald Pfeifer
1a082e26a1 This needs a modern version of GCC, not just any version of GCC, to
make sure things build on FreeBSD 9.x as well as 10.x.
2014-03-02 19:57:30 +00:00
Eitan Adler
9c5193b782 moreutils-parallel: update port to 0.51
Update the port to 0.51 and in doing so simplify it: remove the Makefile patch
and pass MAKE_ARGS instead.
2014-03-02 19:51:41 +00:00
Ruslan Makhmatkhanov
98cd15f284 Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionality
was included into bsd.python.mk
2014-03-02 19:51:02 +00:00
Ruslan Makhmatkhanov
2b2fe8b36e sysutils/ansible: update to 1.5
- update to 1.5
- clarify how to use sysutils/ansible port to control non-FreeBSD systems
  in pkg-message
- remove man3 man pages: they are gone in the upstream distribution
- convert to PLIST_FILES
- remove NO_ARCH, while here - it has no practical value here
- add UPDATING entry, because some changes are not backward compatible

Changelog: https://raw.github.com/ansible/ansible/v1.5.0/CHANGELOG.md

PR:		187182
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-03-02 19:10:50 +00:00
Antoine Brodin
fe4e75263d Unbreak 2014-03-02 19:09:00 +00:00
Antoine Brodin
656a48ba9c Unbreak 2014-03-02 19:02:41 +00:00
Adam Weinberger
8f2fbe74a2 Update to 1.6.0, and add bash-devel support.
PR:		ports/187199
Approved by:	maintainer
2014-03-02 18:25:07 +00:00
Alexander Motin
c58f4b5dbd Fix integer type overflow, limiting test range to first 4GB of the media.
Reviewed by:	pjd
2014-03-02 18:19:48 +00:00
Hiroki Sato
52b9f5fb3c - Fix iconv dependency [*]
- Add STAGEDIR support.
- Fix old syntax in LIB_DEPENDS.

Submitted by:	tijl [*]
PR:		ports/186705 [*]
2014-03-02 18:18:19 +00:00
Tijl Coosemans
ec308f87c7 For both japanese/FreeWnn-lib and japanese/FreeWnn-server:
- Delete files/patch-configure: This patch is non-functional because
  configure is regenerated by USE_AUTOTOOLS=autoconf.
- Replace files/patch-aclocal.m4 with USE_AUTOTOOLS=aclocal.
- Replace files/patch-config.h.in with USE_AUTOTOOLS=autoheader.
- Replace files/patch-ltmain.sh with USE_AUTOTOOLS=libtoolize.
- Replace USE_AUTOTOOLS=libtool with USES=libtool.
- Remove indefinite article from COMMENT.

Approved by:	hrs (maintainer)
2014-03-02 18:01:04 +00:00
Ruslan Makhmatkhanov
ccc3187ca4 py-eyed3: fix packaging and support staging
- fix packaging by correcting reversed logic of PORTDOCS installation [1]
- support staging
- general clean-ip
- bump PORTREVISION, because those, who didn't need PORTDOCS, had them installed

Reported by:	mandree [1]
2014-03-02 17:33:38 +00:00
Adam Weinberger
8fdeb94925 Stage support. 2014-03-02 17:07:21 +00:00
Antoine Brodin
bdc0536a5d - Stage support
- Use PYDISTUTILS_AUTOPLIST
- Use OPTIONS helpers
2014-03-02 16:35:37 +00:00
Roman Bogorodskiy
f9ae06232f - Update to 0.20.2
- Convert to new-style LIB_DEPENDS
- Drop USE_AUTOTOOLS, USE_GMAKE and USE_GMAKE in favor of USES
2014-03-02 16:24:26 +00:00
Wen Heping
2b04835348 - Update to 4.3
- Update LICENSE
- Stage support
- Convert to new LIB_DEPENDS format
- Update email to my FreeBSD mail
2014-03-02 16:20:46 +00:00
Sunpoet Po-Chuan Hsieh
4b3e761ef7 - Add shared SWIG descrption 2014-03-02 15:50:31 +00:00
Raphael Kubo da Costa
768913ee7d Update to 0.9.32.
ChangeLog: http://librdf.org/rasqal/RELEASE.html#rel0_9_32
2014-03-02 15:50:03 +00:00
Raphael Kubo da Costa
1d671ac575 Update to 3.2.1.
This is a maintenance release that fixes some bugs present in 3.2.0.
Full ChangeLog: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.1
2014-03-02 15:46:10 +00:00
Bryan Drewery
013bb940b8 - Fix GCC detection
Submitted by:	interfaSys sàrl <info@interfasys.ch>
2014-03-02 15:38:46 +00:00
Dmitry Sivachenko
e5378fe32b Use correct PORTREVISION for python33's CVE. 2014-03-02 15:26:53 +00:00
Mark Felder
47cb96cce5 Revert per bapt 2014-03-02 15:17:47 +00:00
Mark Felder
e3d449f18e plist was incorrect; stage/packaging was broken 2014-03-02 15:10:05 +00:00
Baptiste Daroussin
5725b73e89 dns/djbdns: Fix *-conf referencing stage directories
Fix all the -conf binary trying to look in the stage directory, by
enforcing make prog as a build target so they are built during the 'build'
phase and not the install phase and thus get right prefix and not the staged one
2014-03-02 15:04:34 +00:00
Gerald Pfeifer
108df40a96 This port is not compatible with wxWidgets 2.6 for now, so depend on
wxWidgets 2.8+.

PR:		185230
Submitted by:	Matthias Petermann <matthias@petermann-it.de>
2014-03-02 15:00:49 +00:00
Sunpoet Po-Chuan Hsieh
7772da55dd - Update to 0.1.2
- Remove LICENSE_FILE for well-known licenses
- Convert to new LIB_DEPENDS format
- Convert to new options framework
- Add EXPAT, LIBXML2 and TEST options [1]
- Strip shared library
- Remove unnecessary post-patch:
- Support STAGEDIR
- Take maintainership

Changes:	http://bazaar.launchpad.net/~metalink-dev/libmetalink/trunk/view/head:/NEWS
PR:		ports/176891 [1], ports/181522
Submitted by:	Andrew Romanenko <melanhit@gmail.com> [1]
		sunpoet (myself)
2014-03-02 14:41:22 +00:00
Sunpoet Po-Chuan Hsieh
a4305ab153 - Fix USE_PYTHON: resolve build failure for users with Python 3.x as default python
PR:		ports/186797
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
2014-03-02 14:23:12 +00:00
Rusmir Dusko
eb8a07b2aa - Update to 1.15-1, Announce message:
* Updated Dutch, Japanese, Russian and Ukrainian translations
  * Fixed a minor issue when changing direction using an analogue controller
  * Fixed the corrupted message that appears when Edgar's inventory is full
  * The slime timer above Edgar is now removed when changing maps or loading a game
  * Crushers no longer get stuck if they hit a pushable object
  * Ice cubes can no longer bounce on springs forever

- Strip executable
2014-03-02 14:06:48 +00:00
Gerald Pfeifer
6479dfc69b Support building the documentation with newer versions of texinfo. [1]
Update pkg-descr to provide background that may help users decide whether
to really consider this port.

PR:		186046 [1]
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> [1]
2014-03-02 13:55:36 +00:00
Tijl Coosemans
477efa96a0 In libtool.mk, let the regexp for DragonFly BSD support match both
"freebsd*)" and "freebsd* ", and add "dragonfly*" only if it isn't there
already.

Approved by:	bapt
2014-03-02 13:14:07 +00:00
Dirk Meyer
7ac73b4f5c - error out early if users trying to break their base system
PR:		187076
2014-03-02 13:13:27 +00:00
Alexey Dokuchaev
d447fc4b3b - Update to version 0.7.16
- Cleanup Makefile a bit and improve port description

Approved by:	maintainer
2014-03-02 13:00:26 +00:00
Raphael Kubo da Costa
f661ea2b97 Fix the build after r346759. 2014-03-02 12:39:36 +00:00
Gerald Pfeifer
c52a6bbd3a Leverage USES=shebangfix to fix two Perl scripts (logtail, logtail2)
instead of doing one the manual way and not fixing the other.

PR:		185905
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-03-02 12:10:16 +00:00
Olivier Duchateau
d4305d6fc6 - Update to 2.9.1
ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.9.1_.282014-03-01.29
2014-03-02 11:57:14 +00:00
Thomas Zander
16e0edc8e1 - Fix symlink pointing to non-existing manpage
- Bump PORTREVISION

PR:		ports/186540
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by:	thierry (mentor), Dan Nelson <dnelson@allantgroup.com> (maintainer)
MFH:		2014Q1
2014-03-02 11:29:25 +00:00
John Marino
e06d29ed1c biology/fasta3: Checked new distfile and regenerated distinfo to unbreak
Fasta3 distfile was significantly changed.  This should have been released
as a new version (e.g. 36.3.6e), so it's not clear why the distfile was
rerolled.  There are significant changes to makefiles, conf files and even
a few .c and .h files.  They all look like legitimate updates to me
though.

Set DIST_SUBDIR since this port is now known for rerolling, then
regenerate distinfo.  Also add Fasta license and bump revision.
2014-03-02 10:58:50 +00:00
Mathieu Arnold
2008ba765c - Fix build with Clang [1]
- Convert to staging

Reported by:	pkg-fallout, for months [1]
Sponsored by:	Absolight
2014-03-02 10:47:32 +00:00