Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-23 | xview*: mark generally BROKEN_ON_PLATFORM for 64-bit archs | gutteridge | 1 | -2/+2 | |
These packages compile on various 64-bit architectures, but then segfault at runtime. This is a known issue with this being legacy code. | |||||
2022-04-17 | xview*: explicitly require font-sun-misc for correct operation | gutteridge | 1 | -3/+3 | |
Without the expected fonts, fundamental graphical content like icons goes missing, and the X server may fail to start, at that. XXX I tested on NetBSD 9.2_STABLE amd64 and i386. On amd64, this crashes the X server for me, while it works fine on i386. The package was already marked not for Alpha, so that may be a clue that it's not 64-bit clean in general, though some of the original commentary about Alpha sounded quite specific. | |||||
2015-07-04 | Remove USE_X11BASE and X11PREFIX. | joerg | 1 | -3/+1 | |
2009-04-08 | Use META_PACKAGE | joerg | 1 | -9/+3 | |
2008-08-30 | Bump PKGREVISION because of xview-lib issues. | dholland | 1 | -2/+2 | |
2007-10-25 | * If PLIST_SRC is explicitly set to an empty value in a package Makefile, | jlam | 1 | -1/+2 | |
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty | |||||
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
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-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -5/+5 | |
NO_BUILD, USE_LIBTOOL. | |||||
2005-07-19 | depends should be ../../<category>/<pkg> | grant | 1 | -4/+4 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2004-04-27 | This does not need buildlink2. | snj | 1 | -2/+2 | |
2004-04-22 | Change MAINTAINER to tech-pkg@. Requested by jlam@. | snj | 1 | -2/+2 | |
These packages are going to be removed soon. If you care about them (and are interested in fixing them), please speak up. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -2/+3 | |
buildlink2.mk files back into the main trunk. | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
2000-12-29 | mark as broken on alpha until someone with more of a clue than me can fix | dmcmahill | 1 | -1/+3 | |
it. The handling of va_arg stuff in broken in xview-lib. In particular an interested programmer could start looking at: the MAKE_AVLIST macro in: xview3.2p1-X11R6//lib/libxview/misc/portable.h and some illegal casts of va_list variables in xview3.2p1-X11R6//lib/libxview/color/cms_pblc.c probably more.... | |||||
2000-09-14 | After getting whacked upside the head...set the maintainer to me. | jlam | 1 | -2/+2 | |
2000-09-13 | Change maintainer to packages@netbsd.org. | jlam | 1 | -7/+8 | |
Cosmetic changes. | |||||
2000-09-13 | Change dependencies to >=3.2.1. | jlam | 1 | -4/+4 | |
2000-05-04 | Rename package from "xview-all" to "xview" now that our package tools | tron | 1 | -2/+2 | |
can handle this without conflicts. | |||||
1999-09-28 | Use a relative path for bsd.pkg.mk instead of relying on the search path. | soren | 1 | -2/+2 | |
1999-04-26 | add USE_X11=yes | garbled | 1 | -1/+2 | |
1999-04-09 | rename to xview-all to avoid conflicts with other xview packages | hubertf | 1 | -2/+2 | |
1998-08-27 | Create a meta-pkg to allow easy installation of xview. | garbled | 1 | -0/+24 | |
OpenLook Toolkit meta-package. |