Commit graph

4467 commits

Author SHA1 Message Date
apb
7af5cd05ed We need to define VNODE_VFLAG and NCACHE_VROOT to build on older
versions of NetBSD.  Thanks to PR/37393 from Yakovetsky Vladimir
for the hint.
2007-11-21 21:01:40 +00:00
apb
9d9d2f1537 Update checksums for patch-ad and patch-af, forgotten in previous commit. 2007-11-21 20:42:16 +00:00
xtraeme
27eae9ce11 Version 4.0.8
21 November 2007

- add a startup check for amount of memory being greater than the possible
  address space; prevents user confusion on 32-bit systems that use addressing
  tricks to have >4GB total system memory.  Thanks: Michael Kelly.
- documentation updates
2007-11-21 18:41:19 +00:00
apb
c32fafa0c9 Make lsof build on NetBSD >= 4.99.33. 2007-11-21 11:01:55 +00:00
tron
34e9459a91 Update "duplicity" package to version 0.4.3. Changes since version 0.4.2:
Move get_password() to Backend class to standardize.
- Fix problem with ftpBackend to create target directory
  if needed.  Note: this creates only one level.
- Dropped ssh-command and added ssh-options to allow users
  to add options to the scp and sftp commmands.
- Removed use of tempfile.TemporaryFile().  This fixes the
  restore problem on Windows that was due to Python bug
  1776696 reported on Sourceforge.
- Fixed Debian Bug#437694: Make bzip2 compression optional.
  The default is not to do bzip2 compression.  To use bzip2
  add the following command line option:
  --gpg-options='--compress-algo=bzip2 --bzip2-compress-level=9'
  Note: do not add spaces in the string value.
- Fixed bug 20764 - unable to use port in ssh backend.
  https://savannah.nongnu.org/bugs/?20764
- Remove ssh_command option, add ssh_options.  This adds
  options to the scp and sftp commands that are used by
  the ssh backend.
- Change ssh backend to send 'quit' instead of EOF when
  using sftp.  This allows it to run under cron as long
  as the password is supplied non-interactively.
- Change ssh backend to not pass :port part of URL to
  scp or sftp.  We already supply -oPort=xx for port.
2007-11-19 13:46:36 +00:00
bjs
e047df33ec SUBDIR+= psftools 2007-11-19 04:59:01 +00:00
bjs
16372c38e8 Import psftools-1.0.5.
The PSFTOOLS are designed to manipulate fixed-width bitmap fonts, such as
DOS or Linux console fonts. Both the PSF1 (8 pixels wide) and PSF2
(any width) formats are supported; the default output format is PSF2.

Note that these programs share no code with the Linux console utilities
(kbd).

NOTE: One may use the psf2txt utility to generate data for inclusion in
NetBSD's (or OpenBSD's) wscons built-in kernel font headers.  Currently,
the output requires some additional processing; I may add additional
functionality in the future, though anyone who wishes to contribute
patches is encouraged to do so! ;)
2007-11-19 04:58:15 +00:00
bouyer
bc7ff7b2d4 Make it build and run on amd64. 2007-11-17 16:45:32 +00:00
wiz
0b09193af9 Reset maintainer for itojun's packages. 2007-11-17 13:40:15 +00:00
hiramatsu
e6ecb478b0 Update p5-File-Copy-Recursive to 0.35.
Changes from 0.30:
0.35  Mon Aug 27 16:18:53 2007
        - fixed rt 29008

0.34  Tue Aug 21 09:41:05 2007
        - samecheck return; instead of croak;
        - remaining croak()'s to $! = .. return;

0.33  Thu May 10 12:19:36 2007
        - Sorry missed this one w/ 0.32... rt 25529

0.32  Wed May  9 20:56:55 2007
        - rt 26459

0.31  Wed Jan 24 16:42:15 2007
        - Fixed "Uninitialized value in -e ... line 196" problem. (Thanks Ben Thomas)
        - Fixed similar issue in nearby code (use of $_[0] instead of $org)
        - removed pointless at best, vague problem at best !-e readlink() check from symlink patch from 21267 introduced in 0.26
2007-11-17 13:00:49 +00:00
dillo
a8d40a33c1 Update to 1.2.0 and fix two bugs:
- Only use index 1 as track boundary.  Previously, the first index was
  taken as the end of the previous track and the last index as the start
  of this track.  All sectors in between were silently dropped.

- Stop output of a track *before* the first sector of the next track.
  Previously, the first sector was output twice, once as the last
  sector of the previous track, once as the first sector of the
  current track.

Patches will be sent upstream shortly.


Take maintainership, ok pooka.
2007-11-16 12:03:42 +00:00
rillig
b937764311 Some users don't have "." in their PATH, for good reason.
Solaris needs an extra -lm.
2007-11-14 13:15:36 +00:00
drochner
c54c485b17 Work around a missing check for sys/param.h in configure, to make it
build on NetBSD-3, fixes PR pkg/37292 by Gilles Gravier.
Thanks to Gilles for testing the fix.
(I'll report the missing configure check upstream.)
2007-11-12 20:52:52 +00:00
wiz
7372e19728 Remove batraq.anything3d.com and mishka.terabyte.com.ua from MASTER_SITES,
they don't resolve. From Zafer Aydogan in PR 37334.
2007-11-12 00:10:10 +00:00
wiz
f585727c65 Remove fuf.sh.cvut.cz from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37333.
2007-11-12 00:09:15 +00:00
martti
9afb20a137 Added commented-out LICENSE=something. 2007-11-11 11:35:48 +00:00
agc
748a44ee57 This package doesn't compile on Dragonfly or Solaris 10, as confirmed by
bulk build results, so mark it as only for NetBSD/i386 and then add to this
list as it gets ported to different operating systems.
2007-11-11 11:02:11 +00:00
jnemeth
af2b826937 add and enable rename 2007-11-08 20:09:49 +00:00
joerg
e725e20c42 Bump version or revision of all packages that have a runtime dependency
on gzip.
2007-11-08 19:39:42 +00:00
drochner
afbf8e6e81 sync w/ base pkg (no change except version number) 2007-11-05 20:08:45 +00:00
drochner
d4bed7882c update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-05 19:10:29 +00:00
drochner
b7d9ee1a38 update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-05 19:09:07 +00:00
drochner
4d7f1acf90 update to 2.20.0
This switches to the new gnome-2.20 branch.

pkgsrc notes:
-System dependant parts were reorganized upstream, in particular there
 if a subtree for FreeBSD now, and one for the other BSDs. I didn't
 pull in the DragonFly patches because I can't decide whether to base
 them on the freebsd or the rest.
-I've changed the NetBSD code to use kinfo_proc2 almost completely.
 Some vm statistics reporting might be less accurate now because
 some fields in proc2 seem to be unmaintained by the current kernel
 (eg ixrss).
-Also, some libgtop functions might be able to run in the non-privileged
 part now, but dealing with this would require even more #ifdefs, so
 we should consider setting up a private subtree as FreeBSD did.
-I didn't verify with older NetBSDs; kvm_getproc2() has been in the
 tree for quite some time so I hope it will just work without the need
 for excessive "#if __NetBSD_Version__ > t".
2007-11-05 19:06:02 +00:00
rillig
61ac5daff5 Imported rename from PR 37280.
Rename is a command-line rename tool.  It can substitute, lowcase,
upcase large numbers of file names, or change their ownerships.
This is a quick and powerful tool written in C with extended regular
expression support for searching and substituting pattern strings
in filenames.
2007-11-05 15:56:34 +00:00
rillig
a8826cd434 + rename 2007-11-05 15:49:45 +00:00
rillig
8f8d3f20b6 + oak
+ rename
2007-11-05 06:42:00 +00:00
gendalia
7e03c2d9f3 Update Jason's email address here too. 2007-11-04 03:52:47 +00:00
gendalia
3370d3915e Jason's address has changed. 2007-11-04 03:46:01 +00:00
drochner
e2c219f35c update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-03 16:32:49 +00:00
rillig
9cd71b216d Imported oak from pkgsrc-wip.
Oak is a program that can be used to monitor syslogs from a collection
of servers and notify operators when problem conditions arise. In
addition to providing immediate notification of critical problems, oak
will also batch less critical problems into summary messages that can be
sent less often and via any medium.

Packaged by jdwhite@jdwhite.org.
2007-11-03 14:28:21 +00:00
rillig
e076cfff07 Files from DISTDIR should not be copied with the -p option, since they
could be write-protected by file flags, which makes it difficult to
remove them with "make clean".

While here, replaced some custom code with things that have been added
to the pkgsrc infrastructure. This makes the Makefile a bit shorter.
2007-11-01 08:34:42 +00:00
gdt
3f920050e9 generic-nonlicense 2007-10-31 21:45:33 +00:00
drochner
48d21b185c update to 2.20.0
This switches to the new gnome-2.20 branch.
Also fix the CONFLICTS handling resulting from the recent rename.
2007-10-31 19:58:13 +00:00
wiz
564545dac0 Move CONFLICTS line to correct place. 2007-10-31 02:16:03 +00:00
drochner
4cc3bc2462 replace some deprecated use of SigC::slot() -- libsigc++-2.1 will
remove it (didn't test with 2.0 again, hope I didn't break it)
2007-10-30 19:01:29 +00:00
bjs
1abfd2e5e7 -- Add DESTDIR support.
-- Use INSTALLATION_DIRS_FROM_PLIST=yes; share/playvt wasn't in PLIST.
-- Change some assignment operators to ?=, and:
-- Add USE_BSD_MAKEFILE=yes to set those values.
-- Bump rev.
2007-10-30 02:22:54 +00:00
joerg
5c0f407982 Don't expect the OS to provide inb/outb, just define the assembler
functions directly. Fixes build on NetBSD current. Add DESTDIR support.
2007-10-29 18:41:24 +00:00
sborrill
8c5d199b6d Don't need to bump PKGREVISION as by default, options as on (i.e. same as
before)
2007-10-29 12:44:56 +00:00
sborrill
1301bed0d3 Add cgi and snmp options (on by default) 2007-10-29 12:40:58 +00:00
rh
d55390bb88 Update the user_darwin scripts to 20071026. This adds compatibility with
Darwin 9.x / Mac OS X 10.5 (Leopard), which no longer uses netinfo.
2007-10-29 08:12:55 +00:00
heinz
89c3c63625 Regen (Linux-specific change for patch-aa) 2007-10-28 16:18:02 +00:00
obache
a1c926cfb7 I forgot to commit distinfo since changed patch-ac... 2007-10-28 14:19:13 +00:00
heinz
77857cf839 Instead of removing the unportable inclusion of features.h marked it as
specific to Linux.
2007-10-28 10:27:34 +00:00
heinz
353a1bd0ae Made CFLAGS and LDFLAGS overridable through the pkgsrc Makefile.
Proposed by Christian Hattemer in PR pkg/37190.
2007-10-28 10:10:09 +00:00
obache
04162c3095 Move patch location to maintain easy. 2007-10-28 04:16:15 +00:00
obache
4ae0ec8b39 Fix typo (OPSYS => OSTYPE). 2007-10-28 02:18:08 +00:00
obache
13c3b8596d Update skill to 4.1.4.
Based on patch provided by Yakovetsky Vladimir in PR 36788.
Add target for FreeBSD and Linux (and IRIX/OSF/AIX/HUPX, not tested).
XXX: Should use distribution's Config script instead?

4.1.2: Minor feature enhancements
This release features support for Cygwin. It validates on Solaris 5.9-10, HP-UX
11.23, and FreeBSD 5.3. There is an HP-UX 64-bit fix. The FreeBSD 5.x special
proc handling was improved, and there were some minor cleanups.

4.1.3: Minor feature enhancements
This release adds support for AIX v5. It has a work-around for a Solaris issue
where the process open() call would hang.

4.1.4: Minor bugfixes
skill and snice now act on each process only once (for systems like BSD that
return the same Process ID multiple times, once for each instantiated thread).
Support has also been added for FreeBSD 6.2 and HP-UX 11.31.
2007-10-27 02:52:22 +00:00
joerg
605923e99d Add DESTDIR support. Split install -d command as it is not portable. 2007-10-26 15:06:19 +00:00
wiz
23382c1b3d Drop maintainership. 2007-10-26 10:01:53 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00