2004-09-20 04:08:58 by Dan McMahill | Files touched by this commit (26) |
Log message:
- homepage has moved
- distfile has moved
- license has changed. Patches are the result of de-fuzzing the
old patches since the new source files have the new (less restrictive)
license.
|
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-07 03:44:45 by Dan Winship | Files touched by this commit (6) |
Log message:
s/malloc.h/stdlib.h/ (for darwin/freebsd)
|
2004-04-11 07:02:25 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-03-22 01:25:11 by Dan McMahill | Files touched by this commit (4) |
Log message:
obey CFLAGS. Among other benefits this should help with non-gcc compilers
|
2004-03-14 00:21:33 by Dan McMahill | Files touched by this commit (3) |
Log message:
add x86_64 to the list of 64 bit platforms
|
2004-02-01 02:43:30 by Johnny C. Lam | Files touched by this commit (35) |
Log message:
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
|
2004-01-25 18:20:34 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
|
2004-01-20 13:09:10 by Alistair G. Crooks | Files touched by this commit (11) |
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.
|
2003-09-17 21:41:31 by grant beattie | Files touched by this commit (39) |
Log message:
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
|