Commit graph

4324 commits

Author SHA1 Message Date
joerg
b0b7a3f096 Fix path to and depend on Perl. Bump revision. 2007-07-31 11:38:33 +00:00
joerg
d167fede96 Support DESTDIR installation. 2007-07-30 10:18:32 +00:00
he
5b5a93b5bc It turns out that users of po4a also need COLUMNS=76 set in the environment
in order to prevent a bulk build from stopping due to attempted tty i/o.
2007-07-30 08:38:24 +00:00
joerg
cb752181a9 Support DESTDIR installation. 2007-07-29 16:17:12 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
obache
57cc30a122 Update ipa to 2.0.4.
Patch provided by maintainer, Andrey Simonenko in PR 36692.

Changes:
 *	Now IPA can be used on Cygwin (previously it only could be built).

 *	If SYM_PREFIX is defined, then ipa and ipastat try to lookup
	symbols in modules with SYM_PREFIX, if this attempt failed,
	then they try to lookup symbols without prefix.

 *	Use closefrom() system call if the system supports it.

 *	During startup ipa could unlink locked PID-file, that was
	locked by another ipa process.

 *	WCOREDUMP macro is not mentioned in SUSv3 (#ifdef it).
2007-07-26 12:21:40 +00:00
xtraeme
fa43e6186a Look for the indicator "charging" to know when the AC Adapter is plugged
in/off, so that it works fine with -current where the 'discharging'
sensor was removed.

Found by pooka@... bump PKGREVISION.
2007-07-25 15:09:32 +00:00
markd
8395c54896 Update k3b to 1.0.3
pkgsrc change: include patch from PR kern/36030 to work around a problem
that can cause NetBSD to panic or just not read a CD.

1.0.3
=====
 * Reverted to old behaviour of reloading medium before verification. Not
   enough testing had been done before introducing this and some systems
   fail to read the medium before reload.
 * Do not crash when the currently playing audio project item is removed.
 * Added desktop actions to handle empty media with K3b.
 * Fixed read retry when reading data tracks
 * K3b's dialogs now honor the global button layout setting
 * Do not crash on mp3 files without tags if compiled with taglib support
 * Do not allow to copy a rewritable media to itself.
 * Fixed crash on startup with devices that return bogus GET PERFORMANCE
   data

1.0.2
=====
 * Properly determine the capacity of complete CD-R(W) media.
 * Mark a data project as modified if files are renamed.
 * Allow adding of all actions to the welcome window
 * Added "NoDisplay=true" property to k3b-cue.desktop and k3b-iso.desktop
 * Fixed supported write speed detection on some devices
 * No reload before verification and between writing sessions (CD copy +
   Mixed Mode CD) anymore
2007-07-25 02:33:03 +00:00
tron
7e3aed184e Override the auto detection of a "thread-safe mkdir -p" (whatever that is)
to "${MKDIR}". "configure" will otherwise decide to use "gmkdir -p" if an
older version of the "coreutils" package is already installed. But during
the install stage the old "gmkdir" binary will have been removed by
"pkg_delete" and the installation fails.
2007-07-19 09:07:43 +00:00
degroote
e9ee934457 Update to the latest firmware released from Intel 2007-07-18 18:43:50 +00:00
tnn
4218988cea Update to coreutils-6.9 and reset maintainer to tech-pkg@
This is a major update from 5.2.1 and the ChangeLog is far too long to
include here. The update includes many bugfixes, POSIX.1 conformance fixes,
various GNU extensions to command line syntax, translations and some new
tools: gbase64, gsha224sum, gsha256sum, gsha384sum, gsha512sum, gshuf.
2007-07-18 11:25:19 +00:00
xtraeme
7f8bf6405e Update to 1.00:
This release mainly adds support of copy/cut/paste files between
different Xfe windows, and between Xfe and other desktops
(GNOME, KDE, XFCE are supported). A lot of bugs have been fixed and
many features have been polished. Swedish and Chinese translation have
been added.
2007-07-17 20:23:28 +00:00
joerg
2088cf52af Fix some pathes in the default configuration. Bump revision. 2007-07-16 21:50:12 +00:00
joerg
27b769133e Update master site to reflect move of my server. 2007-07-16 21:38:38 +00:00
drochner
b6b930e54c update to 2.18.3
changes:
* Fix leaks
* Fix keyboard shortcuts in preferences dialog
* Build fixes
* Added alpha support for icon frames
* Better handling of unicode search terms
2007-07-13 17:25:52 +00:00
drochner
88ce34b5ab remove unneeded dependency on popt, bump PKGREVISION 2007-07-13 15:53:42 +00:00
drochner
cd9b1e932e oops - actually update the base pkg:
update to 2.18.3
relevant changes: translation updates
2007-07-12 19:30:36 +00:00
drochner
0ae5d38670 -sync with base pkg, this fixes a possible crash due to uninitialized
data
-take maintainership (per PM from jmmv)
-it needs at least Python-2.3 now
2007-07-12 19:20:34 +00:00
jlam
032306f2fa Update sysutils/install-sh to 20070712. Changes from previous version
include:

* Drop support for "-b=..." and "-t=..." which are transformation options
  that are not supported by BSD install.

* Add support for "-b" and "-B fmt" to allow backing up existing files.
  Only specifying "-b" yields a backup suffix of ".old" and "-B fmt"
  allows for sprintf(3)-style backup suffices.  Number backups are
  supported using awk(1).
2007-07-12 18:32:49 +00:00
obache
c34d565a64 Update clex to 3.16.
Patch provided by maintainer, Bartosz Kuzma by PR 36634.

3.16   24-APR-2007
   Problems fixed:
      - filter in the file panel could leave the counter of
        selected files in an inconsistent state. This could
        lead to problems in other functions that were using
        the counter. The problem existed only on some
        systems

3.15   14-AUG-2006
   Problems fixed:
      - the tilde expansion in the internal cd (change
        directory) command did not work in CLEX 3.14,
        the problem has been corrected
      - the usage of the <del> key in the history panel
        has been corrected: press <del> to delete the
        character from the command line and press
        <esc> <del> to delete the entry from the panel
      - the situation when some external command crashes
        and leaves the non-blocking flag set on standard
        input is now properly handled
   New/improved functionality:
      - the locate file function was replaced by a more
        efficient panel filter mechanism. The filtering
        is available in several panel types (ctrl-F)
      - some key bindings has been redefined for
        compatibility reasons:
                                             old        new
           move cursor left to next word    ctrl-B --> alt-B
          move cursor right to next word    ctrl-W --> alt-F
                             delete word    ctrl-D --> alt-D
                         directory panel     alt-D --> alt-W
                          bookmark panel     alt-B --> alt-K
        delete until the end of the line    ctrl-Y -> ctrl-K
       complete from the command history    ctrl-K --> alt-P
                      main function menu    ctrl-G --> alt-M
            insert the full filename   <esc> <tab> -> ctrl-A
      - (for emacs users) ctrl-G has now the same meaning
        as ctrl-C (cancel)
      - user and group names longer than 8 characters were
        silently truncated in the file panel, such names
        are now displayed using the '>' mark
      - user (alt-U) and group (alt-G) information panels
        have been added
      - new panel (<esc> <tab>) that summarizes all
        completion and insertion functions has been added.
        Type of the completion can be specified using this
        panel
      - completion of commands from the history utilizes
        the same user interface as the name completion
      - changes made in the bookmark manager can be
        cancelled
      - the input line of the directory panel has no longer
        precedence over the panel contents. You can switch
        the focus (indicated by cursor bar's visibility)
        from the input line to the panel and back
      - it is no longer possible to execute commands
        directly from within the history panel. It was
        easy to make a mistake there and execute other
        command than intended (panel vs input line)
      - characters '!' and ':' are automatically quoted only
        if your shell is a C-shell
      - there is yet another new option in the directory
        compare panel
      - configuration parameter SHELLPROG:
        standard option -c <COMMAND> is appended
        automatically if it is not specified
      - configuration parameters CMD_Fn:
        command parameters $c and $S have been added
        (cursor position and selected files)
      - configuration parameters LAYOUTn:
        there are two new fields: $S and $P
        (alternative forms of file size and permissions)
2007-07-12 12:43:20 +00:00
xtraeme
b0b3690231 Drop maintainership. 2007-07-09 20:01:44 +00:00
degroote
ff1ddb51fc Add an entry for wpi-firmware2 2007-07-09 19:24:46 +00:00
degroote
d8a39bad3b Initial import of the new firmware for wpi(4). 2007-07-09 19:16:23 +00:00
minskim
da38dd3498 Use sysctl() when sysctlbyname() is unavailable. Patch from OpenBSD ports.
This fixes PR 36346.
2007-07-08 23:31:34 +00:00
minskim
02841a31a6 Make this package build on platforms that don't define MNT_UNION. 2007-07-08 22:22:29 +00:00
drochner
edb70b7ae6 update to 0.74
changes:
Init threading first to stop a warning from new GLib.
Remove the XML documentation support in configure
Fix typo in _dbus_gvalue_signals_error (#10837) (Thanks to Peter Kjellerstedt)
Update GLib requirement (Closes #10889).
Document dbus-gtype-specialized
Add simple test suite for peer objects.
Support peer-to-peer proxies. (Closes #10233).
Add dbus_connection_get_g_connection.
Stop compiler warnings (Closes #10374).
Handle dbus errors which are not name has no owner
Update abstract socket test from DBus, which now cross-compiles
Rename the error quark to be unique
Update AUTHORS
2007-07-06 18:23:26 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
jlam
00b5a3344d Ensure that nonexistent intermediate directories are created with the
default mode (${PKGDIRMODE}) even if -m <mode> is provided on the
command line.

Bump the package version to 20070704.
2007-07-04 19:21:22 +00:00
wiz
02082589b5 Update to 0.13:
============
Version 0.13
============

  o rewrite validator, and update it for desktop entry specification 1.0.
    The validator should be stricter and report more useful messages.
    (Vincent)
  o add --warn-kde and --no-warn-deprecated command line options to
    desktop-file-validate (Vincent)
  o port desktop-file-install to GKeyFile (Vincent)
  o don't require --vendor for desktop-file-install (Vincent)
  o some general module cleanup (Vincent)
2007-07-03 19:47:36 +00:00
xtraeme
8c28d6e5f4 Update to 0.15.3:
Remove -nobak from MKISOFS_ARGS, which is not available on newer cdrtools
versions.

Pointed out by Zafer Aydogan, thanks.
2007-07-03 15:45:06 +00:00
joerg
10e3eaa283 Override CHECK_PERMS for checkperms and its dependency digest.
This allows making it a real dependency for bulk builds.
2007-07-03 14:04:17 +00:00
obache
f26e390521 Fix build problem with modular Xorg.
Problem reported and fix confirmed by Pierre Pronchery in PR 36597.
2007-07-03 11:23:16 +00:00
joerg
980ccd8227 Make the NetBSD CVS ID go before the custom one so that ident picks
it up first.
2007-07-02 09:49:43 +00:00
joerg
2057c97081 Sort NetBSD ID before DragonFly ID to ensure it getting picked up first. 2007-07-02 09:48:24 +00:00
joerg
bd43995b46 Needs pkg-config. 2007-07-02 06:14:15 +00:00
tnn
0811edb046 Update sysutils/top to 3.6.1. Ok'd by agc@
Changelog mentions many bugfixes and improvements for Linux 2.6, FreeBSD,
Solaris, DEC OSF/1, NetBSD, AIX and IRIX. Note that it also says:
"Support for MacOS X is officially withdrawn although the macosx module is
still part of the distribution. Hopefully this is a temporary situation."
2007-07-01 22:43:05 +00:00
bouyer
bde1ee47e8 Restrict to Linux-2.[46]*-i386 NetBSD-*-i386. Suggested by Hauke Fath. 2007-07-01 20:20:24 +00:00
wiz
beb569a5f6 + cdrkit. 2007-07-01 00:26:39 +00:00
wiz
4a62edb4b2 Initial import of cdrkit-1.1.6 (from my package in pkgsrc-wip):
cdrkit is a suite of programs for recording CDs and DVDs, blanking
CD-RW media, creating ISO-9660 filesystem images, extracting audio
CD data, and more. The programs included in the cdrkit package were
originally derived from several sources, most notably mkisofs by
Eric Youngdale and others, cdda2wav by Heiko Eissfeldt, and cdrecord
by Joerg Schilling. However, cdrkit is not affiliated with any of
these authors; it is now an independent project.

Tested by Blair Sadewitz.
2007-07-01 00:26:14 +00:00
joerg
90b4a6a8ab DragonFly support and fix detection of modular Xorg. 2007-06-30 19:18:47 +00:00
joerg
ed40e0e9aa Add untested DragonFly support. 2007-06-30 18:14:35 +00:00
joerg
f8e39e1d99 Add untested DragonFly support. 2007-06-30 17:40:50 +00:00
joerg
74d7e13fdf Fix build on DragonFly. 2007-06-27 13:40:49 +00:00
joerg
2e2abb6ffb Fix build on DragonFly 1.8+. 2007-06-25 21:18:52 +00:00
tron
e9fe55194e Fix build problems with GCC 4.x if netboot support is enabled.
Patches provided by Dieter Roelants in PR pkg/36549.
2007-06-25 13:05:56 +00:00
wiz
c58e278497 Fix PR 35481 for cdrtools too.
Patches provided by Sergey Svishchev in private mail.
2007-06-21 18:16:16 +00:00
xtraeme
181b5ce956 Add a comment before the MAINTAINER line explaining that people
committing to that package should ask me first.
2007-06-21 12:31:51 +00:00
xtraeme
0834be84e9 Bump to 0.15.2 because a fix for MULTIPLE_KERNELS (there was a typo:
-f rather than ! -f, so the test was inverted) was done by hauke.
2007-06-21 12:28:31 +00:00
hauke
9c3c76433d Only complain about a missing kernel config file if we did actually
_not_ find it.
2007-06-21 12:21:10 +00:00
jlam
ef6921d005 * Honor PKG_SYSCONFDIR.
* Simplify the PLISTs by merging them.  This makes it easier to handle
  future platforms that want to install fsck.
* Don't compress the info files during installation.  The plist module
  can handle that automatically.
* Install the example mke2fs.conf file into the right place.

This should fix the latest bulk build error for e2fsprogs.
Bump PKGREVISION to 1.
2007-06-20 19:51:08 +00:00