summaryrefslogtreecommitdiff
path: root/textproc/eb/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2007-04-27Simplify PKG_SYSCONFDIR handling by assuming all packages have a consistentuebayasi1-19/+4
PKG_SYSCONFDIR.
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2004-12-17Define PKGSYSCONFDIR.eb as a shell command sequence, so that ituebayasi1-8/+9
could be evaluated by configure scripts at the configure stage. (Otherwise, pkg_admin(1) and pkg_info(1) can be executed only once before EB as a dependency is not installed yet, which results in that those commands return void.)
2004-12-16Fix pkg_admin(1) syntax.uebayasi1-2/+3
2004-12-06* Run commands carefully in make(1)'s ``VAR!= cmd'' syntax. Problemuebayasi1-4/+12
reported by Krister Walfridsson. * Set INSTALLATION_DIRS so that pkgviews installation succeeds.
2004-11-20Update eb to 4.1.1.uebayasi1-2/+7
Changes since 3.3.4 are: * Accept remote access. * Adopt BSD license. * Include only Japanese HTML documents (English documents are removed!). * Accept Japanese encodings other than EUC-JP. * Improve EB_BookList API. * Many bug fixes. While here, enable pkgviews installation.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-03-19Update to 3.3.4. Minor bug fixes. Bl3'ify.uebayasi1-0/+21