2003-06-16 18:33:35 by Matthias Drochner | Files touched by this commit (2) |
Log message:
Don't check for socket() in libnet.* - this will give a false hit
if pkgsrc/devel/libnet is installed.
Should fix PR pkg/21876 by Jeremy C. Reed.
|
2003-06-06 20:14:12 by Matthias Drochner | Files touched by this commit (9) |
Log message:
add the LINK_ALL_LIBGCC_HACK variable to the interpreter's link line,
so that dynamic libraries using libgcc functions can be loaded
should fix PR pkg/16144 by Brett Slager
|
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-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-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-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.).
|
2002-09-21 00:44:21 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Python extensions also install headers into ${PYINC}, so we can't just
assume all of those headers belong to the python package. We use the trick
for kdelibs2 and generate the BUILDLINK_FILES list from the PLIST.
|
2002-09-21 00:33:31 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Add buildlink2.mk file for use by other package Makefiles, and by
python/pyversion.mk in particular.
|