summaryrefslogtreecommitdiff
path: root/mk/x11.buildlink.mk
AgeCommit message (Collapse)AuthorFilesLines
2002-08-22Merge pkgsrc/mk from the buildlink2 branch back into the main trunk.jlam1-1/+1
2002-08-06USE_BUILDLINK_X11 is dead, too.jlam1-7/+1
2002-08-06Remove completely unused code for buildlink-x11 that is never going to seejlam1-24/+1
the light of day in pkgsrc.
2002-04-12Add note explaining when x11.buildlink.mk should be used.jlam1-2/+5
2002-03-19When replacing for ${BUILDLINK_X11_DIR}, just replace it directly withjlam1-3/+2
${X11BASE} instead of checking for -I or -L in front of it. This is okay because ${BUILDLINK_X11_DIR} should just never appear in any installed files regardless of its prefix. Problem noted in private email by Mark Davies <mark@mcs.vuw.ac.nz>.
2002-01-27x11-links version updated.markd1-2/+2
2002-01-03Explicitly set BUILDLINK_DIR and BUILDLINK_X11_DIR with = instead of ?=.jlam1-2/+2
We really don't want these to change from the correct values (within ${WRKDIR}).
2001-12-08pkgtools/x11-links has been updated.kristerw1-2/+2
2001-12-02The *_POST_SED variables became private in bsd.buildlink.mk.jlam1-3/+3
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-4/+1
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-1/+4
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-20Some Makefiles separate -R and the rpath directory with whitespace, sojlam1-2/+2
handle that case.
2001-10-09Make BUILDLINK_X11_{CPPFLAGS,LDFLAGS} private by prepending an underscorejlam1-8/+8
to their names. These values shouldn't be changed by Makefiles or buildlink.mk files; rather, they're convenience variables used exclusively within x11.buildlink.mk.
2001-10-07Update the x11-links BUILD_DEPENDS to 0.4.veego1-2/+2
2001-10-05Substitute for rpath references to buildlink directories in Makefilesjlam1-2/+4
after the configure step. There's a growing number of GNU configure scripts that find a library in -L/path and automatically add -R/path to the linker flags. We need to make sure this doesn't happen to buildlink directories.
2001-10-05Replace -R${BUILDLINK_DIR}/lib with -R${LOCALBASE}/lib on all thejlam1-2/+3
REPLACE_BUILDLINK files to prevent rpath references to ${BUILDLINK_DIR} from getting into things like config scripts.
2001-10-04Try not to have BUILDLINK_X11_*FLAGS be added multiple times to CFLAGS,jlam1-1/+3
CPPFLAGS, CXXFLAGS, or LDFLAGS.
2001-10-01Have x11.buildlink.mk add -Wl,-R${X11BASE}/lib to LDFLAGS directly, insteadjlam1-2/+3
of relying on bsd.pkg.mk to do it. This change just makes x11.buildlink.mk more self-sufficient. Also add a warning that x11.buildlink.mk shouldn't be included in any buildlink.mk files since what it appends to *_POST_SED variables must come last.
2001-09-25Require at least x11-links-0.3 to get latest round of fixes.jlam1-2/+2
2001-08-29Buildlink glue to provide strong-buildlinking for packages that use X11jlam1-0/+83
(not counting packages using imake) whether or not xpkgwedge is installed.