Commit graph

33 commits

Author SHA1 Message Date
wiz
2058a302d1 Fix build on NetBSD-current. 2011-09-29 21:00:19 +00:00
martin
a2690ba69d NetBSD 5.99.21 and newer does not swap out user areas 2010-03-04 14:56:13 +00:00
joerg
3df47416d5 DESTDIR support 2010-01-27 20:57:22 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wiz
119694c2ed Fix build with xorg. 2007-03-25 09:42:28 +00:00
martin
3220cf3bcb Adapt to recent struct uvmexp changes. 2006-11-10 10:07:20 +00:00
wiz
cfd623bd93 Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
joerg
cf79e82f6c UVM stats don't make much sense on !NetBSD, so mark it as
ONLY_FOR_PLATFORM. Discussed with wiz@.
2006-06-12 21:38:44 +00:00
martin
149cd7411d gcc 4.1 police 2006-06-02 09:52:31 +00:00
reed
9e081bc60c Uppercase first letter of sentence. 2006-03-11 04:43:00 +00:00
joerg
52b147a1ae Use PKGNAME_NOREV as base for DISTNAME. Different fix for PR 32783. 2006-02-09 13:30:19 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
65d80da6d3 Update to 20050909:
. patch from havard@: split file/exec statistics
. patch from martin@ fixing PR xsrc/31163 (problems on ffb device)
2005-09-13 12:43:48 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
kristerw
f0f65cabb2 Make this build after bl3 were made default. 2005-03-30 21:08:30 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
martin
f1257f075e Update to xuvmstat-20030810 (fixes for gcc3.3). 2003-08-11 07:39:26 +00:00
wiz
4baec72088 Declare exp static to make this compile with gcc-3.3.1.
From Anders Hjalmarsson in PR 22370.
2003-08-06 06:23:29 +00:00
martti
86c6e000bc COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
6173abf93e Fix typo in category. 2001-07-27 11:16:20 +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
2f2670d688 Update to 20010220 -- <1.5 patch integrated. 2001-02-20 15:15:08 +00:00
wiz
b70fb4d9bb Fix compilation on < 1.5. Patch provided by Havard Eidnes. 2001-02-20 13:00:36 +00:00
simonb
e3a231db81 Upgrade to version 20010219 - this new version incorporates the LP64
patches that were in the patches/ directory.
2001-02-19 14:34:53 +00:00
simonb
2f11f769c7 LP64 fixes. 2001-02-19 13:30:24 +00:00
wiz
ae89fce407 Swap PKGNAME and DISTNAME -- get the second from the first instead of vice
versa.
2001-02-19 13:26:21 +00:00
wiz
49a631a32f Initial import of xuvmstat-20010217:
graphical display for the current UVM status
By Chuck Cranor.
2001-02-19 12:15:16 +00:00