Commit graph

152283 commits

Author SHA1 Message Date
joerg
da7b699dba Doesn't work with PHP4 any longer. 2010-01-13 22:47:40 +00:00
joerg
e43b4ec0bb Remove two patches that fix command line parsing on DragonFly, breaking
it on NetBSD. I can't explain the behavior on DragonFly, but the use of
the mono linker in the Makefiles matching the source, so the problem is
elsewhere.
2010-01-13 22:14:22 +00:00
jnemeth
4a79528ac3 PR/42612 - Dima Veselov -- build problem when no options specified 2010-01-13 20:10:09 +00:00
tnn
70d21f50fe fix java PLIST. PR pkg/42548 2010-01-13 19:28:33 +00:00
wiz
c950d751e2 Updated pkgtools/createbuildlink to 3.16 2010-01-13 15:28:16 +00:00
wiz
71ee9eac4b Teach createbuildlink to ignore graphics/hicolor-icon-theme/buildlink3.mk.
Idea from joerg.

PKGVERSION++
2010-01-13 15:27:52 +00:00
asau
d1fd8cc792 DragonFly build fix: treat DragonFly the same way as FreeBSD.
Catched by bulk builds, tested by Stathis Kamperis.
2010-01-12 20:42:16 +00:00
fhajny
92426cbe6c Fix PR 41683
Stop auto-activating hook scripts on new repositories.

Bump PKGREVISION.
2010-01-12 14:19:55 +00:00
obache
b480af79f4 Update HOMEPAGE and MASTER_SITES to catch up rearrange of the site.
Problem noticed by Bug Hunting via PR#42609.

At the moment, MASTER_SITES is commented out.
Although it is linked from HOMEPAGE, but only have very old version now.
(and tarball from http://pypi.python.org/pypi/urlgrabber is checksum mismatch).
2010-01-12 01:34:18 +00:00
joerg
6c27513d40 Updated net/libfetch to 2.27 2010-01-11 17:33:30 +00:00
joerg
3a436c30f3 libfetch-2.27:
The connection sharing didn't handle the case of active transfers
correctly and tried to close the connection in that case (PR 42607).
Correctly check if there is a transfer going on and just leave the
connection alone in that case.
2010-01-11 17:23:10 +00:00
joerg
4c9c935080 Not MAKE_JOBS_SAFE. 2010-01-11 16:18:13 +00:00
tron
5cf08dfc8e Fix build under Solaris 10 using G++ as the compiler. 2010-01-11 10:38:16 +00:00
tron
ffc3f19142 Don't remove "CC=gcc" from the Solaris GCC build target. This breaks the
build at least on setups where "cc" is not present or not GCC which is
the default under Solaris 10.
2010-01-11 09:26:01 +00:00
abs
ab309ccd38 Match 3.6.20 behaviour & build threadsafe. Fix PR/42515 & issues with firefox. Bump PKGREVISION 2010-01-11 09:18:39 +00:00
obache
4bb09e19b1 Updated sysutils/py-notify to 0.1.1nb3 2010-01-11 05:34:25 +00:00
obache
f3982716b1 * Fixes missing function attach_status_icon.
src/pynotify.c should be generated, but broken one exists in tarball.
   (regeneration rule require gmake)
   http://trac.galago-project.org/ticket/121
 * fixes path of override *.pc.in file.

Bump PKGREVISION.
2010-01-11 05:34:12 +00:00
tron
4bd836afeb Note update of "imake" package. 2010-01-10 21:24:29 +00:00
tron
695c4ee0ff Fix bad variable assignment in "xmkmf" if it is generated by Sun Studio C
under Solaris. Bump package revision because of this fix.
2010-01-10 21:22:18 +00:00
adam
b854543d57 Pass -arch argument correctly to the compiler; fixes building on Mac OS X 2010-01-10 20:17:49 +00:00
wiz
15b6134f5a Document {BUILD_,}DEPENDS section. 2010-01-10 16:32:03 +00:00
snj
8524478e8a Updated wm/openbox to 3.4.10. 2010-01-10 16:21:05 +00:00
snj
b1019024d6 Update to 3.4.10. Changes:
3.4.10:
  * Improve keyboard navigation in Openbox menus.
  * Add a --root option and a manpage for obxprop.
  * Use a negative value for submenuShowDelay and submenuHideDelay to
    cause an infinite delay.  This means you have to click to show a
    submenu, rather than just hover over it.
  * Improved code for submenu show/hide delay.  Added the submenuHideDelay
    config file option, under the "menu" section.
  * Fixed bug #4464 (Typo in openbox-gnome-session script).
  * Fixed bug #4436 (Focusing a window used to stop focus cycling).
  * Renamed obprop to obxprop due to collision with Open Babel (See bug
    #4419).

3.4.9:
  * Allow focus to move while inside an Openbox menu, or during an
    interactive action such as window cycling.
  * Fixed bug #3717 (Empty dock interfered with move/grow to edge actions).
  * Fixed bug #4411 (Crash when switching desktops and window cycling).
  * Fixed bug #4377 (Window resistance against struts).
  * Fixed bug #4035 (Prevent focus from moving under the mouse after
    activating a window with an Openbox menu.
  * Correct the value provided by the _NET_WORKAREA hint, so desktop icons
    will place across all monitors.
  * Don't hide submenus immediately when moving through the parent menu.
    (Resolves request #3762).
  * Fix for showing Openbox menus with multiple monitors, don't restrict
    them to the monitor where the mouse is.
  * Fixed bug #4023 (Allow the user to have multiple keys which perform the
    same function in Openbox menus/move/resize.  E.g. two keys which are
    both bound to Escape.
  * Add a new obprop tool, which can be used to read the _OB_ROLE,
    _OB_NAME, and _OB_CLASS (as well as any other UTF-8 window properties)
    off of a window.
  * Add _OB_ROLE, _OB_NAME, and _OB_CLASS hints on each window that show
    the respective values for use in the rc.xml applications section, to
    modify the window when it appears.
  * Improve Openbox interoperability with gnome-session >= 2.24.
  * Fixed bug #4040 (Remove desktop hints set by gdm in the openbox-session
    scripts, so that Openbox can set the number of desktops (assuming
    gnome-settings-daemon doesn't first)).
  * Fix a bug in xdg-autostart preventing some .desktop files from working.
  * Show the desktop pager popup on the primary monitor instead of on all
    monitors.
  * Add a new primaryMonitor config option, which is where Openbox popups
    will appear.  Defaults to a fixed monitor, but can be made to behave as
    before with the "active" value for it.
  * Correct edge detection for move/grow to edge to properly use monitor
    edges for multi-monitor setups.
  * Change default window placement policy to stay on the active monitor
    for multi-monitor setups.
  * Fixed bug #1149 (Crash with some window icon sizes).
  * Respond to all strut changes, fixes moving/hiding panels.
  * Fix internal code to focus windows on other desktops correctly (Fixes
    bug #4413).
  * Focus correctness fixups for switching desktops.
  * Fixed bug #4373 (Decoration bug for shaded maximized windows).
  * Fixed bug #4350 (Allow a window to be made skip_taskbar but still get
    focused by the user's rc.xml).
  * Fixed bug #4307 (Set a minimum time for screenEdgeWarpTime).
  * Fixed bug #4253 (Support for Solaris in openbox-session scripts).
  * Fixed bug #3851 (Allow transient windows to be above helper windows).
2010-01-10 16:20:10 +00:00
wiz
4a3fa66a2a + akonadi-1.2.90, awesome-3.4.3, calibre-0.6.32, cdrtools-2.01.01alpha71,
cgdb-0.6.5, dri2proto-2.2, eric3-4.4.0 [now called eric4], etm-465,
  farsight2-0.0.17, gbrainy-1.30, gcompris-9.0, glib2-2.22.4,
  glproto-1.4.11, gmp-5.0.0, gupnp-igd-0.1.6, jpeg-8, libassuan-2.0.0,
  liblinebreak-2.0, librep-0.90.5, mathomatic-15.0.3,
  modular-xorg-server-1.7.4, orca-2.28.3, p5-BerkeleyDB-0.41,
  p5-Compress-Raw-Bzip2-2.024, p5-Compress-Raw-Zlib-2.024,
  p5-DBD-SQLite-1.29, p5-Digest-SHA-5.48, p5-IO-Compress-2.024,
  p5-JSON-2.17, p5-Mouse-0.46, p5-Regexp-Common-2010010201,
  p5-Spreadsheet-WriteExcel-2.34, pango-1.26.2, plptools-1.0.9,
  puppet-0.25.2, puzzles-8824, py-pytz-2009u, raine-0.51.7,
  rep-gtk-0.90.2, rftg-0.6.1, samba-3.4.4, sawfish-1.6.1,
  scrotwm-0.9.21, sqlitemanager-1.2.2, t-prot-2.12, tea-26.2.1,
  wordpress-2.9.1, x264-devel-20100109, xf86-video-intel-2.10.0,
  xf86-video-vesa-2.3.0, xmp-3.1.0, xterm-254, youtube-dl-20100106.
2010-01-10 15:49:43 +00:00
taca
1b44a5c89e Note update of lang/ruby18-base package to 1.8.7.174nb3. 2010-01-10 15:34:54 +00:00
taca
e1c15bf3f5 Add patches for security problem of webrick.
http://www.ruby-lang.org/en/news/2010/01/10/webrick-escape-sequence-injection/

Bump PKGREVISION.
2010-01-10 15:33:28 +00:00
tron
4967220c08 Specify the path to X11 libraries explicitily in the configuration step.
This fixes the build under Solaris with modular X.org and shouldn't
hurt anywhere else (tested under NetBSD/amd64 5.0_STABLE with
native X.org).
2010-01-10 14:32:01 +00:00
tron
65de3e348f Fix build with Sun Sudio C++ by not including "stdbool.h" in C++ mode. 2010-01-10 09:43:06 +00:00
obache
9d7a865f84 DragonFly BSD also does not have sem_timewait(3).
Noticed by Antonio Huete via PR#42591.
2010-01-10 07:58:05 +00:00
wiz
9e06d34aba Wrap 'cd -P' replacement code in platform ifdefs.
From Steven Drake in PR 42168.
2010-01-10 07:53:10 +00:00
obache
545d72ff4d Need to include "util.h" for strdupCC.
Fixes build failure on DragonFly (and probably on FreeBSD),
noticed by Rumko via PR#42601.
2010-01-10 05:39:29 +00:00
heinz
65e504e101 Fixed building with DESTDIR:
Special permissions for filterctl and courierfilter have to be applied
in an install script at installation time.
Actions for the post-install target forgot to propagate DESTDIR
appropriately as a make parameter.
2010-01-09 22:20:31 +00:00
heinz
95c4ecdd12 Fixed installation by _really_ disabling building of ldapaliasd. Bug
reported upstream (typo in courier/configure.in prevented option
"--without-ldapaliasd" from working).
2010-01-09 22:16:20 +00:00
tron
6411cfc026 This package needs a C99 compiler (e.g. for "stdbool.h"). 2010-01-09 21:43:26 +00:00
tron
45aeda55a7 Fix build with Sun Studio C++. 2010-01-09 20:36:34 +00:00
tron
da2d459e46 Remove a bogus cast which breaks the build with Sun Studio C.
While here set the license to "gnu-gpl-v2".
2010-01-09 19:44:05 +00:00
dholland
ff551b2098 lha 2010-01-09 19:10:57 +00:00
dholland
2c7eaa2965 64-bit time_t fixes for NetBSD-current. PKGREVISION++. ok agc 2010-01-09 19:10:46 +00:00
joerg
0a8bb12e4d A pointer makes no good unique id on a lp64 system. 2010-01-09 17:06:19 +00:00
joerg
13f0ef6e30 Fix a bug in configure that matters 4.5 years later. 2010-01-09 16:55:09 +00:00
joerg
cf5747ad6d Also provide TREINCDIR. 2010-01-09 16:34:08 +00:00
joerg
c6aea75184 Mark as not 64bit safe as shown by the build of sj3-dict. 2010-01-09 16:15:41 +00:00
wiz
89bf757c02 Updated devel/scmgit-base to 1.6.4nb1 2010-01-09 15:52:27 +00:00
wiz
d1662c9297 Fix PR 42168:
Remove '-P' argument from cd.

Bump PKGREVISION.
2010-01-09 15:52:19 +00:00
joerg
87b50bf420 Add a PRINT_PLIST_AWK fragment matching the PLIST_SUBST and update the
common base value. Reflect that change in the PLIST files.
2010-01-09 15:33:07 +00:00
schwarz
4e223b3487 streamlined syntax, using ${SETENV} instead of env. 2010-01-09 14:42:04 +00:00
obache
ec6fb4f82a Add patch-ac to avoid conflict with getline(3) defined in IEEE Std 1003.1-2008.
PR#42595.
2010-01-09 12:25:20 +00:00
obache
d7014cf457 Add patch-a{b,c} to avoid conflict with getline(3) defined in IEEE Std 1003.1-2008.
PR#42595.
2010-01-09 12:03:03 +00:00
obache
ddef41f176 Add user-destdir support. 2010-01-09 11:55:35 +00:00
obache
f5278dac37 Add patch-ac to avoid conflict with getline(3) in IEEE Std 1003.1-2008.
PR#42595.
2010-01-09 11:50:36 +00:00