summaryrefslogtreecommitdiff
path: root/x11/tk83
AgeCommit message (Collapse)AuthorFilesLines
2004-05-13Unused (thanks, minskim).wiz1-36/+0
2004-04-24If we include this bl* file, we only want the 8.3 version -- fix patternwiz2-4/+4
to make it so.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+3
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-08Reimport tk-8.3.4 into x11/tk83 before updating Tk to 8.4.5, becauseminskim10-0/+1980
many packages still need 8.3. OK'ed by the maintainer (jwise@).