Commit graph

49 commits

Author SHA1 Message Date
Kris Kennaway
3bb8347198 BROKEN on 6.x: Configure fails 2004-11-18 22:09:44 +00:00
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Sergey A. Osokin
1dba9f3c91 Fix build on -CURRENT.
Also:
- replace <xxx> with <xxx.h> due to Standard C++.
- In my observation, when include "devstats.h",
- In 4.x or earlier version, we use checkversion(), getnumdevs() ...
  But In 5.x, it should be repalce with devstat_checkversion(kvm_t *),
  devstat_getnumdevs(kvm_t *) respectively.
  In summary, function in 4.x's devstats.h can add prefix word "devstat

Submitted by:		Cheng-Lung Sung <clsung@dragon2.net>
Maintainership to:	submitter
PR:			58596
2003-10-28 14:53:44 +00:00
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
23e6a2b3da BROKEN on 5.1: bad C++ 2003-05-18 10:15:24 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mike Silbersack
d8b1b93db0 Update xosview's url.
PR:		45694
2002-12-02 01:53:24 +00:00
Mike Silbersack
cb3cc1c04b This patch should solve the build problems with gcc 3 on -current.
Inspired by:	PR 45694
2002-12-02 01:52:14 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Patrick Li
bdb29ec9e7 Update MASTER_SITES to use sourceforge site
PR:		ports/41418
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2002-08-07 18:20:24 +00:00
Ying-Chieh Liao
a661596311 upgrade to 1.8.0
PR:		38809
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-02 17:43:05 +00:00
David E. O'Brien
45666060ec To ports@freebsd.org. 2002-05-08 21:03:16 +00:00
David E. O'Brien
b616bcf191 Use a consistant 64-bit int type. 2001-08-22 22:22:06 +00:00
David E. O'Brien
d321cc5bb0 Upgrade to 1.7.4. 2001-08-21 19:32:41 +00:00
David E. O'Brien
c9e00131ca Use longs vs. ints in calculating the amount of swap. This fixed getting
negative swap values on an Alpha with 2GB swap.  I should probably use
`long long' for large swap x86 machines.  (anybody want to help test?)
2001-08-21 18:33:51 +00:00
Michael Haro
af0be8e375 remove deprecated fetch options from FETCH_BEFORE_ARGS 2001-04-02 09:24:30 +00:00
David E. O'Brien
30abec63d9 Add $FreeBSD$, which help me in problem reports. 2000-11-22 02:22:51 +00:00
David E. O'Brien
c64282cfb2 Use the correct number of interrupts on the Alpha.
Submitted by:	Alexander Langer <alex@big.endian.de>
PR:		19064
2000-06-10 21:33:18 +00:00
David E. O'Brien
df59410879 Properly build on 5.x. 2000-05-11 14:52:01 +00:00
Michael Haro
960543ecef Corrrect whitespace introduced during PORTNAME conversion and portlint 2000-04-22 10:14:11 +00:00
Chris Piazza
f9bfad56c5 Update with the new PORTNAME/PORTVERSION variable 2000-04-09 19:09:11 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
David E. O'Brien
3bacd72b68 Upgrade to 1.7.3. 1999-11-17 08:54:56 +00:00
David E. O'Brien
329cba8437 Update to version 1.7.2. 1999-11-09 18:35:33 +00:00
Peter Wemm
8100143543 $Id$ -> $FreeBSD$ 1999-08-31 02:00:46 +00:00
Steve Price
da4789d3e8 Fix the swapmeter for -current.
PR:		11833
Submitted by:	Sheldon Hearn <sheldonh@uunet.co.za>
1999-05-29 04:41:04 +00:00
Seiichirou Hiraoka
0dc93ffdfb Network stats fixed, and turned on by default.
PR: ports/11620
 Tom Pavel <pavel@SLAC.Stanford.EDU>
1999-05-10 16:34:00 +00:00
Michael Haro
e9792ecbd0 Add more WWW: tags
I must really like taking on sick tasks.  First gtk, now this.
1999-05-03 04:21:58 +00:00
Bill Fumerola
2c056b39cc Original PR upgraded to 1.7.0, 1.7.1 was released, so I upgraded it one step
further. patch-ac had to be modified because of some line differences in the
configure script, but it is functionally the same.

MAINTAINERship of this port changed, with the approval of both the former
and new MAINTAINER.

I also added MASTER_SITE_SUNSITE and removed the former maintainer's personal
distsite.

PR:		ports/10260
Submitted by:	sheldonh (new maintainer)
1999-03-14 18:12:26 +00:00
Steve Price
5c7bf31b40 Fix build for -current.
PR:		9461
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-18 03:00:39 +00:00
Matthew Hunt
909aa73b66 Honor CFLAGS.
PR:		9330
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-06 18:57:37 +00:00
Steve Price
67eaf87ab5 Update to version 1.6.2.a.
PR:		9306
Submitted by:	maintainer
1999-01-05 01:06:04 +00:00
Satoshi Asami
9e9d3b0ee3 Include bsd.port.pre.mk before using OSVERSION.
Reported by:	Leif Neland <root@swimsuit.internet.dk>
1998-12-29 00:15:34 +00:00
David E. O'Brien
433fec397c Is broken for all of 3.0, not just ELF. 1998-12-27 08:28:01 +00:00
Steve Price
6c450aae0f Remove extraneous x11 from CATEGORIES.
Submitted by:	Josh Gilliam <josh@quick.net>
1998-11-21 07:27:41 +00:00
Justin M. Seger
5a1fb165ba Mark BROKEN for ELF. 1998-10-14 18:01:49 +00:00
Steve Price
bfb42db106 Locate the secondary master site again.
PR:		7661
Submitted by:	maintainer
1998-08-24 01:13:55 +00:00
Tim Vanderhoek
1980dcdff7 These manpages removed by Tim Vanderhoek. 1998-08-19 20:43:24 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Jordan K. Hubbard
a9c6efc709 Update MD5 checksum to match new tarball.
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
PR:		7067
1998-06-25 22:08:33 +00:00
Steve Price
f600096572 Update to version 1.6.1.a
PR:		6822
Submitted by:	Brian Handy <handy@lambic.lmsal.com>
1998-06-04 20:33:22 +00:00
Matthew Hunt
98436bcfc3 Upgrade to 3.6.0
PR:		6692
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-05-22 06:36:01 +00:00
Vanilla I. Shu
e14e9ba4c3 Upgrade to 1.5.1.
PR:		ports/5427
Submitted by:	maintainer
1998-01-26 09:59:02 +00:00
Bill Fenner
f32252b3f5 Add FETCH_BEFORE_ARGS=-b since lore.ece.utexas.edu is broken. 1997-11-22 00:47:33 +00:00
Thomas Gellekum
bffc592c8b Import xosview port. xosview gives an overview of system usage.
PR:		5096
Submitted by:	Brian Handy <handy@physics.montana.edu>
1997-11-20 08:56:28 +00:00