2004-08-27 08:29:11 by Johnny C. Lam | Files touched by this commit (71) |
Log message:
Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
|
2004-05-30 04:19:16 by Soren Jacobsen | Files touched by this commit (8) |
Log message:
Set MAINTAINER to tech-pkg@, not packages@.
|
2004-05-27 23:21:41 by Luke Mewburn | Files touched by this commit (9) |
Log message:
Give up maintainership, because either
a) I haven't used the package for ages, or
b) Someone else has recently been doing a better job maintaining the package
|
2004-05-02 07:23:26 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-03-26 03:28:02 by Thomas Klausner | Files touched by this commit (572) | |
Log message:
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
|
2003-12-30 18:21:55 by Chris Pinnock | Files touched by this commit (24) |
Log message:
Add trailing / on HOMEPAGEs
|
2003-07-21 18:34:35 by Martti Kuparinen | Files touched by this commit (10) |
Log message:
COMMENT should start with a capital letter.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-03-14 20:38:08 by Johnny C. Lam | Files touched by this commit (45) |
Log message:
(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
|
2002-12-08 03:17:46 by Lubomir Sedlacik | Files touched by this commit (1) |
Log message:
+USE_BUILDLINK2 (hi wiz!).
|