Commit graph

5 commits

Author SHA1 Message Date
jmmv
c17898619e Update to 2.6.0:
Overview of Changes in 2.6.0 (since 2.2.0)
==========================================
* Autogen.sh updates [ James Henstridge ]
* Pixbuf Engine Moved to GTK+ 2.6 [ Matthias Clasen ]
* Remove old Pixbuf, and Notif Sources [ Thomas Wood ]
* Add COPYING.GPL/COPYING.LGPL [ Thomas ]
* Rewrite/Cleanup Redmond95 Engine [ Andrew Johnson ]
* Replace Redmond95 Theme with Redmond Theme [ Andrew ]
* Revise Engine/Theme Build Layout [ Andrew/Thomas ]
* Add Crux Engine and Theme [ Andrew, Thomas ]
* Add HC Engine [ Andrew, Thomas ]
* Add Industrial Engine and Theme [ Andrew, Thomas]
* Add LightHouseBlue Engine and Theme [ Andrew, Thomas ]
* Add Mist Engine and Theme [ Andrew, Thomas ]
* Add Smooth Engine [ Andrew, Thomas ]
* Add ThinIce Engine and Theme [ Andrew, Thomas ]
* Improve Smooth/Redmond/Industrial Engines for RTL Locales [ Andrew ]
* Update README, add COPYING list of licences [ Andrew ]
2004-12-24 10:07:23 +00:00
jmmv
1c09e730a8 Bump PKGREVISION to 6 and fix paths to installed files, due to the update
of GTK+ to 2.4.
2004-04-01 19:02:34 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
xtraeme
a917c04a0e bl3ify 2004-02-11 07:11:28 +00:00