Commit graph

24 commits

Author SHA1 Message Date
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e9016c8656 Enable large file support on NetBSD. 2014-02-02 20:20:50 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
hans
191c281dcf Fix build on SunOS. 2011-05-15 09:59:18 +00:00
wiz
9eb94ab186 Update to 1.2.0:
1.2.0:  Some new features!
	-Progress bar and speed enhancements/system load reduction
	coming with it - many thanks to Eric Kilfoil!
	-Vobcopy can now "rip" from an iso image on hdd or a directory
	containing a VIDEO_TS directory. People seem to need this for
	streaming dvd content to a ps3 via fuppes. That part seem to
	be buggy though, works 50/50. Will look further into that.
	-Option -M to rip the title with the longest playing time.
	-Other small corrections I think.
2010-09-16 12:02:16 +00:00
hasso
31a39f2da0 Correct the patch-ac checksum. 2009-05-03 16:44:41 +00:00
hasso
97c51336db Make it build on DragonFly. 2009-04-28 13:01:39 +00:00
tonnerre
deb41c2ecc Update vobcopy to a version which is less than 3 years old. This fixes
CVE-2007-5718, some crashes, and introduces and fixes largefile issues.

Changes since vobcopy-0.5.14:
 - Fixed operation on GNU libcized BSD variants.
 - Fixed compilation under MacOS 10.
 - Fixed CVE-2007-5718 (insecure temporary file creation).
 - Fixed segfault in the logging routine.
 - Fixed Makefile for gcc versions not equal to 3.4.
 - Choose the right dvd device from fstab.
 - Read only as many blocks as there are actually left.
 - Partial fix for detection of full nfs files.
 - Fixed double space detection on MacOSX, hopefully...
 - sprintf fixes.
 - -D_FORTIFY_SOURCE=2 is strange, 3 bytes won't fit into a char[4] then.
   Well, they fit into char[8]...
 - The configure.sh script now also detects if the system is an ia64/AMD64
   and uses the lib64 directory accordingly.
 - Added checks for return values from library calls.
 - Added some code to make -n and -m mutually exclusive.
 - The size-checking code with -m was broken. Fixed hopefully.
 - Typo in the manpage.
 - With -m, if files exist you now have the option to [s]kip the files
   already present.
 - Some dvd's show files ending in ";?", they should now work.
2008-07-13 16:14:00 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
darcy
ea9b31f7cb Don't declare bool enum if TRUE and FALSE are already defined. Fixes
failure in bulk build.
2007-05-13 06:14:38 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
joerg
946daaf938 Fix errno usage. 2006-05-19 08:32:04 +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
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
martti
a5a351dc35 Updated vobcopy to 0.5.14
0.5.14-rc1:
        lots of bug fixes for *bds, solaris and -tada- OSX!
        Quite some stuff should now work better on freebsd, openbsd and
        solaris since Takeshi Nakamura provided some patches. Also
        incorporated the fix the netbsd folks did when they incorporated
        0.5.13 into their ports collection. AND it seems that OSX now
        works (besides fink, which provided vobcopy for quite some time
        already). What is needed is dlcompat IIRC. Thanks to all for their help!

0.5.14-test1:
        changed dvd name getting function to what Jim Hatfield found works
        for freebsd
        Davide has a dvd which has names like this:
        VTS_01_2.VOB;?
        A new routine tries to remove the ;?.
        On OSX, getopt.h doesn't get found. /usr/include/getopt.h should do it
2005-12-27 10:19:16 +00:00
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
minskim
fa94905955 Enable pkgviews installation. 2005-01-17 03:28:06 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
drochner
76965388d4 make this build after the statfs->statvfs conversion 2004-04-22 15:28:47 +00:00
snj
59cc7a308d Convert to buildlink3 and change maintainer from packages@ to tech-pkg@. 2004-04-18 23:01:23 +00:00
drochner
529b54404d import vobcopy-0.5.13, a tool to copy DVD .vob files to harddisk 2004-04-08 14:17:57 +00:00