Age | Commit message (Expand) | Author | Files | Lines |
2001-10-09 | Make the variables BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS private by | jlam | 1 | -17/+17 |
2001-10-09 | Back out last change that moved the prepending of BUILDLINK_CPPFLAGS and | jlam | 1 | -1/+6 |
2001-10-05 | Prepend "${BUILDLINK_CPPFLAGS}" and "${BUILDLINK_LDFLAGS}" to "${CFLAGS}", | tron | 1 | -6/+1 |
2001-10-05 | Substitute for rpath references to buildlink directories in Makefiles | jlam | 1 | -6/+42 |
2001-10-05 | Move the setting of replace_files within the cookie check so that if it's | jlam | 1 | -25/+27 |
2001-10-05 | Rename some replace_* variables to replace_files. I'm trying to factor | jlam | 1 | -10/+10 |
2001-10-05 | Factor out the pattern representing Makefiles into its own variable | jlam | 1 | -6/+9 |
2001-10-04 | Document the following variables: | jlam | 1 | -5/+38 |
2001-10-04 | Fix typo in previous commit. | jlam | 1 | -2/+2 |
2001-10-03 | Make explicit what the mammoth sed expression in the _BUILDLINK_USE target | jlam | 1 | -5/+12 |
2001-10-03 | Invent new variables: | jlam | 1 | -26/+39 |
2001-10-02 | Factor out the common code for the replace-libnames targets into a variable | jlam | 1 | -54/+51 |
2001-08-22 | Change a = to a += to allow adding to the value of | jlam | 1 | -6/+8 |
2001-07-27 | Add back commented code. | jlam | 1 | -3/+3 |
2001-07-27 | Separate library name replacement into two parts, pre-configure and | jlam | 1 | -7/+39 |
2001-07-27 | On ELF, the linker extracts the soname from the specified libraries to | jlam | 1 | -2/+38 |
2001-07-24 | Add more debugging code to note when a file to be linked can't be found. | jlam | 1 | -1/+4 |
2001-07-23 | Record files that are linked into ${BUILDLINK_DIR} in the cookie files | jlam | 1 | -4/+8 |
2001-07-20 | Make the example buildlink.mk file more complete by showing how | jlam | 1 | -2/+5 |
2001-07-06 | Fix quoting problem in Solaris's "/bin/sh". | tron | 1 | -2/+2 |
2001-07-02 | For aesthetic reasons, sort the *.lai files found during replace-buildlink. | jlam | 1 | -2/+3 |
2001-07-02 | Merge buildlink-fix-libtool-archives and buildlink-fix-config-scripts | jlam | 1 | -41/+25 |
2001-07-01 | Change example to have bsd.buildlink.mk file included at start of a | jlam | 1 | -7/+11 |
2001-06-29 | If USE_BUILDLINK_ONLY is set, then also set USE_CONFIG_WRAPPER | jlam | 1 | -1/+9 |
2001-06-28 | Create new variable BUILDLINK_CONFIG_WRAPPER_SED.<pkgname> that is added | jlam | 1 | -3/+7 |
2001-06-26 | Remove a debugging printf/echo. | jlam | 1 | -2/+1 |
2001-06-26 | Fix bug in the sed expression used to filter out libtool archives. It was | jlam | 1 | -2/+3 |
2001-06-26 | Add code, similar to REPLACE_NCURSES, called REPLACE_BUILDLINK, that | jlam | 1 | -3/+30 |
2001-06-23 | Factor out the sed expression used to fix libtool archives into a variable, | jlam | 1 | -3/+6 |
2001-06-21 | Add code that runs at post-build time to fix references to ${BUILDLINK_DIR} | jlam | 1 | -1/+23 |
2001-06-20 | Relax libtool archive regexp to match more .la files. | jlam | 1 | -2/+2 |
2001-06-20 | Filter out libtool archive files from being linked into ${BUILDLINK_DIR} | jlam | 1 | -3/+7 |
2001-06-19 | Add BUILDLINK_DIR to the CONFIGURE_ENV and MAKE_ENV automatically. | jlam | 1 | -1/+3 |
2001-06-18 | On some platforms, /bin/sh is feebler than NetBSD's /bin/sh with respect to | jlam | 1 | -4/+9 |
2001-06-18 | Move the MKDIR line to after we test if the source file exists or not, so | jlam | 1 | -2/+2 |
2001-06-16 | Add code to handle GTK-style config scripts (gtk-config --cflags/--libs) | jlam | 1 | -2/+36 |
2001-06-15 | Automatically prepend ${BUILDLINK_CPPFLAGS} and ${BUILDLINK_LDFLAGS} to | jlam | 1 | -11/+7 |
2001-06-15 | Pass BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS through CONFIGURE_ENV and | jlam | 1 | -1/+6 |
2001-06-13 | Use ECHO_MSG instead of ECHO for informational message. | jlam | 1 | -2/+2 |
2001-06-11 | Document BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS. | jlam | 1 | -4/+7 |
2001-06-11 | The variables that may optionally be defined are: | jlam | 1 | -2/+15 |
2001-06-11 | This Makefile fragment is included by package buildlink.mk files. This | jlam | 1 | -0/+83 |