Commit graph

3408 commits

Author SHA1 Message Date
peter
b7760d3810 The previous commit to fix the include path didn't worked so well on
NetBSD 2 + pflkm, because the path was substituted by "__nonexistent__".
So to fix this properly, add a patch with CPP conditional which fixes
the path for __DragonFly__.
2006-03-06 23:02:07 +00:00
joerg
a0237ff647 Don't hard-code /dev/sound or /dev/dsp, use DEVOSSAUDIO instead.
Add DragonFly support.
2006-03-06 22:16:53 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
wiz
d6bd870fec Add strace. 2006-03-05 10:27:12 +00:00
christos
f3cb4378a8 make this more pkgsrc-friendly (thanks to agc for educating me) 2006-03-05 09:19:03 +00:00
christos
4b49ca87b2 move strace to sysutils and merge package changes 2006-03-05 09:04:50 +00:00
christos
b2356cd626 delete a stray printf 2006-03-05 08:28:29 +00:00
christos
e84b073bbe add strace. This only works for NetBSD/i386 thus far. 2006-03-05 08:17:49 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
adam
ea994ea8dc One bracket too many - fix 2006-03-03 15:02:13 +00:00
adam
1025591688 Changes 1.13.0:
* mkntfs now creates NTFS 3.1 (Windows XP) volumes by default
* ntfsmount can deal with symbolic links and device files
* bug fixes and improvements
2006-03-03 10:15:46 +00:00
wiz
ff27c7927b Fix build on -current. 2006-03-01 22:46:50 +00:00
wiz
59c67875f2 Fix build on NetBSD statvfs systems. 2006-03-01 22:46:29 +00:00
wiz
9eef63bf57 Set BUILD_TARGET, remove BROKEN_IN. 2006-03-01 22:45:15 +00:00
wiz
5e868c3f71 regen patch-ad with correct line offsets. 2006-03-01 22:45:00 +00:00
drochner
82ccd20b29 update for changes in <dev/scsipi/scsi*.h> headers in NetBSD-3 and later;
now this is for NetBSD>=3 only (until the next header change...), but
as I'm appearently the only person who has bought that crap I don't
feel bad about it
2006-03-01 17:16:01 +00:00
joerg
1c54289746 Add support for DragonFly. There are some minor issues left, e.g.
installing of the backend daemon as kmem, but I don't want to make
it the default, since almost all operations work without it.
2006-02-28 23:48:11 +00:00
joerg
0e17ef9978 Don't declare UriType as common symbol. Fixes build issues on Darwin.
Reported-by: Alexander Botero-Lowry
2006-02-27 22:31:56 +00:00
joerg
b712e514c7 The Python modules tries to parse the output of cpp and generate
type tables from it. It is too stupid to understand the GCC extension
used for (u)int64_t on FreeBSD and DragonFly by the default code.
Use -Dlint on those platforms and hope that FreeBSD 10 will arrive
after the upstream is fixed.
2006-02-26 21:42:33 +00:00
wiz
636a554ffc Do not try removing man/ru/*, they are now in mk/platforms/*dist. 2006-02-22 22:13:42 +00:00
wiz
c89e0a4545 Fix BUILDLINK_DEPENDS and BUILDLINK_RECOMMENDED lines. 2006-02-22 21:01:00 +00:00
wiz
b269c76867 Do not touch /sbin during installation. 2006-02-20 23:10:05 +00:00
wiz
9c7ef05dc9 Install some documentation. Bump PKGREVISION. 2006-02-20 23:09:00 +00:00
markd
078a122b82 Update k3b to 0.12.12
Changes in 0.12.12
* Fixed another bug in the iso options code which sometimes resulted in a
  failed verification.
* Properly close the reading device when copying VideoDVDs. This bug
  resulted in a blocked device.
* Fixed handling of filenames in libdvdcss backend (this fixes VideoDVD
  copy).

Changes in 0.12.11
* Fixed selection in the audio CD ripping window.
* Fixed info block handling in WAVE audio file decoder: no more clicks at
  the end.
* Introduced a hack which fixes the "Wav detected as Mpeg file" bug.
* Fixed Auto multisession mode for DVD+RW and DVD-RW in restricted
  overwrite mode in case a previous session was imported.
* Fixed a crash with HAL >= 0.5 when exiting K3b.
* Allow copying of double layer DVDs with a size below 4.3 GB to single
  layer media.
* Support for the ring buffer in growisofs 6.0.
* Use .iso extension for images instead of .img
* Properly remove the image file in case verification failed.
* Ignore mounting state of a medium when showing its contents.
* Fixed a bug in the iso options code which sometimes resulted in a
  failed verification.
* Properly handle cue files withan image file name like
  image.bin.cue + image.bin
* Write a proper Xing header when encoding VBR mp3 files.
2006-02-20 08:53:51 +00:00
rillig
9fc840ff59 The patches have been applied upstream. 2006-02-18 10:12:24 +00:00
rillig
3c63737ac3 Fixed pkglint warnings. 2006-02-17 15:43:22 +00:00
martti
fcf951a43d Fixed warnings found by pkglint -Wall. 2006-02-17 07:55:57 +00:00
martti
d48b5f2558 Fixed warnings found by pkglint -Wall. 2006-02-17 06:49:23 +00:00
joerg
951ea26e05 Fix errno. Fix label at end of compound statement. Fallback to
O_FSYNC on DragonFly for O_SYNC.
2006-02-16 21:22:52 +00:00
rillig
9357beaacf Fixed pkglint warnings. 2006-02-15 20:08:41 +00:00
drochner
2434c02371 update to 2.12.3
changes:
-bugfixes
-Try harder to determine media type
-translation updates
2006-02-15 18:29:53 +00:00
rillig
b6d6f4052b Fixed pkglint warnings. 2006-02-15 13:58:07 +00:00
yyamano
fdaf88784e Make this build on Darwin. Fix PR 32796. 2006-02-14 16:26:38 +00:00
xtraeme
b36bf56512 ENOTIME to mantain these packages, feel free to pick it up if you are
insterested.
2006-02-12 15:24:14 +00:00
rxg
0241189fee Removed rox-session. 2006-02-11 16:07:58 +00:00
rxg
711e048192 Moved rox-session into x11/. 2006-02-11 16:06:07 +00:00
rxg
f9055a88f1 Add & enable py-dbus. 2006-02-11 14:58:23 +00:00
rxg
eead2967d4 Intial import py-dbus-0.23.4nb2.
This package provides the Python D-BUS bindings.

Oked by wiz.
2006-02-11 14:55:51 +00:00
rxg
745b4189f0 Change PKGNAME= to PKGNAME?= for the related packages that have their own
package name, e.g. py-dbus.

Oked by wiz.
2006-02-11 14:30:29 +00:00
joerg
52b147a1ae Use PKGNAME_NOREV as base for DISTNAME. Different fix for PR 32783. 2006-02-09 13:30:19 +00:00
drochner
35071e77ee update to 2.12.2
changes:
-Dropped many dead files.
-added translations
2006-02-08 18:36:41 +00:00
adrianp
adefa15059 Update to 0.3.17
> 2005-11-23  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped version number to 0.3.17
>
>         * src/io.c (do_write): added workaround for broken destination
>         sockets
>
>         * src/pkt_buffer.c (do_flush_stream): make sure data is not lost
>         if A_WRITE returns failure by pushing it back to the buffer
>
> 2005-05-03  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped version number to 0.3.16
>
>         * src/io.c (io_iter): fixed possible nonblocking_fd leaks as
>         unlinking an fd might have dropped some valid structures
>
>         * src/werror.c: fixed werror_hexdump and related functions,
>         still #if 0ed but useful for tracking down gc related problems
2006-02-06 18:31:23 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
7ca4d81bdd Allow cdrtools-ossdvd to fulfill cdrtools dependency;
use GNU tar in GNUTAR variable -- bump PKGREVISION for that.
Addresses PR 32751 by John Kohl.
2006-02-05 20:39:05 +00:00
joerg
b3a9cb78f0 Unmask mbmon for DragonFly. 2006-02-05 15:32:32 +00:00
martti
2026c1dcf9 Updated sysutils/xfce4-netload-plugin to 0.3.3nb2
Fix build problems (detected by bulkbuild).
2006-02-05 13:15:37 +00:00
wiz
ba9b350189 Update to 2.01.01a05, syncing patches with wip/cdrtools-devel.
Changes:
* Thu Feb 02 2006 - Release of a GPL compliant 2.01.01a05-ossdvd
  patch. This patch is for cdrtools-2.01.01a05.tar.bz2 and is adjusted
  to work with linux kernel 2.6.12 or higher and can be compiled with
  gcc-4.0.x. The rawio patch using libcap has been migrated to
  cdrtools-2.01.01a05-rawio.patch.bz2 . The patch called
  cdrtools-2.01.01-scsibuf.patch.bz has become redundant, as this has
  been integrated inside cdrtools-2.01.01a05.tar.bz2 . RPMS and SRPMS
  have been updated for mandriva 2006.0. The order of applying patches
  is now :
  1. cdrtools-2.01.01a05-ossdvd.patch.bz2     .ossdvd
  2. cdrtools-2.01.01a01-DVD-speed.patch.bz2  .dvd-speed
  3. cdrtools-2.01.01a05-rawio.patch.bz2      .rawio
  4. cdrtools-2.01.01a01-scanbus.patch.bz2    .scanbus
  Warly's Cdrecord DVD patch and others can now be found on
  http://people.mandriva.com/~warly/files/cdrtools/
2006-02-04 12:05:17 +00:00
wiz
3eb18a0b98 Quiet pkglint, sync with cdrtools-ossdvd. 2006-02-04 11:59:35 +00:00
gdt
7bc9308855 depend on sudo
PKGREVISION++
2006-02-03 21:03:43 +00:00