Commit Graph

73673 Commits

Author SHA1 Message Date
jasper
75dc8f6ad7 - update to 0.19, which among various changes adds support for
the MSP430-JTAG-ISO on non-linux platforms, but due to lack of hardware
this hasn't been tested on openbsd..
2012-04-04 15:30:59 +00:00
gonzalo
ec385e0fa0 Minor update for Rox-Filter.
ok jasper@ (maintainer) ok aja@
2012-04-04 15:29:28 +00:00
jasper
470191389a - add MODPY_RUNDEP=No where needed 2012-04-04 14:41:34 +00:00
ajacoutot
5717188232 Explicitely --disable-call-logs or it may end up being picked up. 2012-04-04 14:34:12 +00:00
ajacoutot
6766fefb32 Update the gio-kqueue patch to the latest release. 2012-04-04 13:41:38 +00:00
ajacoutot
ae36b708e0 Minor update to telepathy-logger-0.4.0.
ok jasper@ (maintainer)
2012-04-04 13:02:30 +00:00
jasper
03e8a68aa5 fix manpage rendering with mandoc, from Kristaps Dzonsons 2012-04-04 12:55:59 +00:00
landry
33b44dda57 No need for CONFIGURE_ENV+=with_mozilla_pkg="libxul" since
--with-mozilla-sdk-path is used and takes precedence over it.
Found while checking libxul.pc users..
No bump since no pkg change.
2012-04-04 12:07:50 +00:00
naddy
accf3e3ca2 maintenance update to 1.13.7 2012-04-04 11:32:58 +00:00
sthen
dcfcba8b5c Update to pidgin 2.10.3, fixes a problem with MSN buddies appearing
online when they shouldn't. From Brad.
2012-04-04 11:09:12 +00:00
sthen
c6c6312924 Doxygen also needs --english-only on mips64, not just mips64el
Pointed out by Val on ports@
2012-04-04 10:15:32 +00:00
landry
669563a44e Don't install the example provider, it does nothing but spamming system
dbus every 5 secs with timestamp and null position/address..
2012-04-04 10:03:12 +00:00
ajacoutot
c423f3767f Add comment about having no dependencies. 2012-04-04 07:54:55 +00:00
landry
3842d3f534 Tighten dependency on devel/gobject-introspection>=1.31.20, bump 2012-04-04 07:37:18 +00:00
ajacoutot
e5c8b593e1 Update to new stable branch: 1.5.0 (compatible with 1.4). 2012-04-04 06:59:23 +00:00
ajacoutot
834fc949ea Some cleanups:
* get the SHARED_LIBS from shared_libs.log
* sanitize COMMENT
* tighten LIB_DEPENDS
2012-04-04 06:45:27 +00:00
ajacoutot
94ead82f69 Use MASTER_SITE_GNU. 2012-04-04 06:27:38 +00:00
ajacoutot
7649518289 Make this build with regular make. 2012-04-04 06:19:01 +00:00
ajacoutot
39247360ed Pick a less generic variable for a MODULE: VERSION -> NPM_VERSION
no objection from jeremy@
2012-04-04 05:48:15 +00:00
bentley
cace488897 +zxing 2012-04-04 03:39:42 +00:00
bentley
214c5d4658 Import zxing-2.0.
ZXing (pronounced "zebra crossing") is an open-source, multi-format
1D/2D barcode image processing library. It currently supports these
formats:

 - UPC-A and UPC-E
 - EAN-8 and EAN-13
 - Data Matrix
 - Code 39
 - Code 93
 - Code 128
 - ITF
 - Codabar
 - RSS-14 (all variants)
 - QR Code
 - Data Matrix
 - Aztec
 - PDF 417

ok landry@
2012-04-04 03:38:45 +00:00
brynet
973c08740a Whoops, add the man page patch for xbattbar. 2012-04-04 02:35:15 +00:00
brynet
9070e23e24 Add an option for displaying time&date to xbattbar (-T), from Alexander Polakov.
ok sthen@
2012-04-04 02:19:16 +00:00
gonzalo
bc4b2be23d Minor update of ddclient with:
* Fixing #28: FreeDNS.afraid.org changed api slightly
* Added dtdns-support
* Added support for longer password
* Added cisco-asa patch
* Added support for LoopiaDNS

ok zinke@ (maintainer) ok aja@
2012-04-04 01:08:31 +00:00
merdely
6f35a66e49 Change license marker to Apache 2.0.
Pointed out by Ross Richardson.
ok sthen@
2012-04-04 00:52:21 +00:00
sthen
dda8d2a30a Attempt #2 at handling doxygen on mips64el. Rather than using a FLAVOR,
just set CONFIGURE_ARGS on mips64el, don't provide a way to build with
--english-only on other arch (as the only reason for using this seems to
be to work around compiler/toolchain problems). Avoids oddity with
out-of-date reported by fgsch@.

Also make sure the arch check is done after including bsd.port.arch.mk;
ARCH was in my environment when I tested before, sigh... this problem
reported by kili@.

"it's shorter than the previous version, so it's automagically ok" kili@ ;)
2012-04-03 23:15:23 +00:00
sthen
b937380566 fcgi-cgi tweaks: fix HOMEPAGE, remove unneeded lib from LDFLAGS,
sync WANTLIB, bump.
2012-04-03 19:12:38 +00:00
jeremy
10af9db5ef Add MASTER_SITE_NPM, needed by the www/node module.
OK sthen@
2012-04-03 19:00:29 +00:00
jeremy
1f3fa71a68 Hookup new node ports 2012-04-03 18:58:01 +00:00
robert
ba400d8d97 add missing patch 2012-04-03 18:53:28 +00:00
jeremy
ec25d45193 Import node-pg-0.6.10.
Non-blocking PostgreSQL client for node.js. Pure JavaScript and native
libpq bindings. Active development, well tested, and production use.

OK sthen@
2012-04-03 18:49:11 +00:00
jeremy
442fc07583 Import node-generic-pool-1.0.9.
Generic resource pool. Can be used to reuse or throttle expensive
resources such as database connections.

OK sthen@
2012-04-03 18:47:26 +00:00
jeremy
19d897862e Import node-fibers-0.6.4.
This extension provides a fiber/coroutine implementation for nodejs.  It
also ships with a futures implementation that wraps existing nodejs
async functions, allowing synchronous style code that handles exceptions
properly and doesn't block the nodejs event loop.

OK sthen@
2012-04-03 18:46:03 +00:00
jeremy
8894e9819d Import node-bcrypt 0.5.0.
BCrypt password hashing library for nodejs, with both asynchronous and
synchronous versions.

OK sthen@
2012-04-03 18:41:57 +00:00
jeremy
f3ecaf1511 Make coffeescript use the node module. This simplifies the Makefile,
removes the need for patches, and makes coffeescript also available
as a library you can require in nodejs.

OK sthen@
2012-04-03 18:36:52 +00:00
jeremy
cd034fd16a Add www/node module for packaging nodejs libraries that are typically
installed via npm install.

OK sthen@, Aaron Bieber (www/node MAINTAINER)
2012-04-03 18:32:12 +00:00
jeremy
0b6e3d3de8 Allow cross-compiling Windows ruby extensions using mingw
OK pirofti@
2012-04-03 18:15:18 +00:00
sthen
81992847f7 update to memcached 1.4.13, lots of bug fixes amd improvements.
maintainer timeout, OK sebastia@
2012-04-03 16:37:42 +00:00
ajacoutot
ef44d7ee7f Update to owncloud-3.0.1. 2012-04-03 16:31:00 +00:00
ajacoutot
8eec8781b4 Update to xdg-user-dirs-gtk-0.9. 2012-04-03 15:57:05 +00:00
ajacoutot
c041cdc990 Update to epiphany-extensions-3.4.0. 2012-04-03 15:41:28 +00:00
landry
df59187f3f sync comment 2012-04-03 15:41:07 +00:00
ajacoutot
be2246b968 Update to epiphany-3.4.0.1. 2012-04-03 15:40:29 +00:00
landry
010583df4b Major update to webkit 1.8.0.
- disable static libs, shrinks package size by a factor 3
- now depends on geoclue for geolocation purposes (of course its up to
  the browsers to enable the feature or not..)
- simplify Makefile/FLAVORS/SHARED_LIBS
- fold most of the PFRAGs to PLIST by using variables
- remove patch-Source_JavaScriptCore_runtime_JSValue_h, seems it was
  added for sparc64 but now it breaks the build there, and noone has been
able to justify the addition of that patch. Without it, GtkLauncher
shows simple html websites on sparc64 and crashes as soon as some js is
involved, but thats not much different from before
- remove patch-Source_JavaScriptCore_wtf_text_StringHash_h &
  patch-Source_JavaScriptCore_wtf_text_StringImpl_cpp, replaced by
patch-Source_JavaScriptCore_runtime_UString_h for mips64/sparc64
- add patch-Source_JavaScriptCore_wtf_NumberOfCores_cpp for #82585

tested on i386/amd64 by several, amd64 bulk build, ppc & sparc64 testing
by myself. mips64el in the works..
ok ajacoutot@
2012-04-03 15:39:35 +00:00
jasper
f795f87076 - fix comment after recent update, the patch has been merged. 2012-04-03 15:10:40 +00:00
robert
c45244ce9c update to 18.0.1025.142; requires gcc 4.6 from now on 2012-04-03 13:59:35 +00:00
robert
8e9250e196 update distinfo 2012-04-03 13:57:21 +00:00
giovanni
eae15e525b Fix incremental backups 2012-04-03 10:56:03 +00:00
sthen
302b21f525 Adjust new user creation in Bacula which had some duplication between
packages which depend on each other:

- only create the _bacula user in -main (client parts)
- only create the _bacula-sd user in -server

Change _bacula's home dir from /var/bacula to /nonexistent.
/var/bacula needs to be writable by the _bacula group and since
/usr/libexec/security actually checks that user home dirs are
group-writable, whereas /etc/security just checked if the user
home dir was a writable *file*(!), it whines every day for
every machine with bacula client installed. (This will only
affect new installations so if you're annoyed by these mails
too, just vipw and change it by hand).

ok ajacoutot@ merdely@
2012-04-03 10:05:47 +00:00
ajacoutot
9c59104def SHARED_ONLY is already set. 2012-04-03 09:37:37 +00:00