Commit Graph

6645 Commits

Author SHA1 Message Date
dcoppa
11cb7fa832 Update to 7.0.27 2012-04-06 08:16:59 +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
sthen
b937380566 fcgi-cgi tweaks: fix HOMEPAGE, remove unneeded lib from LDFLAGS,
sync WANTLIB, bump.
2012-04-03 19:12:38 +00:00
robert
ba400d8d97 add missing patch 2012-04-03 18:53:28 +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
ajacoutot
ef44d7ee7f Update to owncloud-3.0.1. 2012-04-03 16:31:00 +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
robert
c45244ce9c update to 18.0.1025.142; requires gcc 4.6 from now on 2012-04-03 13:59:35 +00:00
dcoppa
d1677e6b20 Update to Predis-0.7.2 2012-04-03 08:44:07 +00:00
gsoares
68837b3126 update www/links to 1.03
OK espie@ (maintainer)
2012-04-03 00:06:54 +00:00
giovanni
ee4c547806 Update to 3.4.10.2, fixes local path disclosure vulnerability, see
PMASA-2012-2.
ok kevlo@ (Maintainer)
2012-04-02 09:35:20 +00:00
sebastia
514a5c3737 Update SOGo to 1.3.14, many new features. To allow large images in vCards,
people should upgrade the database schema. More info in the README.

OK ajacoutot@
2012-03-31 17:02:23 +00:00
sebastia
c7e2aab506 forgot to remove with last commit 2012-03-31 16:58:25 +00:00
sebastia
635ec81977 Update SOPE to 1.3.14
OK, aja@
2012-03-31 16:55:57 +00:00
steven
0eb89aeead minor update to 0.13.17 2012-03-31 08:35:12 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
kurt
166f2e6d44 Correct improper use of condition variable. okay landry@ 2012-03-29 12:28:27 +00:00
sthen
accf47f5bd SECURITY update to phpPgAdmin 5.0.4, XSS in function.php 2012-03-29 11:56:19 +00:00
ajacoutot
95764afa43 Update to gtkhtml4-4.4.0. 2012-03-29 06:38:02 +00:00
sthen
0050e16d5d use CONFIGURE_ENV not CONFIGURE_ARGS, pointed out by landry@ 2012-03-28 08:57:40 +00:00
sthen
30f4a4dd40 Remove duplicated /webacula/webacula in a path in the README. ok aja@ 2012-03-28 07:47:47 +00:00
sthen
5d2e92fec9 fix rc script; pexp must come after sourcing rc.subr, and don't use the
-c (chroot) flag by default as this requires extra configuration which
will need describing (TODO ;)
2012-03-27 15:35:37 +00:00
sthen
f6cc4eded1 +fcgi-cgi 2012-03-27 14:21:46 +00:00
sthen
b674061244 Import ports/www/fcgi-cgi, tweaks/ok landry@
fcgi-cgi is a wrapper around CGI applications to support running them under
FastCGI for use with webservers such as nginx and lighttpd 2.x which do not
support running cgi scripts/binaries directly.
2012-03-27 14:21:26 +00:00
landry
63206f3891 Update to icedtea-web 1.2. 2012-03-27 09:04:53 +00:00
sthen
1f9a9fac09 update to node.js 0.6.14, from maintainer Aaron Bieber. 2012-03-26 20:53:32 +00:00
ajacoutot
a5836e5bac Bugfix update to libcroco-0.6.5. 2012-03-26 16:56:13 +00:00
dcoppa
781dd4f794 Update gecko-mediaplayer to 1.0.6beta1 2012-03-26 14:41:51 +00:00
robert
74dfb01f2b update to 17.0.963.83 2012-03-24 07:36:43 +00:00
ajacoutot
56fe913c3c Remove left-over useless SUBST_CMD.
ok robert@ (maintainer)
2012-03-23 13:31:25 +00:00
ajacoutot
2af9fde46d Fix build with glib >= 2.31.20. 2012-03-23 13:28:25 +00:00
sthen
73ce8c0abe SECURITY (CSRF) and bugfix update to mediawiki 1.18.2, ok wen heping (maint.)
- while there, use pax -rw to copy files rather than mv'ing them, makes it
easier to examine source and use update-patches after 'make fake'.
2012-03-23 12:59:58 +00:00
dcoppa
73e9eb94e3 Bugfix update to Minitube 1.7.1
ok pirofti@ (maintainer), sthen@
2012-03-21 10:45:44 +00:00
robert
6e1993ad40 Disable using the zygote process just like on macosx to make
chrome happy with rthreads.
This change is fine anyways because we are not using the setuid
sandboxing which would require the zygote process.
2012-03-20 20:52:44 +00:00
sthen
a6f472d092 aargh, unbreak. thanks CVS! 2012-03-20 10:05:48 +00:00
sthen
3fd65040f2 fix botched update commit.. pointed out by landry, no cookie for me! 2012-03-20 10:00:13 +00:00
sthen
c013ce28ac Fix horde config dir ownership, from Johan Huldtgren
MESSAGE->README, mostly from Johan Huldtgren with tweaks by me
Readd missing '@comment no checksum' lines
Add config fragments for nginx, from Johan Huldtgren
2012-03-19 15:44:33 +00:00
landry
2d722aa18d Oops, looks like i forgot to update PLIST..
- add rss.tpl & rss_item.tpl
- install the new 'bright' template
- copy navdirectory.tpl from 'bright' to other templates since it's
  missing (also debian bug #645356)
- bump
2012-03-19 07:31:11 +00:00
rpointel
70bb1fd699 Update aria2 to 1.14.2.
Diff from Gonzalo L. R. (thanks !).
2012-03-19 06:07:20 +00:00
sthen
ba9161e131 SECURITY update to drupal-CKeditor 1.10; XSS and arbitrary PHP code execution
for users with CKeditor access privileges. ok espie@
2012-03-18 16:19:26 +00:00
sthen
91045ce898 oops, fix CVS conflict in $OpenBSD$ line. 2012-03-18 16:18:34 +00:00
sthen
0ac32ec156 SECURITY update to drupal-FCKeditor 2.3; XSS and arbitrary PHP code execution
for users with FCKeditor access privileges. ok espie@
2012-03-18 16:16:24 +00:00
sthen
05dc2e4ab1 update to drupal core 6.25; minor fixes. ok espie@ 2012-03-18 16:15:16 +00:00
landry
ab952f94dd Bump after mozilla.port.mk dependency change.
Note that firefox mobile/fennec doesnt follow the mozilla release train
this time, they're working hard on getting the native android UI, per
https://blog.mozilla.com/futurereleases/2012/01/25/bringing-android-native-firefox-to-beta/
(we'll see what are the consequences for building on gtk...)
2012-03-16 22:05:40 +00:00
sthen
3b1137aabe Rename getline, drop USE_GROFF, more exact license marker 2012-03-16 22:01:37 +00:00
sthen
aba3e2ad42 Rename getline to avoid conflicting with a ridiculously named posix function.
Drop USE_GROFF while there, it's not needed.
2012-03-16 21:58:38 +00:00
landry
36c4b355bb Bump after mozilla.port.mk dependency change (remember, firefox 3.5 is EOL) 2012-03-16 21:43:58 +00:00