Commit graph

11 commits

Author SHA1 Message Date
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
elric
7e9cb805aa Added the patch to the Makefile and distinfo. 2001-08-30 22:56:42 +00:00
elric
07ea3d1d68 Added a quick patch to fflush(3) the audio output, this generally helps
keep audio in better sync when you `dvdview -A foo.mpg | mpg123 /dev/stdin'
2001-08-30 22:56:05 +00:00
tron
3104dbcd9e Fix typo in last commit. 2001-06-30 22:15:25 +00:00
tron
3860b254e5 Make this package build under Solaris. 2001-06-30 22:13:14 +00:00
tron
ae64e02fa5 Fix "bash" problem consistently. 2001-04-23 20:30:40 +00:00
tron
39b046fa0f Don't use "/bin/bash" as shell in "ulib/Makefile". Problem pointed out by
Mario Kemper in private e-mail.
2001-04-23 20:28:04 +00:00
tron
67eb5e882c Fix bug in window creatin code which caused hangs with some window
managers like "WindowMaker".
2001-04-22 07:24:46 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
tron
009400920e Import new "dvdview" package:
Software only MPEG-1/2 video decoder
2001-04-20 16:46:27 +00:00