Commit graph

91038 commits

Author SHA1 Message Date
joerg
bebc25606c Require xpkgwedge 1.15. 2006-01-12 19:05:06 +00:00
joerg
ae610a4540 Add runtime dependency of xpkgwedge on imake and xmkmf.
When using non-native X11, xpkgwedge could be installed before imake
and host.def en up with just the xpkgwedge.def include. This means
that ProjectRoot as set by xorg's host.def is not used and wrong
path names are used. This run time dependency is the easiest way to
ensure proper order, but isn't perfect. Just providing a fixed host.def
and a secondary include file for Lesstif to modify breaks with
USE_XPKGWEDGE=NO, so keep the old approach.

Discussed with jlam@
2006-01-12 19:02:34 +00:00
jlam
9acbdab507 Don't ever depend on xpkgwedge if we're building xpkgwedge. 2006-01-12 18:39:13 +00:00
joerg
786c435834 gnustep framework support for DragonFly. 2006-01-12 18:36:52 +00:00
joerg
66c15d6d30 Add DragonFly support. Bump revision. 2006-01-12 18:36:22 +00:00
rillig
9ffb698d5d Removed the unused, misplaced definition of PKGREVISION. 2006-01-12 18:30:23 +00:00
jlam
3c30c2b533 Re-implement some code that was lost in revision 1.144 so that IMAKE may
be overridden to point to the path of the imake binary to use.
2006-01-12 18:29:03 +00:00
rillig
a4f03da9ba Moved the misplaced definition of PKGREVISION to the package Makefiles. 2006-01-12 18:27:53 +00:00
salo
f9c9cd979e The license dialog is case-sensitive.. and the file included is all lowercase.
Duh.
2006-01-12 18:17:19 +00:00
rillig
0b966a542d Moved the misplaced definition of PKGREVISION from Makefile.common to
Makefile. No other package seems to use this Makefile.common.
2006-01-12 18:16:34 +00:00
rillig
2b32748b95 Removed the misplaced definition of PKGREVISION. All packages that use this
file already override this, so no other changes are needed.
2006-01-12 18:10:03 +00:00
rillig
bd0472f316 Moved the definition of PKGREVISION from cvsup/Makefile.common into the
individual package Makefiles, where they belong.
2006-01-12 18:01:15 +00:00
rillig
8c2be9db36 Fixed the pkglint warnings about quoting. 2006-01-12 17:41:35 +00:00
rillig
6453c1f90d Converted this package to using the PKGINSTALL framework.
Bumped PKGREVISION.
2006-01-12 17:37:17 +00:00
joerg
83e14808f1 Fix PLIST for update of qdbm. 2006-01-12 17:37:04 +00:00
wiz
6e5b3a8f49 Remove swig13, it has been moved to swig. 2006-01-12 17:36:31 +00:00
wiz
9f0ebef4c8 Use devel/swig instead of devel/swig13, now the latter has been
moved to the former.
2006-01-12 17:36:01 +00:00
wiz
7407ea09fc Update to 1.3.24 with contents of devel/swig13. 2006-01-12 17:35:15 +00:00
wiz
adafa1c625 Note gnucash PKGREVISION bump. 2006-01-12 17:32:29 +00:00
wiz
f90659b313 Remove swig dependency, it was replaced by g-wrap a long time ago.
Add missing intltool buildlink3 file.
Bump PKGREVISION.
2006-01-12 17:32:16 +00:00
wiz
b9bbe48b85 gtk2 updated to 2.8.10. 2006-01-12 17:31:25 +00:00
wiz
614b616d61 Update to 2.8.10:
Overview of Changes from GTK+ 2.8.9 to GTK+ 2.8.10
==================================================
* Derive GtkObject from GInitiallyUnowned instead of
  GObject, if possible. Note that this change is known
  to break versions of the GTK+ Perl bindings older
  than GTK+ Perl 2.13.4. [Tim Janik]

* Add a setting to allow falling back to another icon
  theme before trying hicolor. [Rodney Dawes]

* Require GLib 2.8.5

* Updated translations (ca,el,es,fr,hi,it,ko,pt_BR,vi)

* Bugs fixed:
 137351 GtkEntryCompletion sometimes selects first completion item
        [Niklas Knutsson]
 165714 GtkEntryCompletion doesn't complete on paste [Christian Neumair]
 317687 gnome-panel crash by clicking on settings
 321548 speed up gtk_text_iter_set_visible_line_index [Paolo
        Borelli]
 323843 Garbage in gtk_text_view_get_border_window_size()
 323876 Broadcasting _GTK_LOAD_ICONTHEMES is a performance
        bug [Peter Lund]
 324044 Documentation entry for GtkTreeView::row-activated
        [Davyd Madeley]
 323504 Gtk-CRITICAL when dragging a launcher from the menu
        to the top panel [Kjartan Maraas]
 323655 Improved support for Icon Naming Spec in unix filesystem
        backend [Rodney Dawes]
 323995 hidden widgets distort the left/right/up/down focus
        order [Dan Winship]
 324588 icon_view auto dnd and the item-activated signal
        [Dave Andreoli]
 322475 icon view's horizontal layout doesn't respect
        item_width [Alex Graveley]
 324815 Typo in gtkwindow.c [Ross Burton]
 324996 Description about gtk_im_context_filter_keypress on API
        reference
 323666 gdk_window_scroll doesn't invalidate if another top-level
        is above window [John Ehresman]
 322264 gdk_drawable_get_visible_region win32 / x11 inconsistency
        [John Ehresman]
 325358 word erase in text fields considers space as a separate
        word [Akkana Peck]
 325443 gtk_drag_begin doesn't work unless given a motion event
        [Peter Harvey]
 325723 gtk_ui_manager_get_toplevels does not return an empty
        list [Steve Chaplin]
 305894 excessive memory use in gdk_pixbuf_new_from_file_XXX
        functions [Denis Vlasenko, Michael Natterer]
 325199 The API reference for gtk_exit() states that it's
        deprecated but doesn't state the replacement function,
        if any [Ævar Arnfjörð Bjarmason]
 325869 GtkViewPort not releasing signal handlers on destruction
        [Jorn Baayen]
 325782 GtkToolButton ::clicked signal should set G_SIGNAL_ACTION
        [Martyn Russell]
 325817 FileChooserButton uses "Home" instead of directory name
        [Federico Mena Quintero]
 326098 label alignment is wrong when width-chars is set [Benjamin Otte]
 326200 translations in GtkActionGroup erroneously translated
        [Christian Stimming]
 326429 in gtk.h, twice the same lines [Benoît Carpentier]
 326064 Artifacts on some widgets [Andrew Conkling]
2006-01-12 17:31:03 +00:00
wiz
29665a0aca + alee-ttf-6.3 [pkg/32505], blindmine-0.3 [pkg/32504], gtk2+-2.8.10,
gtk2-engines-2.6.7, libtorrent-0.8.2, mpop-0.8.3 [pkg/32511],
  psi-0.10 [pkg/32509], py-gtk2-2.8.4, py-sqlite-2.0.5 [www/trac
  needs 1.x], rtorrent-0.4.2, rxvt-unicode-6.3 [pkg/32510],
  thunderbird-1.5, thunderbird-gtk1-1.5, trac-0.9.3 [pkg/32507].
2006-01-12 17:30:35 +00:00
wiz
24b3a4279a Fix directory in old entry. 2006-01-12 17:29:52 +00:00
joerg
c543f759ff Fix errno. Add DragonFly. 2006-01-12 17:13:58 +00:00
jmmv
71654a7529 Note revision bump for docbook-xsl to 2. 2006-01-12 17:13:15 +00:00
jmmv
41d7e89433 Use the (new) provided catalog file instead of our own (it's more complete).
Bump PKGREVISION to 2.  Closes PR pkg/32375 by Andrew Klingenberg.
2006-01-12 17:12:52 +00:00
jmmv
9ad73946c3 Note update of totem and totem-xine to 1.3.0. 2006-01-12 16:58:58 +00:00
jmmv
4f2092b732 Update totem and totem-xine to 1.3.0. Update based on patch provided by
martti@.

New features:
  * New Ukrainian (uk) help files
  * Use filters in the Open file dialogues
  * Support turning off the screensaver when gnome-screensaver is used
  * Scroll to the current file in the playlist when starting to play it
  * Add ability to play back DVDs and VCDs from .iso and .bin/.cue files
  * Add a menu item for switching angles on DVDs
  * Don't add backup files to the playlist
  * Remove audio CD playback from the UI, as to avoid duplication with sound-
  juicer and Rhythmbox

Bug fixes:
  * Play file from the beginning when double-clicking on it in the playlist
  * Make CD drives with blank CDs in them unsensitive in the Play Disc menu
  * Avoid weird startes when using the "Toggle fullscreen mode" shortcut
  * Fix drag'n'drop on the playlist itself not working
  * Parse Shoucast playlists in .m3u files properly
  * Stop the currently playing song when loading a media, and playing this
  media fails
  * Set the play/pause buttons' tooltips according to the image
  * Fix possible crashes on startup when the widget creation functions cannot
  be found
  * Use N/A instead of '0' when the bitrate or the number of frames per second
  isn't available in the property window
  * Fix a possible crash on startup in the Mozilla plugin
  * Fix possible i18n problems with the Nautilus properties window and the
  Mozilla plugin
  * Fix compilation of the Mozilla plugin with newer versions of D-Bus
  * Fix a memory leak in the Mozilla plugin
  * Fix a crasher when running the Mozilla plugin in a debug build
  * Allow compiling the Mozilla plugin against xulrunner
  * Fix duplicate access key in the display preferences
  * Fix wrong accesskeys for the saturation and hue sliders
  * Show the video properties again when a stream has video
  * Move Totem's remote socket to TMPDIR
  * Remove libmusicbrainz dependency
  * Detect DVDs and VCDs properly on a pmount setup
  * Don't save Totem's thumbnail with an alpha component, for recent
  Nautilus changes
  * Remove keyboard shortcuts from the main video popup menu
  * Fix resizing of the sidebar
  * Fix problems parsing remote ASX files

GStreamer:
  * GStreamer 0.10 support
  * Fix an access to invalid memory when getting metadata from a file

xine-lib:
  * Avoid playback stopping when seeking forward in DVDs
  * Get the xine-lib version at run-time
2006-01-12 16:57:49 +00:00
joerg
3c6bdec62d Use the Linux source for DragonFly. 2006-01-12 16:46:21 +00:00
joerg
518fd771a8 Don't ask CPP for FreeBSD, just use PTHREAD_* for thread linkage. 2006-01-12 16:45:37 +00:00
joerg
e48965f2da Use canonical config.guess and config.sub scripts instead of patching
them. Add DragonFly support.
2006-01-12 15:10:29 +00:00
joerg
c453fb5619 Add DragonFly supoprt. On FreeBSD, dlerror() can be used as well. 2006-01-12 15:04:18 +00:00
joerg
80a031e2e2 Remove branch tag from DragonFly version, so that OS_VERSION matches
autoconf's normalisation.
2006-01-12 14:57:19 +00:00
rillig
16a2cd8def Updated pkglint to 4.53.
Changes since 4.52:
- New warning categories "debug", "space", "quoting" that can be selected
  independently.
- Improved the parsers for shell commands and shell words.
- Added warning for using $(...) in shell programs, as the Solaris /bin/sh
  doesn't support it.
- Added some warnings about quoting.
- Some other minor changes.
2006-01-12 14:05:50 +00:00
rillig
4eed0be377 Added APACHE_MODULE. 2006-01-12 13:59:42 +00:00
rillig
2ffdd09823 Added ruby-gnome2. 2006-01-12 13:56:24 +00:00
ghen
dfdc1e8cb0 Use += instead of = for appending to SUBST_FILES. (btw, Joerg, you could also
have used *.1 *.5 as in the original post-patch target.)
2006-01-12 13:56:12 +00:00
rillig
eecf69c94a Added tinycdb. 2006-01-12 13:55:40 +00:00
rillig
7cd7938092 Sorted alphabetically. 2006-01-12 13:53:21 +00:00
rillig
0740dd8c6c - Allow '^' to appear unquoted in shell programs, although it ``is an
obsolete synonym for the pipe operator "|", so you must protect it with
  quotes''. (Kernighan/Pike, The UNIX Programming Environment, 1984.)
- $@ is another well-known shell variable.
- All substitution arguments to ${SED} and ${PAX} should be quoted whether
  they contain special characters or not.
2006-01-12 13:51:54 +00:00
joerg
4e7d32e714 ggiterm links against multi-threaded library, ensure that it is linked
explicitly with -pthread on DragonFly.
2006-01-12 13:32:47 +00:00
joerg
2d68585b9d Deorbited local string implementation in net/batchftp. 2006-01-12 13:29:45 +00:00
joerg
ffc5a2961a Prefer NAME_MAX over MAXNAMLEN, don't implement libc string functions
locally. Use dirent.h insteaf of sys/dir.h. Bump revision.
2006-01-12 13:28:57 +00:00
joerg
fe17630568 Has BROKEN_GETTEXT_DETECTION. 2006-01-12 13:25:14 +00:00
rillig
9af416c16b - The shell variables $!, $# and $? are recognized as such. All other
occurences of a $ in double quoted strings result in a warning.
2006-01-12 13:19:57 +00:00
joerg
942439b52a Fix mustek_ubs2 support for DragonFly by fixing pthread detection,
left-over from last commit.
2006-01-12 13:08:21 +00:00
rillig
c0fc81f666 - Improved the parsers for shell words and shell commands. Parsing errors
are only shown in -Wdebug mode, as the diagnostic messages are too
  cryptic.
- Added detection for the $(...) replacement for backticks, as the Solaris
  /bin/sh cannot handle them.
2006-01-12 13:01:47 +00:00
rillig
3245761b72 Correctly quoted the substitution patterns to ${PAX}. 2006-01-12 12:59:15 +00:00
rillig
7aa836ae0e regen. 2006-01-12 11:25:27 +00:00