Commit Graph

83734 Commits

Author SHA1 Message Date
jeremy
44f8594b94 Update to pg 0.15.1. 2013-05-07 23:40:34 +00:00
jeremy
e702a5dfc9 Use libev from ports instead of embedded libev. Clean up WANTLIB and
DEPENDS.  Update nginx config file to reflect current user/paths.

libev issue discovered by naddy@.

OK naddy@
2013-05-07 23:20:11 +00:00
jasper
2dfe427d66 re-instate a small part of this previously removed patch; enough to get
libffi building again on arm.

tested by patrick@
2013-05-07 20:41:23 +00:00
sthen
a0a4ce5d3a update to MiniDLNA 1.1.0, rolling in a bunch of patches which have been committed upstream 2013-05-07 20:37:23 +00:00
sthen
d7f68188e4 minor tweaks (no package change): use ${SUBST_CMD} instead of perl -pi -e,
and strip DOS line-endings to make for more-easily-emailable patches
2013-05-07 20:17:43 +00:00
rpe
b9a4bbce09 update nsca to 2.9.1
switch back to the original version, because icinga's fork of NSCA
has been discontiued

Please note: it is recommended that NCSA-ng is used for new
             installations.

ok sthen@
2013-05-07 20:14:45 +00:00
jasper
2082e94e14 regen; no functional change 2013-05-07 20:04:18 +00:00
ian
9c3af808bc Repair distinfo files, reported by jasper@, help from sthen@, no bump, could not have built. 2013-05-07 16:09:44 +00:00
sthen
7d0d033b98 Update to Icinga 1.9, thanks to rpe@ for feedback and testing the beta.
Also thanks to Michael Friedrich (upstream) for sending out helpful notes
to package maintainers about changes in the release which may affect them,
we like projects who do that :)
2013-05-07 15:34:47 +00:00
ian
f3a0bbd97a As recently discussed, split suggested by Mark Prins, prompted by
gonzalo's update for 1.513.`OK gonzalo@, improved & OK jasper@
2013-05-07 15:13:39 +00:00
ajacoutot
61190f187b Initialize WebKitWebPlugin path to prevent double-free; from upstream
landry@ (maintainer) is currently away, so ok jasper@
2013-05-07 14:16:52 +00:00
ajacoutot
c7d3acaf51 Update bluetooth patches with their latest revision from the BZ ticket. 2013-05-07 10:48:24 +00:00
giovanni
810e2b1ae5 Bugfix update to 4.13
ok william@
2013-05-07 08:12:09 +00:00
giovanni
df39182fc5 Update to 0.65
some bugs fixed and a new sqlite auth module has been added
ok william@
2013-05-07 08:07:34 +00:00
fgsch
2d8eef9572 remove djm and put rpointel as the maintainer for 2.5 and 2.7 as well.
discussed with djm.
2013-05-07 08:03:42 +00:00
fgsch
11b9dee85e update to ibus 1.5.2.
ajacoutot@ ok
2013-05-07 07:59:25 +00:00
ajacoutot
851cfa86db Update to gtk3mm-3.8.1. 2013-05-07 07:31:57 +00:00
giovanni
390b57f2d4 Add a missing build dependency
spotted and ok naddy@
2013-05-07 07:09:53 +00:00
jasper
c7e6384282 - update to emacs 24.3
- rework flavors and make gtk3 the default (as per upstream)

from jca (MAINTAINER)
ports-wise ok sthen@
2013-05-07 07:06:42 +00:00
jasper
024221a0ec add rcs id 2013-05-07 07:00:20 +00:00
ajacoutot
cc5f1a3edd Update to dbus-1.6.10. 2013-05-07 07:00:01 +00:00
jasper
484c392291 update to coffeescript 1.6.2 2013-05-07 06:54:55 +00:00
jasper
ef222239f0 Security fix for CVE-2013-1944 curl: Cookie domain suffix match vulnerability
ok naddy@ (MAINTAINER)
2013-05-07 06:53:26 +00:00
ajacoutot
017e31dfd7 Sync dbus-launch test with what we do in xenocara. 2013-05-07 06:44:47 +00:00
jasper
47a4c5c7d5 update to directory_watcher-1.4.1 2013-05-07 06:44:22 +00:00
ajacoutot
2b792359b2 Update to libnettle-2.7. 2013-05-07 06:39:41 +00:00
ajacoutot
a11e7a85f3 Update to p11-kit-0.18.1. 2013-05-07 06:38:59 +00:00
ajacoutot
92449198ae Update to libtasn1-3.3. 2013-05-07 06:23:52 +00:00
ajacoutot
3f97859356 Update to latexila-2.8.1. 2013-05-07 06:09:50 +00:00
benoit
4cb1a4a1d2 - update py-asn1 to 0.1.7 2013-05-07 05:58:52 +00:00
zhuk
5ab62297f4 Add MODPERL_BIN_ADJ and MODPERL_ADJ_FILES, similar to other port modules.
Tested with the upcoming print/texlive/base big shebang adjustment patch.

"Makes sense" sthen@
2013-05-06 21:16:18 +00:00
naddy
df276b3a76 add 5.3 release song 2013-05-06 19:22:23 +00:00
zhuk
8956c3b65c No need for pre-configure here: file being patched does not go to binary
package, and is not called as executable script but as
"$(TCLSH) gv_doc_writer.tcl" instead.

okay edd@ (MAINTAINER)
2013-05-06 18:50:47 +00:00
naddy
06fb5f2660 avoid picking up bash in a sub-configure started during the build stage 2013-05-06 17:49:37 +00:00
fgsch
40cfb78e39 enter py-flask-sqlalchemy and py-mongo 2013-05-06 16:20:11 +00:00
fgsch
ecaf79f8d2 import py-mongo, a python driver for mongodb.
ok benoit@
2013-05-06 16:18:33 +00:00
fgsch
d90163d6b5 import py-flask-sqlalchemy, sqlalchemy support for flask.
correction and ok from benoit@
2013-05-06 16:16:30 +00:00
espie
c07d468caa if the filesystem is fast enough, there is a race condition while building
also annotate "force" targets as phony to make sure they actually get
built.
2013-05-06 13:53:40 +00:00
benoit
9b952d4db8 - update py-docutils to 0.10
- regen PLIST

from David Hill, "look ok" Ben Lovett (Maintainer)
2013-05-06 12:05:52 +00:00
jasper
444eaec26b having MASTER_SITES_BACKUP is implied, so no need to make it explicit. 2013-05-06 12:01:17 +00:00
jasper
0436d2f211 MASTER_SITES=${HOMEPAGE} is no good when there's no HOMEPAGE. 2013-05-06 12:00:54 +00:00
jasper
8d6c3e103e provide a mirror for the extra distfiles 2013-05-06 11:57:09 +00:00
jasper
459f608237 partially revert previous update and update to 0.4.2 instead as jekyll
doesn't play nice with pygments.rb > 0.4.2 yet.

set epoch.
2013-05-06 07:02:45 +00:00
jasper
e3f580ce58 update to highline-1.6.18 2013-05-06 06:33:13 +00:00
jasper
7601fe694f update to ruby-pygments.rb-0.5.0 2013-05-06 06:30:05 +00:00
rpe
cbcf0f7a68 update nagios to 3.5.0
- remove REVISION-main
- use ${PREFIX-web} instead of /var/www in CONFIGURE_ARGS
- use --with-htmurl, --with-httpd-conf, --with-log-dir to have
  (almost) identical CONFIGURE_ARGS for nagios and icinga
- make post-install block more compact
- move the apache config file snippet from nagios-main to nagios-web
- add a pkg-readme

with feedback and ok sthen@
2013-05-05 22:13:48 +00:00
rpe
6bffaa3b9b update to 0.44
ok sthen@
2013-05-05 21:21:43 +00:00
brad
34b80ff727 - Simplify sndio configure check based on feedback from upstream
- Remove X LP64 patch as the bug was fixed upstream awhile ago

ok sthen@
2013-05-05 21:11:32 +00:00
edd
15b88e2fa0 Improve BSDmakefile distributed with arduino libs:
- Adds the utility/ directory as an include path for each library imported.
   Needed to build, for example, the SD library.

 - Add example settings for an arduino mega.

 - Add example of how to use the SD library.

 - Use -ffunction-sections -fdata-sections and link with
   -Wl,--gc-sections, as the official arduino toolchain does[1].
   This makes smaller hex files. I put the -f stuff in CTUNING, which
   was previously defined but unused. Commented the unused def out for now.

 - Implement __cxa_pure_virtual so the user does not have to[1][2].

 - Deal with the creation and removal of the utility/ directory
   automatically. The comment that explained this was actually wrong
   anyway. It said to create a 'utilities' directory, but it meant
   'utility'. Anyway, manage this automatically, why not.

[1] http://stackoverflow.com/questions/920500/what-is-the-purpose-of-cxa-pure-virtual
[2] http://playground.arduino.cc/OpenBSD/CLI

OK jasper@
2013-05-05 20:51:40 +00:00
espie
5dc4c786af new version, features:
- shows most reverse dependencies, as asked by sthen@ (a bit tricky thx to
canonical paths)
- canonicalize paths, e.g. path/x11/kde/libs3 will redirect to
path/x11/kde/libs3,-main
2013-05-05 20:18:10 +00:00