summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches
AgeCommit message (Collapse)AuthorFilesLines
2017-12-12Unbreak package by culling extern declarations doubling as functionhauke9-62/+116
prototypes. Since NetBSD headers have moved to #including what they reference, <string.h> is everywhere, which turns the externs from annoying into harmful.
2013-05-20Avoid conflicts with SunOS regexp.h.jperkin1-1/+10
2012-12-16Revert this patch; it is uncompilable. Hi joerg.dholland1-12/+0
2012-11-16Fix return with/without value errors.joerg40-30/+949
2011-09-29Since rmind cleaned up sys/fd_set.h last winter, sys/types.h no longerdholland2-4/+33
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-19fix a clang build failuredholland1-0/+15
2010-04-24The time_t changes made the gum holding the logic together fall off.dholland1-2/+18
Scrape it up and stick it back on again. Fixes build on -current.
2009-12-10- Add PKG_DESTDIR_SUPPORTabs130-495/+569
- Depend on the latest version of xview-config - Mark as LICENSE sun-openlook-license - Bump pkgrevision
2008-08-30Make this crap build again. Don't use sigvec(); it's no longer supporteddholland6-27/+323
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.
2007-06-12Fix a problem with patch-fe: Only use va_copy() for the va_list, nottnn1-7/+5
for the av_list which is a type internal to xview.
2007-05-12Patch a bunch of gcc4 breakages, mostly static prototype mismatches.tnn16-28/+267
2006-01-05First try on fixing xview. Fix errno. Add DragonFly support.joerg33-93/+916
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.
2005-02-10the daily security patch:drochner1-0/+31
sprintf->snprintf to fix security problem (CAN-2005-0076) (patch from Debian) bump PKGREVISION
2004-09-30Make this compile on NetBSD 2.0 too.kristerw2-11/+13
Thanks to Douglas Wade Needham for providing patches (on pkgsrc-bulk@).
2001-12-20Fix build problem under NetBSD-current.tron1-5/+4
2001-12-20Cleanup patch files:tron106-3220/+2648
- unified format - only one patch per file - no files gets patched twice
2001-05-11don't return the address of a local variable.dmcmahill2-0/+73
2001-05-02Fix on powerpc. Patches provided by Andrew Cagney <cagney@tpgi.com.au>dmcmahill6-21/+190
in PR pkg/12803 and integrated by me. It also now compiles on alpha but segfaults there so change the broken message accordingly.
2000-09-13Make this work with xpkgwedge:jlam1-0/+13
* Don't build/install xgettext and msgfmt as they'll conflict with devel/gettext. * Use ${X11PREFIX}/bin/xvmkmf instead of xmkmf to generate Makefiles.
2000-06-16Adapt these to work with the OpenLook Virtual Window Managerpooka5-34/+163
patches provided by Witold J. Wnuk <ww181302@zodiac.mimuw.edu.pl> in pkg/9143
2000-02-09remove redundant patch file which caused patching to faildmcmahill1-19/+0
2000-02-05RCS tag addedwiz1-0/+1
1999-12-15- Break out patches to ./lib/libxview/misc/expandname.c anddmcmahill5-31/+79
./lib/libxview/textsw/txt_filter.c from patch-ad into patch-al and patch-ao. - Fix several compilation bugs on the sparc. The code had #ifdef(sparc) checks when it was really wanting to make an operating system choice, not a processor choice. Thanks to Ethan Bakshy, ethan@mail.enteract.com for pointing out the problem (on port-sparc).
1999-03-31Split out of patch-ad, #include <errno.h> if not SVR4hubertf1-0/+31
1999-03-31Split out patch for lib/libxview/textsw/es_file.c into patch-akhubertf1-20/+1
1998-12-28Patches supplied by Matthieu Herrb in PR pkg/6612 to make xview compiletron2-0/+34
after signal changes.
1998-08-07Add NetBSD RCS Ids.agc8-0/+16
1998-07-04Don't install ".info" files which belong to the "xview-clients" package.tron1-0/+12
1998-07-03Adapt this package to NetBSD.tron3-22/+22
1998-07-03Initial import of FreeBSD's "xview-lib" port:tron7-0/+2783
OpenLook Toolkit libs, includes, and man pages.