Commit graph

3728 commits

Author SHA1 Message Date
rillig
3c62cc84ac Removed superfluous :Q operators. 2006-07-09 22:36:28 +00:00
wiz
5984d4f4bc Add magicrescue. 2006-07-09 15:12:59 +00:00
wiz
31f85d9874 Initial import of magicrescue-1.1.4:
Magic Rescue scans a block device for file types it knows how to
recover and calls an external program to extract them.  It looks
at "magic bytes" in file contents, so it can be used both as an
undelete utility and for recovering a corrupted drive or partition.
As long as the file data is there, it will find it.

It works on any file system, but on very fragmented file systems
it can only recover the first chunk of each file.  Practical
experience (this program was not written for fun) shows, however,
that chunks of 30-50MB are not uncommon.
2006-07-09 15:12:15 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
drochner
7173329261 update to 2.14.2
changes:
* Support relative paths from command line.
-trandlation updates
2006-07-07 18:24:45 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
minskim
0dbcaeac1c Add a workaround for GNOME bug #338015. This fixes PR pkg/33233. 2006-07-07 00:47:39 +00:00
minskim
8ba8249b9f Add a workaround for GNOME bug #337993. This fixes "undefined symbols"
errors on Darwin.
2006-07-07 00:24:43 +00:00
minskim
596cee5957 Add a missing file from neon sources to fix an "undefined symbols" error
on Darwin.  This addresses one of the errors reported in PR pkg/33233.
Patches obtained from GNOME CVS.
2006-07-06 23:35:15 +00:00
jlam
cf56f31e09 In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",
not "netbsd.org".
2006-07-06 21:14:19 +00:00
rillig
63961cf008 Fixed pkglint warnings. 2006-07-06 17:36:06 +00:00
rillig
80844435a1 Fixed the Size checksum. 2006-07-06 17:30:31 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
cube
c777fe98a9 Drop -Werror. Fixing all gkrellm warnings requires supernatural powers.
Superheroes, feel welcomed to help.
2006-07-04 00:26:05 +00:00
joerg
32fed0487a When trying to link against FOX, use pthread libs explicitly. 2006-07-03 14:15:29 +00:00
agc
5b08a1a13d Add and enable xenkernel30. 2006-07-03 07:29:28 +00:00
agc
64836659ea Initial import of a xen3 kernel package, to facilitate xen3 dom0 support
in NetBSD.

	Xen is a virtual machine monitor for x86 hardware (runs only on
	i686-class CPUs), which supports running multiple guests operating
	systems on a single machine.  Guest OSes (also called "domains")
	require a modified kernel which supports Xen hypercalls in replacement
	to access to the physical hardware.  At boot, the xen kernel is loaded
	(via grub) along with the guest kernel for the first domain (called
	domain0).  domain0 has privileges to access the physical hardware (PCI
	and ISA devices), administrate other domains and provide virtual
	devices (disks and network) to other domains.

	This package contains the Xen3 kernel itself.
2006-07-03 07:28:22 +00:00
bouyer
7204282b47 + xentools30 2006-07-02 16:50:55 +00:00
bouyer
643e239ded Initial import of a packages for Xen 3.0 domain0 tools. 2006-07-02 16:49:31 +00:00
rpaulo
e5876778fd wpi-firmware dir 2006-07-02 13:37:36 +00:00
rpaulo
6d6d59ea20 Firmware for wpi(4). 2006-07-02 13:35:55 +00:00
rillig
4275f2dafa Needs a C compiler. 2006-07-02 10:37:53 +00:00
rillig
b6eb83541a Fixed the case when PREFIX != "/usr/pkg". The ifdef directive of GNU
Make takes a variable _name_, not its value as argument.
2006-07-02 10:37:29 +00:00
martti
7831ffaf5a Apply io_sysctl patch by Kibum Han (pkg/33772) 2006-07-02 10:13:11 +00:00
joerg
927f7c6007 Needs intltool. Add DragonFly support. The latter from walt on
DragonFly's submit list.
2006-06-30 02:54:11 +00:00
joerg
65f16a2523 Move post-extract rule into Makefile.common, so that gcdrtoaster
profits as well.
2006-06-30 01:44:55 +00:00
xtraeme
bbb6c63366 Make this build/install on NetBSD -current.
Aproved by Johnny C.Lam <jlam>.
2006-06-29 17:45:39 +00:00
joerg
efc140a163 sndfile is deactivated when pkg-config is not available, so add it as
build time dependency.
2006-06-28 21:19:55 +00:00
wiz
1c18b32420 Reset maintainer, mail bounced with Host not found. 2006-06-27 21:55:04 +00:00
heinz
7c364cee27 Fixed package to build with CHECK_INTERPRETER=yes. 2006-06-27 19:44:49 +00:00
minskim
149fc1f71d USE_TOOLS+=lex 2006-06-27 16:04:29 +00:00
he
4cc1f10068 Make sure /var/run/munin gets created on restart; /var/run is cleaned
out by NetBSD's rc.d scripts.  Also make STATEDIR overridable.
Bump revision to 2.
2006-06-27 13:05:49 +00:00
minskim
45342a0602 USE_TOOLS+=flex 2006-06-26 16:24:53 +00:00
ghen
e0241b3063 Add Bacula's 1.38.10-scheduler.patch as patch-al. From the announce mail:
> I have released a patch (1.38.10-scheduler.patch) to the patches area of the
> Bacula Source Forge releases.  I *strongly* recommend that everyone using
> Bacula version 1.38.10 apply this patch.  It applies only to the Director
> (the SD and FD are unchanged) and *only* to version 1.38.10.  The patch will
> prevent the Director for crashing or hanging (depending on your OS) whenever
> you do a "reload" command or whenever there is a sudden clock shift, which
> occurs much more often than one would imagine.

Bump PKGREVISION.
2006-06-26 13:05:19 +00:00
drochner
0028556a03 make this build on recent -current, fixes PR pkg/33631
by Steven M. Bellovin
2006-06-26 12:14:25 +00:00
rillig
9ebcc2709b This package needs man/cat8 to install correctly into a previously empty
${LOCALBASE}.
2006-06-25 09:49:51 +00:00
joerg
f2d48230ce Forgot patchsum. 2006-06-24 09:50:12 +00:00
drochner
242423f4fb fix the other problem with gnomevfs-smb: need runtime library path,
bump PKGREVISION
2006-06-23 17:27:50 +00:00
joerg
7412feccae Not supported on DragonFly. 2006-06-22 19:23:03 +00:00
joerg
135659969b Needs libtool. 2006-06-22 10:19:53 +00:00
joerg
c29b056278 Needs pkg-config. 2006-06-22 10:03:55 +00:00
joerg
5519d96fae Don't try to set PTHREAD_SCOPE_SYSTEM on DragonFly either.
From Iain Templeton. Bump revision.
2006-06-21 23:30:49 +00:00
joerg
1175e15d5e Add DragonFly support. 2006-06-21 20:41:27 +00:00
joerg
26dfdf5fe2 Add DragonFly support. 2006-06-21 19:34:45 +00:00
minskim
e992931f9c USE_TOOLS+=lex 2006-06-21 18:33:51 +00:00
joerg
853ed07d1c Fix PLIST by removing entries which don't make sense at all.
Bump revision.
2006-06-21 17:03:24 +00:00
jlam
c3cffde254 Back out previous as the cause of the bulk build error was in msgfmt.sh
not automatically checking for "*.po" suffixed files.  This is fixed
as of revision 1.24 of pkgsrc/mk/tools/msgfmt.sh.
2006-06-20 23:13:18 +00:00
jlam
aef71c6763 Fix path to the PO file... it ends in ".po". This fixes the error noted
in the bulk build:

	http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20 22:57:12 +00:00