2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message: Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. |
2003-04-15 18:52:30 by Matthias Drochner | Files touched by this commit (2) |
Log message: Make the fcntl(F_WRLCK) selftest work on alpha etc here as well - not as clean as in the Python-2.2 version because 2.1 doesn't have a "long long" for struct packing, but good enough because these fields are "0" anyway. |
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. |
2003-02-11 18:52:51 by Matthias Drochner | Files touched by this commit (2) |
Log message: fix a selftest, so we don't get the impression there is something wrong |
2003-01-22 18:05:34 by Matthias Drochner | Files touched by this commit (5) |
Log message: security fix: don't use guessable temp file names in execvpe() |
2002-10-13 09:16:54 by Johnny C. Lam | Files touched by this commit (6) |
Log message: Use BUILDLINK_FILES_CMD.<pkg> instead of manually adding the shell pipeline to BUILDLINK_FILES.<pkg>. |
2002-10-12 11:00:37 by Johnny C. Lam | Files touched by this commit (6) |
Log message: Revert previous...GREP is correct. |
2002-10-12 09:28:16 by Johnny C. Lam | Files touched by this commit (4) |
Log message: Use EGREP instead of GREP. |
2002-10-10 11:57:53 by Thomas Klausner | Files touched by this commit (1) |
Log message: buildlink1 -> buildlink2. |
2002-10-09 13:40:41 by Johnny C. Lam | Files touched by this commit (4) |
Log message: Create BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for the python packages so as to find their headers and libraries. Also allow "-lpython" to resolve to the versioned libpython (-lpython2.2, etc.). |