summaryrefslogtreecommitdiff
path: root/fonts/gucharmap/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
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-04-01Update to 1.4.0:jmmv1-3/+2
* View by script as well as by Unicode block. * New documentation in the following languages: de es fr it ja ko sv zh_CN zh_HK zh_TW * English documentation improved and updated. * Search modified to look in CJK ideograph definitions as well as character names. Search heuristic also improved in other areas. * Bothersome gucharmap input method removed. * Many user interface improvements. * Much code reorganized. * New and updated translations: ar az bn ca cs cy da de el en_CA en_GB es fa fi fr ga hi id it ja ko lt mn ms nl no pa pl pt pt_BR sk sq sr sr@Latn sv th uk zh_CN
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-16Explicitly depend on all packages used directly by this one.jmmv1-1/+5
While here, use pkgsrc intltool, too.
2004-02-15Convert to buildlink3.wiz1-0/+25