Commit graph

137914 commits

Author SHA1 Message Date
joerg
1d5cc86ec3 DESTDIR support 2009-02-16 18:44:40 +00:00
joerg
ea89e11a9e DESTDIR support. 2009-02-16 18:39:36 +00:00
joerg
f557ddc91e DESTDIR support 2009-02-16 18:39:00 +00:00
joerg
fee7c16e0e DESTDIR support. 2009-02-16 18:29:53 +00:00
joerg
7dfa53d3a6 DESTDIR support 2009-02-16 18:26:43 +00:00
joerg
fb36e476d0 DESTDIR support. 2009-02-16 18:21:24 +00:00
drochner
c303bc2cbd modify check of __STDC__ to accept a "0" value as positive,
fixes build error with Sun Studio Compiler reported by
Joern Clausen per PR pkg/40660
2009-02-16 18:05:44 +00:00
drochner
72901e5af3 update to 2.24.4
change: replaced GPL3 by GPL2
2009-02-16 17:51:07 +00:00
drochner
bf1350c85a update to 2.12.8
changes: bugfixes and misc improvements, too much to list here
(tested against f-spot)
2009-02-16 17:44:36 +00:00
drochner
77999763b7 -update to 1.4.24
changes:
 -Flash is now stripped from feed content per default
 -Added preference option to allow Flash in feed content
 -Fixes cross compilation issue with configure.ac
 -translation updates
-allow to build against gtkhtml also on 64-bit platforms. gtkhtml is
 rather buggy, but since liferea doesn't like the gecko version of
 firefox2 anymore, and our firefox3 pkg is too hacked up to be usable
 for embedding this is the only choice atm
-improve my patch for 64-bit time_t so that it should be good enough
 for upstream (if there only was a working mailing list to report to)
tested by Steve Bellovin (assuming no news are good news)
2009-02-16 17:34:17 +00:00
joerg
464184154f Fix build with Python 2.5 due to missing source encoding. 2009-02-16 16:49:16 +00:00
joerg
d75498d8da Fix DESTDIR installation. 2009-02-16 16:42:38 +00:00
joerg
97146a0397 Add missing PLIST_SUBST for RUBY_PKGPREFIX. 2009-02-16 16:39:36 +00:00
joerg
0b8c01eb97 Fix path to zyGrib. 2009-02-16 16:36:32 +00:00
drochner
172c89eacb replace BSD/Linux specific "qd" printf format specifier by "lld",
should fix build problem on Solaris reported by Joern Clausen
per PR pkg/40664
2009-02-16 16:31:30 +00:00
joerg
f3b422088a DESTDIR support. Don't leak WRKDIR. Bump revision. 2009-02-16 16:29:18 +00:00
drochner
821a3690a6 This does not need glib1. bump PKGREVISION 2009-02-16 16:25:38 +00:00
joerg
789356b8da DESTDIR support. Fix maintainer 2009-02-16 14:15:28 +00:00
wiz
cdb3aedcf5 Updated sysutils/cdrtools to 2.01.01.57 2009-02-16 14:13:17 +00:00
wiz
63e1c85d31 Update to 2.01.01a57:
NEW features of cdrtools-2.01.01a57:

Libscg:

-	New SCSI low level transport for ATARI FreeMiNT has been added.
	Thanks to Yvan Doyeux

Cdrecord:

-	Do not install by overwriting /etc/default/cdrecord in case an earlier file
	exists.

	Please give feedback on what you like to see in future.

	Do you like to see a sample file installed?

-	README.cdplus has been renewed

Cdda2wav (Maintained/enhanced by J

-	Prevent a core dump from hitting ^C while cdda2wav tries to call
	scg_open() to open the SCSI devices.

-	A buggy address compuation that caused problems with 64 bit binaries
	has been fixed.

-	Cdda2wav now correctly deals with longer CD-Text information.
	Thanks to Yvan Doyeux for creating a related test CD...

NEW features of cdrtools-2.01.01a56:

All:

-	New autoconf test to distinguish between the free of charge
	"Bundled" cc on HP-UX and the commercial cc. Only the commercial cc
	supports ANSI C and the Bundled cc complains when the ANSI Options
	are used:

	(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
	(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.

	These warnings are no longer present.

-	schily/schily.h now auto-includes stdio.h in case that the platform
	supports the new POSIX.1-2008 getline()/fgetline() functions that
	violate against general POSIX rules and thus overlay our implementation
	that exists since 1982.

-	schily/stkframe.h now uses Intptr_t for the fr_savp member to make it
	work correctly on 64bit systems without OS supplied stkframe.h.

-	New autoconf test on whether unistd.h defines extern char ** environ.

-	New file schily/stdio.h to simplify layering.

Libschily:

-	Fixed a bug in fexecl() introduced in October 2008 that caused the
	called program to be called with a too small argc (one too few).

-	format() now supports %z for size_t and %t for ptrdiff_t

Libedc (Optimized by J

-	Avoid some GCC warnings

Libdeflt:

-	lbdeflt needs to be compiled before libcdrdeflt when creating
	dynamic libs

Libscg:

-	Avoid some GCC warnings

Cdrecord:

-	Avoid some GCC warnings

-	Some small typos in error messages have been fixed.

-	Workaround for 'TSSTcorp' 'CDDVDW SE-S224Q ' 'TS01' firmware bug.
	The drives does not return SES_UNDEF for unformatted DVD+RW media.

-	Support again cdrecord -v -sao -multi *.wav
	This stopped working with 2.01.01a29 when introducing DVD multi-border
	support.

Cdda2wav (Maintained/enhanced by J

-	struct tocdesc has been restructured to prevent struct tail padding on MC-680x0 systems.
	Thanks to Yvan Doyeux for reporting this for the ATARI port.

-	The drive 'HP ' 'CD-Writer+ 9600 ' '1.0a' does not like to read SCSI FULL TOC
	with a too long transfer lenght. First retrieve the available data count.

-	New options -debug -debug-scsi -kdebug -kdebug-scsi -kd to set SCSI low level
	debugging in libscg

-	The option -v not also supports "!" and "not" to invert the list
	of "verbose" options (e.g. -v!indices for everything but indices).

-	Avoid some GCC warnings specific to HP-UX

-	Added a workaround for gmake < version 3.81.
	Older gmake versions evaluate dependencies in the wrong order.

Readcd:

-	Try to exit(excode) instead of exit(0)  in case that siginificant
	problems occured.

-	Prevent readcd from dumping core via raisecond("file_write_err")->abort()
	in case that the target filesystem fills up.

-	Added a workaround for gmake < version 3.81.
	Older gmake versions evaluate dependencies in the wrong order.

Scgcheck:

-	Avoid some GCC warnings

-	Added a workaround for gmake < version 3.81.
	Older gmake versions evaluate dependencies in the wrong order.

Scgskeleton:

-	Added a workaround for gmake < version 3.81.
	Older gmake versions evaluate dependencies in the wrong order.

Btcflash:

-	Added a workaround for gmake < version 3.81.
	Older gmake versions evaluate dependencies in the wrong order.

Mkisofs (Maintained/enhanced by J

-	Some casts have been added to increase the 64 bit compilation support

-	mkisofs and the tools isodump, isovfy and isoinfo now completely
	support the SUSP termination signature "ST".

-	Do no longer flag the absence of a "RR" signature as an error in
	isodump, isovfy and isoinfo as newer Rock Ridge standard versions removed RR.

-	Fixed a minor problem with a debug print output and 64 bit compile mode.

-	Avoid some GCC warnings

-	Minor typo fix in the mkisofs man page
2009-02-16 14:13:07 +00:00
joerg
7d4985d4f5 DESTDIR support. 2009-02-16 13:59:42 +00:00
joerg
1334ca1285 Fix Maintainer. DESTDIR support 2009-02-16 13:53:45 +00:00
joerg
a86a59042d DESTDIR support. Fix maintainer 2009-02-16 13:48:03 +00:00
joerg
82c560fcf5 DESTDIR support. Fix maintainer 2009-02-16 13:36:46 +00:00
joerg
a9ad053a90 Fix maintainer 2009-02-16 13:34:38 +00:00
joerg
bc941c976b Supports DESTDIR. Use pkgsrc-users@NetBSD.org. 2009-02-16 13:30:44 +00:00
joerg
b84f91e1f3 DESTDIR support. Use pkgsrc-users@NetBSD.org as maintainer. 2009-02-16 13:28:29 +00:00
joerg
c904cd4f55 Supports DESTDIR. 2009-02-16 13:19:00 +00:00
joerg
f0cff0c9f9 DESTDIR support. 2009-02-16 13:17:13 +00:00
wiz
891359da3a Convert to user-destdir. 2009-02-16 13:11:40 +00:00
drochner
a57017c92d kill an obsolete line in the installed .pc file, reported by
Jared D. McNeill per PR pkg/40648, bump PKGREVISION
2009-02-16 12:46:00 +00:00
wiz
3d6ba9a2e4 Convert to user-destdir. 2009-02-16 12:32:53 +00:00
drochner
8e0844688d fix checksums for changed distfile
(The distfile was changed long before I committed the update, so
no DIST_SUBDIR games are necessary.)
reported by Joerg Sonnenberger
2009-02-16 12:26:51 +00:00
drochner
7e5ef50c23 fix Darwin build, from Ian McWilliam on pkgsrc-users 2009-02-16 12:23:14 +00:00
wiz
648d192360 Convert to user-destdir. 2009-02-16 12:04:01 +00:00
wiz
ff1a9bce2d Mention move of wmcalclock to wmCalClock. 2009-02-16 11:54:09 +00:00
wiz
724aa70b03 Finish move of wmCalClock from wmcalclock to wmCalClock. 2009-02-16 11:53:13 +00:00
wiz
c0cc0c939b Re-import of time/wmcalclock to match its DISTNAME. 2009-02-16 11:51:46 +00:00
wiz
5d06b6fe96 Convert to user-destdir. 2009-02-16 11:51:14 +00:00
obache
03e22a03ed Updated databases/ruby-tokyocabinet to 1.20nb1 2009-02-16 11:26:55 +00:00
obache
7cf5f15a35 DISTFILE was replaced silently (db filename extensions in samples were changed).
Bump PKGREVISION.
2009-02-16 11:26:40 +00:00
obache
73d830972a Updated databases/p5-tokyocabinet to 1.23nb1 2009-02-16 11:25:58 +00:00
obache
fa67eaaaac DISTFILE was replaced silently (db filename extensions in samples were changed).
Bump PKGREVISION.
2009-02-16 11:25:35 +00:00
wiz
1e0c0623db Convert to user-destdir. Fix an interpreter path while here.
Bump PKGREVISION for the latter.
2009-02-16 10:50:23 +00:00
wiz
4bf4a18365 Convert to user-destdir. 2009-02-16 09:56:09 +00:00
wiz
e13d241a46 Mark as user-destdir ready. 2009-02-16 00:02:57 +00:00
wiz
81acd8c23c Remove some more direct dependencies that are implied by kde3.
Suggested by markd@
2009-02-16 00:02:11 +00:00
wiz
b309ec4d1a Convert to user-destdir. 2009-02-15 23:34:06 +00:00
wiz
2b4c2379a9 Mark as user-destdir ready. 2009-02-15 23:24:27 +00:00
wiz
3b67e8bb1d Updated graphics/digikam to 0.9.5beta2nb1 2009-02-15 23:16:50 +00:00