2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message: Reorder location and setting of BUILDLINK_PACKAGES to match template buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. |
2004-02-10 21:45:02 by Johnny C. Lam | Files touched by this commit (20) |
Log message: The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk and any pre-existing buildlink2.mk files. |
2003-08-18 11:14:16 by Matthias Drochner | Files touched by this commit (3) |
Log message: make distutils obey LDFLAGS set in the environment, analogous to patches we've applied to Python-2.1+ |
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message: s/netbsd.org/NetBSD.org/ |
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-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. |
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-07 03:39:09 by Amitai Schlair | Files touched by this commit (33) |
Log message: Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. |
2002-10-25 14:45:01 by Thomas Klausner | Files touched by this commit (1) |
Log message: Convert to buildlink2. Unconditionally compile in SSL support; bump PKGREVISION. |
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>. |