Commit graph

36 commits

Author SHA1 Message Date
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
bgrayson
5f184868cb Update xosview to 1.7.0.b, to improve apm configure autodetect. Howdy, y'all! 1999-02-17 00:16:55 +00:00
hubertf
3bea994cc6 update to V1.7.0 1999-02-02 03:01:04 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
tron
81fe7fd3e0 Add conflict list and pkglint package. 1999-01-23 00:26:05 +00:00
agc
d057cbcffd Use ${MACHINE} rather than uname -m 1998-11-16 15:04:51 +00:00
agc
73892c3c72 Be a bit smarter with the workaround for the C++ "virtual" keyword. 1998-11-04 16:58:09 +00:00
agc
25e8a9ea6a Make this package compile on arm32 with UVM.
Add UVM to BUILD_DEFS.
1998-11-04 16:37:11 +00:00
garbled
b2d377877f Update this pkg to 1.6.2.a. This fixes the pkg to run on alpha. Thanks
to Brian Grayson for fixing it.
1998-10-22 05:42:37 +00:00
garbled
a8e32be668 Disabling this pkg for alpha. Brian Grayson was kind enough to fix
xosview-1.6.2a to work on alphas (yay) but we are in a freeze(boo) so
no updates until the freeze closes.  At which point this pkg will be
upgraded to 1.6.2a and re-enabled on alpha.  (Should be monday)
Noone needs to get upset about this.. ;)
1998-09-24 23:15:42 +00:00
garbled
8b11e5b450 Make xosview compile on ELF. This pkg has deeper problems on alpha
however..
1998-09-15 17:38:08 +00:00
tsarna
5e9cc577b8 Automatically append HOMEPAge to DESCR files, and remove homepage URLs
from individual DESCR files that had them.
1998-08-26 16:50:48 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
ad7a1de42a Add NetBSD RCS Ids. 1998-08-11 12:20:56 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
tron
97357c2f26 Remove unnecessary remainders from patches for older versions of "xosview". 1998-05-29 21:20:55 +00:00
tron
55f68f813b Update xosview to 1.6.0 using patches supplied by Brian Grayson, fixes
PR pkg/5461.
1998-05-29 17:57:29 +00:00
hubertf
b5f8cdef44 Fix two buffer overruns. 1998-05-29 02:55:20 +00:00
frueauf
6facbc4d85 Make configure a bit smarter to find UVM in /etc/mk.conf. 1998-05-21 15:28:29 +00:00
tron
f142d17f69 Update xosview to 1.6.0 using patches supplied by Brian Grayson, fixes
PR pkg/5461.
1998-05-18 09:07:32 +00:00
hubertf
9a42a63dee Fix lossage with WRKOBJDIR and PKGSRCDIR 1998-05-08 21:00:38 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
agc
28a02f1c6b Further mods from Matt Green for the UVM case. 1998-03-18 16:18:36 +00:00
agc
868c6db9c6 Patches from Mario Kemper to make xosview work with UVM.
Munged around by me to:
+ make it work with old VM as well as UVM.
+ cut down the context in two of the patches to miss out Id strings.
1998-03-18 13:42:15 +00:00
tron
0f24d32536 Avoid problem with double inclusion of "machine/cpu.h" on some ports,
fixes PR pkg/4731.
1998-02-11 08:10:16 +00:00
hubertf
b084956c18 portlint: remove empty line 1998-01-24 23:35:56 +00:00
hubertf
2ba9ea7766 portlint: fix RCS Id 1998-01-24 23:34:50 +00:00
agc
9a0c83503e Update for version 1.5.1. From Brian Grayson
(bgrayson@ece.utexas.edu) in PR pkg/4652, and modified by me.
1997-12-09 04:55:01 +00:00
agc
588a4bf877 Update for version 1.5.1 1997-12-09 04:50:16 +00:00
hubertf
56c607fa35 Fix MASTER_SITE 1997-11-18 09:57:27 +00:00
agc
11a4a855e2 Update for version 1.5.0
Use native make, rather than GNU make (new in 1.5.0).
1997-11-13 15:52:36 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
agc
36a9cfcdce Add XOsview application default file to PLIST.
Fixes PR pkg/4342 from cgd@netbsd.org (Chris Demetriou).
1997-10-27 11:15:16 +00:00
agc
2dd73f5f82 Make Brian Grayson the Maintainer for this package. 1997-10-24 15:12:12 +00:00
agc
00735ec870 Initial import of X11 graphical OS metering tool by Mike Romberg
(romberg@fsl.noaa.gov), ported to NetBSD by Brian Grayson
(bgrayson@pine.ece.utexas.edu).  Only tested on i386 architecture as
yet, but reported to work on NetBSD/{amiga,hp300} as well.
1997-10-24 10:11:28 +00:00