2009-01-23 22:14:18 by Jan Schaumann | Files touched by this commit (43) |
Log message:
Give up maintainership, as I have not so much as looked at pkgsrc in
well over a year now. Sorry. :-(
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-10-04 23:53:19 by Thomas Klausner | Files touched by this commit (41) |
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
|
2006-06-02 01:15:39 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Uses C++.
|
2006-01-25 17:11:49 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Another forgotten patch: Don't define socklen_t on DragonFly. Never.
|
2006-01-08 22:42:42 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Add DragonFly support. Use PTHREAD_* instead of -lpthread.
LDFLAGS is exported automatically, but add -lmd for DragonFly.
|
2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message:
Create directories before installing files into them.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
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.
|