Commit Graph

78428 Commits

Author SHA1 Message Date
dcoppa
bd3f871e81 Fix fallout of haskell ports, now that devel/gmp is no more a
dependency for ghc
2012-10-11 14:06:34 +00:00
ajacoutot
d997524336 Mark this one BROKEN as well for the time beeing. 2012-10-11 14:00:04 +00:00
ajacoutot
3898c86517 Explicitely mark BROKEN for now. 2012-10-11 13:57:35 +00:00
dcoppa
b2ed9a9bac Fix fallout of haskell ports, now that devel/gmp is no more a
dependency for ghc - devel category

ok kili@
2012-10-11 13:31:28 +00:00
ajacoutot
520ea14cd2 MACHINE_ARCH -> i386 2012-10-11 12:16:18 +00:00
ajacoutot
3c9bd2bfd9 Forgot in previous. 2012-10-11 12:11:04 +00:00
ajacoutot
109a787471 Remove some uneeded RPMs.
Remove stuffs that are now taken care by Makefile.inc.
Update to the latest version of all Fedora 10 RPMs.
Remove @lib markers from PLIST.
2012-10-11 12:02:42 +00:00
ajacoutot
d3f18e42c0 Remove some uneeded RPMs.
Remove stuffs that are now taken care by Makefile.inc.
Update to the latest version of all Fedora 10 RPMs.
2012-10-11 12:02:07 +00:00
ajacoutot
30ea374438 Factorize do-install and several variables.
Fix MASTER_SITES and add the Fedora "updates" repository.
2012-10-11 12:00:46 +00:00
kili
7531d4bb00 Don't remove the bin directory when building a bootstrapper.
While here, remove the commands that attempt to rename
*-x86_64-* to *-amd64-*, because it currently doesn't
work anyways (VERSION_DATE is ignored by the bootstrapper
build).
2012-10-11 11:05:02 +00:00
ajacoutot
d28ba15c7a Major update to opera-12.02. 2012-10-11 10:47:41 +00:00
jeremy
9b2b8a4963 RUN_DEPENDS on curl, since it is used at runtime. Adjust shebangs
for ruby scripts, so they work correctly without setting up
symlinks manually.  Use nginx 1.2.3 for standalone version.

Heads up on curl issues from Peter Ljung via william@
2012-10-11 10:39:08 +00:00
dcoppa
3268bdd775 Update to youtube-dl-2012.10.09
ok sthen@, pirofti@ (maintainer)
2012-10-11 10:30:23 +00:00
dcoppa
c8a9f36c65 regen distinfo 2012-10-11 10:20:19 +00:00
dcoppa
e8aa3a1ddb Update to 7.0.32 2012-10-11 10:17:27 +00:00
robert
f1ccd96f50 update fedora_base and fedora_cups to fedora 10 packages to allow us to run up-to-date opera 2012-10-11 10:16:29 +00:00
robert
35705cee28 remove fedora_motif and fedora_sdl from the build 2012-10-11 10:14:29 +00:00
robert
9bb4e3a019 mark as BROKEN because it's broken with fedora 10 2012-10-11 10:13:56 +00:00
jasper
7de842a732 - fix a double free when using SPICE with passwords 2012-10-11 10:04:01 +00:00
espie
692f286b94 oh, and explain the why... 2012-10-11 09:03:34 +00:00
espie
1a0fb89393 actually log what's missing that we're waiting upon 2012-10-11 08:38:05 +00:00
espie
5c8ff2cca6 there's totally no need for FULLPKGNAMEs in there 2012-10-11 08:19:02 +00:00
espie
36029e80d7 optimize a bit for dpb: remove extra variables we don't ever use
in "pure dpb mode", only write out variables for BUILD_PACKAGES, not
MULTI. This should reduce the number of pkgpaths generated, among other
things.
2012-10-11 08:07:10 +00:00
espie
8db885a530 reorganize and comment portinfo 2012-10-11 08:05:03 +00:00
dcoppa
47aa23534d Fix random crashes at runtime when there's heavy use of libgmp.a
(e.g. large Fibonacci numbers): link GHC with its bundled gmp library
that has customized memory allocation functions.

While here, fix two other problems as well:

- undefined references to 'ffi_call_unix64', 'ffi_closure_unix64'
  on amd64

- unknown symbol '__guard_local' (caused by gcc's switch from __guard
  to __guard_local)

Joint work with kili@
OK kili@
2012-10-11 07:51:10 +00:00
jasper
741666a3f5 - add missing RCS id, reminded by the frog prince. 2012-10-11 07:48:59 +00:00
espie
9b37bcd801 change things again to have command line options override host file.
and provide the possibility of a DEFAULT entry in the host file.
2012-10-11 07:40:30 +00:00
espie
94c55bc7b4 move to using BUILD_PACKAGES, so we have the actual tidy list.
Stupid NFS work-around:
during/after cleanup, wait until the packages show up.
Each wait period of ten seconds will show up as waiting#n.
2012-10-11 07:38:38 +00:00
ajacoutot
56fbabc5ca Implement _dbus_command_for_pid which is really useful for debugging. 2012-10-11 07:25:20 +00:00
jasper
18361c4962 sync 2012-10-11 07:15:38 +00:00
jasper
87f506efeb import fookebox-0.6.1
fookebox is a jukebox-style web-frontend to mpd.

- Use as a keyboard-less jukebox frontend
- Or as a powerful mpd control frontend
- Also great for parties with only part-time jukebox

ok landry@
2012-10-11 07:14:21 +00:00
lteo
53898bf3e1 Make various improvements to the Snort port:
* Add an rc.d script.

* In snort.conf, provide the URL to the official Snort rules so that
  users know where to get them.

* In snort.conf, provide the URL to the Emerging Threats rules along
  with a commented include line to allow users to easily load the
  Emerging Threats rules if they wish.

* Revise pkg/README with details on where to obtain Snort rules, the
  differences between the official Snort rules and Emerging Threats
  rules, how to download them, and provide some guidance on setting up
  Snort.

snort.conf and README changes OK Markus Lude (maintainer), sthen@
rc.d script OK sthen@
2012-10-11 02:40:48 +00:00
sthen
3df6228b5a When dlopen()ing shared libraries for optional dependencies, Qt4 wants to
load a specific version of the library to avoid ABI breakages, however it uses
upstream shared lib versions which don't match those in our ports. This has
already been patched where it tries to open gtk+2/cups by removing the version
check. See ports@ thread "UPDATE: kdiff3-0.9.97" where this was discussed with
fgsch, dcoppa, espie and myself, upshot is this isn't totally clean but isn't
really worse than what we had before and it fixes use of icu4c from Qt4.
This diff from fgsch, testing/ok by me, ok espie.
2012-10-11 01:18:09 +00:00
stu
02783054e0 Update to eltclsh-1.12.
ok matthieu@
2012-10-10 22:09:29 +00:00
robert
3c6d10db8f update to zabbix version 2.0.2 2012-10-10 22:04:57 +00:00
landry
16de5d91ac Update to thunderbird-i18n 16.0 2012-10-10 21:14:36 +00:00
landry
8769a052cf Update to thunderbird 16.0/enigmail 1.4.5/lightning 1.8b1.
- see https://www.mozilla.org/en/thunderbird/16.0/releasenotes/ for details
- remove patch-mozilla_build_unix_mozilla_in, useless since bin/thunderbird
is not a script anymore since a while
- remove patch-mozilla_build_unix_run-mozilla_sh, thunderbird can be
directly debugged in gdb now. update README accordingly
2012-10-10 21:08:03 +00:00
landry
9f9544c521 Update to seamonkey-i18n 2.13 2012-10-10 21:04:24 +00:00
landry
03dfdc6123 Update to seamonkey 2.13/enigmail 1.4.5/lightning 1.8b1.
- see http://www.seamonkey-project.org/releases/seamonkey2.13/ for details
- remove patch-mozilla_build_unix_mozilla_in, useless since bin/seamonkey
is not a script anymore since a while
- remove patch-mozilla_build_unix_run-mozilla_sh, seamonkey can be directly
debugged in gdb now. update README accordingly
- fix plugin path in README
2012-10-10 21:03:40 +00:00
landry
d4647015b4 Update to firefox-i18n 16.0. 2012-10-10 20:57:29 +00:00
landry
7baf8e351e Update to firefox 16.0.
- see http://www.mozilla.org/en-US/firefox/16.0/releasenotes/ for details
- install an icon into share/pixmaps to fix desktop file icon path
- garbage collect patch-browser_installer_Makefile_in, and
  patch-browser_installer_package-manifest_in, were from upstream
- remove patch-build_unix_mozilla_in, useless since bin/firefox is not a
  script anymore since a while
- remove patch-build_unix_run-mozilla_sh, firefox can be directly
  debugged in gdb now. update README accordingly
- remove patch-config_autoconf_mk_in, XCFLAGS are already passed
- update patch-content_media_gstreamer_nsGStreamerReader_cpp to fix
  gstreamer on BE archs (#777696)
- update patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp after
  nsILocalFile api removal
- remove useless patch-gfx_thebes_Makefile_in pangox patch
- fix PLIST to use proper MOZILLA_VERSION instead of beta MOZILLA_VER
2012-10-10 20:56:13 +00:00
ajacoutot
604b0262ea Simpler patch; from pkgsrc. 2012-10-10 17:20:36 +00:00
robert
76d2d6b631 whitespace 2012-10-10 16:43:18 +00:00
bentley
364018d08e Build extra content packages by default.
While here, clarify license marker.

Initial prodding a very long time ago by kirby@; ok sthen@
2012-10-10 14:06:40 +00:00
ajacoutot
a6e6dd5b24 The mouse applet can make use of "mousetweaks", so add it as a dependency. 2012-10-10 12:56:32 +00:00
ajacoutot
c77903f53b Use override files instead of patching the schemas. 2012-10-10 12:49:17 +00:00
ajacoutot
bd51ae65ca Remove some uneeded | old patches.
Add a schemas override.
2012-10-10 12:34:35 +00:00
dcoppa
29d3b3280f Add a comment about why we need to link gnupg-pcsc-wrapper with
'-lpthread'.
2012-10-10 11:47:21 +00:00
rpe
8d3efe0bb7 make out-of-date output directly usable for dbp
- ignore empty lines
- remove comments and whitespaces at the end of lines

ok espie@
2012-10-10 11:44:11 +00:00
sthen
3ab3d02836 +tclap 2012-10-10 11:38:40 +00:00