Commit graph

20 commits

Author SHA1 Message Date
jperkin
d8df166456 Avoid conflicts with SunOS regexp.h. 2013-05-20 11:35:22 +00:00
dholland
9522a3afaf Revert this patch; it is uncompilable. Hi joerg. 2012-12-16 19:03:50 +00:00
joerg
7a7041c7ab Fix return with/without value errors. 2012-11-16 00:29:39 +00:00
dholland
3527f62d18 Since rmind cleaned up sys/fd_set.h last winter, sys/types.h no longer
exposes howmany(). This is generally a good thing, but as a result
libxview fails to find it, so it turns up as a missing external
function instead. Due to the wonders of ELF libs, combined with help
from imake, this results in a broken libxview that nothing else can
successfully link with. So, patch it up. PKGREVISION -> 9.
2011-09-29 07:47:56 +00:00
dholland
41c5e52e29 fix a clang build failure 2011-09-19 03:45:28 +00:00
dholland
6fb4f9c99b The time_t changes made the gum holding the logic together fall off.
Scrape it up and stick it back on again. Fixes build on -current.
2010-04-24 19:52:23 +00:00
abs
c9c8f97e88 - Add PKG_DESTDIR_SUPPORT
- Depend on the latest version of xview-config
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
2009-12-10 20:35:56 +00:00
dholland
108c96f8e4 Make this crap build again. Don't use sigvec(); it's no longer supported
on NetBSD and probably elsewhere.

Because the build wasn't stopping on error, prior builds of this package
"succeeded" and generated a shared library missing some code. For this
reason, bump both PKGREVISION and BUILDLINK_ABI_DEPENDS.
2008-08-30 20:01:28 +00:00
tnn
f3b8c0b757 Fix a problem with patch-fe: Only use va_copy() for the va_list, not
for the av_list which is a type internal to xview.
2007-06-12 23:10:24 +00:00
tnn
e1ccd4a18a Patch a bunch of gcc4 breakages, mostly static prototype mismatches. 2007-05-12 00:22:16 +00:00
joerg
2bbbd70847 First try on fixing xview. Fix errno. Add DragonFly support.
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly.
The implementation of textsw_scanf can be improved, it is very
defensively and slow ATM, the snprintf usage should be portable.
Fix a number of prototype mismatches, e.g. variable argument functions
can conflict with K&R prototypes.

Bump revision since the package "compiled" before, e.g. build
errors where ignored.
2006-01-05 18:25:56 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
drochner
a010330fcc the daily security patch:
sprintf->snprintf to fix security problem (CAN-2005-0076)
(patch from Debian)
bump PKGREVISION
2005-02-10 11:03:53 +00:00
kristerw
0063ba76e8 Make this compile on NetBSD 2.0 too.
Thanks to Douglas Wade Needham for providing patches (on pkgsrc-bulk@).
2004-09-30 20:38:28 +00:00
tron
223e96ce63 Fix build problem under NetBSD-current. 2001-12-20 09:22:04 +00:00
tron
71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00
dmcmahill
1403928fb7 don't return the address of a local variable. 2001-05-11 20:41:31 +00:00
dmcmahill
51b94997c0 Fix on powerpc. Patches provided by Andrew Cagney <cagney@tpgi.com.au>
in PR pkg/12803 and integrated by me.  It also now compiles on alpha but
segfaults there so change the broken message accordingly.
2001-05-02 21:46:07 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00