summaryrefslogtreecommitdiff
path: root/www/mozilla-gtk2
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Unused.wiz1-30/+0
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-11s/built on gtk2/built with GTK2/ in COMMENT.grant1-2/+2
2004-03-06Explicitly enable Xft support in mozilla-gtk2; it is already beeing used byjmmv1-2/+3
the GUI (because of gtk2), so do it the right way by adding support everywhere. Bump PKGREVISION to 3.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-9/+6
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-23Regen distinfo for latest mozilla patches.recht2-4/+5
Bump PKGREVISION to 2. original mozilla commit message by taya@: - adopt patch from pkg/24517 Thanks to Kouichirou Hiratsuka This also fixes pkg/24503
2004-02-19bl3ify.jmmv1-0/+28
2004-02-05Initial addition.jmmv1-0/+30
2004-02-05Enable installation of pkgconfig files in mozilla-gtk2. This requires ajmmv3-3/+13
new patch to fix paths to includes and libs. Bump PKGREVISION of mozilla-gtk2 to 1.
2004-02-01regen distinfo for patches reflecting following changetaya1-4/+3
- remove patch that enables IPv4 mapped IPv6 address - remove not necessary defines - _REENTRANT & _THREAD_SAFE
2004-01-17initial import of mozilla-gtk2taya4-0/+3044