wiz
b8e0eb28f4
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
...
useful.
2005-03-24 21:12:50 +00:00
agc
d81d19f8e0
Add RMD160 digests.
2005-02-24 12:51:41 +00:00
he
35c5b23dc8
Fix typo in m_netbsd16.c; it's compare_index, not compare_inddex.
...
Fixes build on netbsd-1-6.
2004-09-16 13:32:16 +00:00
jschauma
93bc03dc7c
Use __NetBSD_Version__ instead of __NetBSD_Version to determine the, ugh,
...
NetBSD Version. Fixes problem in last bulk-build. (How did this ever work?
AFAICT, it's always been __NetBSD_Version__.)
2004-09-10 01:39:32 +00:00
cube
a275ac51c4
Make this work on netbsd-1-6, and probably netbsd-1-5. It will break on
...
earlier versions, but we don't support them in pkgsrc anyway. The reason
for this is that the configure script uses ac_cv_target, but we don't pass
a version number in there.
The workaround I use is gross, I know. Oh, well, that won't prevent me
from sleeping well at night.
Final fix for 26249.
2004-07-12 08:14:44 +00:00
cube
4ef87bbf26
I forgot to add Christos's patches for NetBSD support...
2004-07-11 20:54:16 +00:00
cube
1c79ce604e
Update to version 3.6alpha7. Thanks to Christos Zoulas for NetBSD support.
...
Fixes PR 26249.
2004-07-11 19:53:06 +00:00
cube
1dd5aaa7c5
Note that top can't be built on NetBSD-1.6 and above.
2004-07-11 18:42:26 +00:00
grant
75da15aff7
remove artificial restriction building top if /usr/bin/top exists.
...
there are good reasons why one might want the pkgsrc version,
regardless of whether the base system includes top(1) or not.
2004-02-22 07:32:36 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +00:00
grant
c6bd20eb08
unhardwire CC to allow this to be built with gcc3, which is not in
...
the PATH.
2003-07-02 09:28:58 +00:00
salo
98214f3e67
- s/INSTALL_MAN/BSD_INSTALL_MAN/ in patch-ac, remove unnecessary MAKE_ENV.
...
- restore Id in patch-ab and remove dollar signs around it
2003-01-19 09:39:06 +00:00
schmonz
0a1bd5acad
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
2002-12-07 02:38:52 +00:00
yyamano
3b51f99ef1
Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
2002-05-29 14:33:35 +00:00
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +00:00
agc
027c166bf7
Move to sha1 digests, and add distfile sizes.
2001-04-19 11:28:57 +00:00
agc
2d6b6a009c
+ 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 11:43:32 +00:00
wiz
a87738b456
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:42:09 +00:00
wiz
7be1eab32d
regen
2000-12-14 15:52:39 +00:00
wiz
a5a9ed0f1f
Commit first patch from pkg/6979. CPU percentage is already normalized,
...
and so the code fragment was wrong for HZ != 100.
2000-12-08 15:35:23 +00:00
wiz
abb1a91afb
mention PKGNAME in IGNORE
2000-10-17 00:10:16 +00:00
tron
782b73a94b
Adapt to new handling of "${CONFIGURE}".
2000-03-27 08:54:53 +00:00
wiz
1159cfdd0e
regen
2000-02-19 20:59:37 +00:00
wiz
52fc1e2dbf
${UVM} cleanup: now detect by NetBSD version if it has UVM or not.
...
(copied from x11/kdebase/files/memory_netbsd.cpp)
2000-02-19 02:40:33 +00:00
wiz
40b8ef081d
chmod -> ${CHMOD}
2000-02-05 07:04:47 +00:00
abs
df05aef71f
Strip trailing '.', and/or leading '(a|an) '
2000-01-05 15:37:50 +00:00
agc
b0b755d8cc
Use gcc to compile, rather than cc.
1999-12-08 16:37:26 +00:00
agc
d9a9305b62
Split patch-aa into multiple files.
...
Make the patch to util.c apply without fuzz.
1999-12-08 16:18:48 +00:00
agc
62f435774c
Update to top version 3.5beta9.
...
Changes since beta7:
Fri Dec 18 1998 - wnl (3.5beta9)
Configure checks status of "make" and complains if it fails.
Thu Dec 17 1998 - wnl (3.5beta9)
Added module sco5 from Mike Hopkirk.
Added module netbsd132 from moto kawasaki.
Sun Oct 25 1998 - wnl (3.5beta9)
Added Casper's patches for sunos5 for the following:
produce same results as swap -s (5.5 and higher),
don't use system_pages kstat when /dev/kmem can be opened,
skip . and .. when reading /proc, replace use of SOLARIS24
with OSREV.
Fri Sep 11 1998 - wnl (3.5beta9)
Added workaround to getans for the absence of $< in SCO Unix.
Wed Jul 1 1998 - wnl (3.5beta9)
Changed structure member "errno" to "errnum" in commands.c.
Replaced hpux10 module with one from John Haxby.
Fri Apr 17 1998 - wnl (3.5beta8)
Moved definition of _KMEMUSER earlier in m_sunos5.c. This should
fix the compilation problem with gnu 2.7.2.3, obviating the need
for the fixinc.svr4 patch, but hopefully will not affect anything
else.
Added -DORDER to m_sunos4mp.c
1999-09-29 14:04:34 +00:00
agc
00a16e3008
Add package patch checksum files.
1999-07-09 14:22:59 +00:00
tron
1f1c09d30d
Patch from NetBSD-current:
...
Avoid duplicate free() while reading system information.
1999-06-28 22:19:12 +00:00
agc
e1e5099034
Make this package work on Solaris.
1999-03-17 10:47:42 +00:00
simonb
e9382aa09b
Add an IGNORE= line if top is installed in /usr/bin/top
...
(from Hubert Feyrer).
1999-02-15 04:36:31 +00:00
frueauf
d59792438f
pkglint: add missing rcs id.
1999-02-10 15:20:06 +00:00
hubertf
1dd9d2d42a
also set seporig to NULL, per PR 6953 by Dave Huang <khym@bga.com>
1999-02-06 21:41:25 +00:00
thorpej
119d60c7a1
In the utils.c patch, avoid pulling in the compat sys_nerr; use the
...
definition provided by errno.h.
Also, clean up the Configure patch.
1998-12-03 20:02:53 +00:00
frueauf
9a8a16fdc3
Fix memory leak, pointed out in pr 6286 by Brian Grayson.
1998-10-13 20:15:38 +00:00
hubertf
dca480b805
configure for NetBSD 1.3, remove FreeBSDism
1998-10-04 02:35:38 +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
agc
d670d15a1d
Portlint - use a standard PKGNAME.
1998-06-11 11:30:02 +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
hubertf
a182e2420c
Remove .include mk.conf, thanks to agc.
1998-03-04 07:56:08 +00:00
frueauf
76c2d49e64
portlint: remove whitespace before end of line 26; remove blank > 1 lines.
1998-02-20 12:09:55 +00:00
hubertf
21aa821602
More UVM mods.
1998-02-20 07:19:40 +00:00
hubertf
bd39a5a391
UVM patches by Matt Green.
1998-02-20 06:55:27 +00:00
tron
68a4c0bbd8
Fix compilation on m68k systems.
1998-02-16 20:12:55 +00:00
tron
d8faec9a19
Get "make reinstall" to work.
1998-02-16 19:40:11 +00:00