Commit graph

6610 commits

Author SHA1 Message Date
dholland
f91b8b8497 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
wiz
16ea3717e5 Update to 3.1.10:
2012-06-25  Martin Mares <mj@ucw.cz>

	* Released as 3.1.10.

	* Decoding of LTR/OBFF in PCIe capabilities.

	* Various minor bug fixes.

	* Updated pci.ids to the today's snapshot of the database.
2012-07-01 15:49:14 +00:00
dholland
6f1546a252 Honor PATH_FSTAB in the environment if present. Allows this package to
configure in a chroot that doesn't have an fstab file. Cloned from
the corresponding freebsd file.
2012-06-30 05:10:51 +00:00
joerg
cfc164ceb7 Fix backtrace(3) fallout on NetBSD. 2012-06-29 12:39:17 +00:00
obache
2096579fea strip -Werror, using deprecated g_atexit in glib2. 2012-06-28 11:13:06 +00:00
dholland
8761b99194 Apply a similar fix to archivers/star to fix schilyware configuration for
powerpc on NetBSD.
2012-06-28 05:15:38 +00:00
dholland
da3c39eb12 Fix wrong INSTALLATION_DIRS. 2012-06-28 05:04:27 +00:00
bsiegert
831ddf2950 Move #include <sys/types.h> before the #define of _XOPEN_SOURCE so that
u_short etc. are being defined by it.

Fixes build on MirBSD. This is a leaf package.
2012-06-27 08:52:05 +00:00
schmonz
ce6eacc919 Update to 4.3.0. From the changelog:
- add ability to mmap a device other than /dev/mem, enabling easier
  testing of memory for hardware engineers et al if their system's
  kernel exports the memory they're interested in via /dev/mydevice
  or similar. Thanks: Jean-Noel Avila.

- add ability to run only specified tests by setting the environment
  variable MEMTESTER_TEST_MASK to a bitmask of the indexes of the
  tests to be run. Thanks: Ian Alexander.

Updating this during the freeze as it's a leaf package and the
changes should be low-impact.
2012-06-21 21:08:11 +00:00
bouyer
deabd44c27 Move patches to the right place. Bump PKGREVISION 2012-06-19 20:17:06 +00:00
joerg
a32c8727e6 Revert last, it breaks the build. 2012-06-18 11:10:47 +00:00
taca
fcc27e4c91 Remove php-fileinfo which is bundled with base by PHP 5.3 and later. 2012-06-16 15:11:25 +00:00
taca
680e4f7197 Remove php-fileinfo. 2012-06-16 15:10:48 +00:00
dholland
827cea3310 Give this a fake empty fstab file to play with during configure.
From FreeBSD. Thanks to Mark Linimon for the reference.
2012-06-16 09:45:01 +00:00
dholland
4efaf265ac Insert another symbolic link so it configures on amd64. Fix getline()
conflict. Fix makefiles that weren't stopping on error.

Now builds.
2012-06-16 08:55:54 +00:00
markd
e43be93ef2 Update to KDE SC 4.8.4
Bug fixes.
2012-06-16 04:45:28 +00:00
taca
9b568c38e9 Add a comment why this package accepts only PHP 5.2.x. (5.3.x and 5.4.x
bundled it.)
2012-06-16 03:01:00 +00:00
sbd
bea600acfb By request don't build with gmp.
Bump PKGREVISION.
2012-06-15 11:32:57 +00:00
sbd
b62232ac5a Add missing devel/gmp buildlink.
Bump PKGREVISION.
2012-06-14 22:30:19 +00:00
taca
c7e89835fa Update ruby-facter to 1.6.10.
1.6.10
===
35067dc Bump Facter epoch to 1
d6a3e91 Make package task depend on tar in Rakfile
f42896d (#14764) Stub architecture fact when Windows facts run on Linux
f44ca52 (maint) Fix hardware model fact for ruby 1.9
964d1f0 (#12864) Close registry key
ab025bb Revert "Revert "(#12864) Windows: get primary DNS from registry""
478386d (#10261) Detect x64 architecture on Windows
6cc881d Use git describe in Rakefile to determine pkg ver
2043244 (#13678) Remove deprecation msg triggerd by the ipaddress6 fact
d118d81 (#13678) Add filename extension on absolute paths on windows
b050eb1 (#14582) Fix noise in LSB facts
85654b0 (#13678) Allow passing shell built-ins to exec method on windows
8f4c016 (#13678) Single quote paths on unix with spaces
2d164e8 (#13678) Join PATHs correctly on windows
e7e7e8f (#13678) Extend spec tests for expand_command
0fea7b0 maint: Add shared context for specs to imitate windows or posix
60d0cd2 (#13678) Fix spec failures on windows
121a2ab (#13678) Fix quoting in expand_command
55b1125 (#13678) Add more unit tests for new methods
9086c0a (#13678) Add RDoc documentation for new methods
165ace4 (#13678) Convert command to absolute paths before executing
2012-06-14 15:16:07 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
bouyer
37d2e56472 pull up patches from upstream, fixing XSA7, XSA8 and XSA9.
PKGREVISION++
2012-06-12 15:59:04 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
joerg
4ee8a913c3 Don't install the (binary only) SolarisRBAC cruft. 2012-06-08 16:05:11 +00:00
sborrill
6c61dbd4ec Add support for appending a custom string to the OS version as displayed by
XenCenter by setting xenguest_osappend in rc.conf.

Bump PKGREVISION
2012-06-05 12:58:53 +00:00
jym
7eef8bb03f Kill USERGROUP_PHASE=pre-install as this hardcodes the UID/GID in the
+INSTALL script. This causes problems when you build the package on one
machine but install it on another not necessarily with the same
accounts configured.

XXX any real use for USERGROUP_PHASE=pre-install? IIUC pkg_install
installs USERGROUP during pre-install-script target by default, making it
explicit seems to cause more problems than it solves...
2012-06-05 09:30:19 +00:00
cheusov
a66cf127be Add symlinks in gnu/man/man1/
++pkgrevision
2012-06-02 09:32:30 +00:00
taca
6e42309f28 Update ruby-facter to 1.6.9.
1.6.9
===
b398bd8 (#14334) Fix dmidecode based facts on DragonFly BSD
6c46b2c (#14332) Correct stubbing on Ubuntu
753f3a4 Revert "(#12864) Windows: get primary DNS from registry"
ac51593 Wrap dmidecode/pciutils in ifarch block
fbaa8fe (#11511) Correct lsbrelease specfile filename
14eee2b (#12864) Windows: get primary DNS from registry
2842c96 Update rpm spec file
515fd65 (#11511) Split lsb facts into multiple files
2012-06-02 01:02:01 +00:00
cheusov
77d39f6a55 Add symlink to gnu/man/man{1,5}
++pkgrevision
2012-06-01 20:16:06 +00:00
sno
46a44cdf1d Updating package for CPAN module Linux::Inotify2 in
sysutils/p5-Linux-Inotify2 from 1.2.1 to 1.2.2.

Caution: The author uses an unusual versioning scheme which clash as
well with CPAN and pkgsrc.

Upstream changes between 1.22 and 1.21:
1.22 Tue Jun 14 08:34:38 CEST 2011
	- use a more useful definition of IN_xxx methods - any bits, not
          a match. (pointed out by Anatoliy Grishayev).
        - slightly reworked the documentation.
2012-05-31 09:16:58 +00:00
sno
79197ee028 Updating package for CPAN module File::Remove in sysutils/p5-File-Remove
from 1.50 to 1.52.

Upstream changes:
1.52 Mon 19 Mar 2012 - Adam Kennedy
	- No functional changes
	- Updating Module::Install to 1.06
	- Moved File::Spec dependency to 3.29 to fix problems with
	  four-digit decimal dependencies in some downstream packaging
	  systems.

1.51 Thu 27 Oct 2011 - Adam Kennedy
	- END-time deletion by clear() is now fork-safe, it will only remove
	  paths created in the same process.
2012-05-31 09:10:27 +00:00
obache
2b325f63f4 Fixes build with glib2>2.30, direct includion of header file is not allowed.
patch via PR 46453 by Noud de Brouwer.
2012-05-30 13:52:18 +00:00
bouyer
44b90627d2 Fix build failure reported by David Holland. I don't know why gmake didn't
stop for me on this error.
Bump PKGREVISION, as despite the error the package did build fine for me.
2012-05-30 08:29:43 +00:00
taca
d4a3afa031 Fix path of the target file in patch files. 2012-05-30 03:27:05 +00:00
cheusov
6a13d2c1a0 Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@) 2012-05-29 22:58:52 +00:00
cheusov
ca6b729e4e Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).
All utilities are installed with a prefix 'g'. Symlinks with original
names are created in ${PREFIX}/gnu/bin.

++pkgrevision

Add LICENSE
2012-05-29 22:02:31 +00:00
cheusov
9f2826ede5 Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).
All utilities are installed with a prefix 'g'. Symlinks with original
names are created in ${PREFIX}/gnu/bin.

While here fix some pkglint warnings.

++pkgrevision
2012-05-29 18:14:13 +00:00
bouyer
55f89809df Add support for PCI pass-through for HVM guests, based on patch sent by
dukzcry <lomka@gero.in> on netbsd-users@ on may 14. This supports
only HVM guests, and only with the xl tool.

bump pkgrevision.
2012-05-29 15:01:34 +00:00
marino
f54aa19baa sysutils/pfstat: Remove DragonFly hack.mk
The new patch rendered this hack unnecessary.
2012-05-27 21:13:31 +00:00
dholland
a99641611e Avoid setting .PATH with '..' when the name of the containing directory
is the same as the name of a build product. I think this is what's been
confusing make.
2012-05-27 20:46:14 +00:00
marino
40280d7ece sysutils/pfstat: Add DragonFly hack
After spending more time on this this trying to patch it properly than I
care to admit, I concede defeat and add a hack.mk for DragonFly.

I'm not exactly sure what the problem is, other than "make" works on the
subdir makefile and "bmake" doesn't.  And that's only true if executed
outside of the package -- hardcoding "make" inside the do-build phase
doesn't work.  Weird problem, but the hack works.
2012-05-26 14:21:11 +00:00
marino
a22b9733aa misc/libgksu: USE_TOOLS+= msgfmt 2012-05-24 23:23:21 +00:00
sborrill
2a272d0536 Fix typo in rc.d script.
Bump PKGREVISION
2012-05-24 09:44:18 +00:00
gdt
f06eb59ac2 Update to 1.15 (not really tested), on the theory that there's no
reason to run old upstream code.


Changes in version 1.15:

The new option "-a, --min-read-rate" has been added.

The new option "-I, --verify-input-size" has been added.

The new option "-x, --extend-outfile" has been added.

Ddrescue now verifies that infile, outfile and logfile are all
different.

Non-tried blocks are now read aligned to cluster-size sectors.

The "split or skip" algorithm of the split pass has been improved.

A spurious warning about "-D" being ignored in fill mode has been
removed.

Ddrescuelog, a tool for manipulation, display, conversion, comparison
and testing of ddrescue logfiles, has been added.
2012-05-22 23:41:04 +00:00
marino
e600ef0e83 sysutils/heirloom-shl: mark NOT FOR *BSD or DragonFly
According to the install file, this package is not for any BSD, not just
NetBSD (also not for AIX or HP-UX, but I didn't mark those).
2012-05-22 16:41:57 +00:00
plunky
c7e2d98217 update to BlueZ hcidump 2.4
This release adds support for A2MP, L2CAP create/move channel,
  SAP and additional AVRCP decoding.
2012-05-21 07:01:32 +00:00
sbd
faeea17a70 Convert AMANDA_SMB and AMANDA_DUMP_SNAP build defines to pkg options. 2012-05-21 04:27:09 +00:00
sbd
321982388f Use += to set pkg supported/suggested options. 2012-05-21 04:25:36 +00:00
sbd
d51223a68e Add runtime dependency on mail. 2012-05-20 11:21:34 +00:00
sbd
0e71a285b9 If /usr/bin/ssh doesn't exist add openssh depenedance. 2012-05-20 11:14:33 +00:00