Path to this page:
./
devel/sysexits,
Substitute <sysexits.h> for OSs lacking it
Branch: CURRENT,
Version: 1.1,
Package name: sysexits-1.1,
Maintainer: pkgsrc-usersSubstitute <sysexits.h> for OS's which do not have one.
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2005-11-08) Updated to version: sysexits-1.1
- (2005-10-31) Package added to pkgsrc.se, version sysexits-1.0 (created)
CVS history: (Expand)
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2013-11-23 12:29:36 by OBATA Akio | Files touched by this commit (16) |
Log message:
Use find-headers instead of find-files to detect builtin header files.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109) |
Log message:
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-03-03 18:45:38 by Johnny C. Lam | Files touched by this commit (119) |
Log message:
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
|