Commit graph

29 commits

Author SHA1 Message Date
taya
3a93262675 adopt new freetype api.
fix PR pkg/25815.
2004-06-05 10:20:55 +00:00
wiz
f343e14c31 Unused. 2004-04-25 23:45:01 +00:00
taya
c9396ad055 catch up to current statvfs support 2004-04-24 02:57:07 +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
taya
f1e7f114b2 make this compile on -current.
bump PKGREVISION
2004-03-10 12:51:45 +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
jmmv
ffe6ed0b7b bl3ify. 2004-02-19 13:24:23 +00:00
snj
6c502c3443 Don't install the null (catchall) plugin. It is annoying. This plugin
was removed from www/mozilla a year ago.

Okayed by jmmv.
2004-01-20 19:29:37 +00:00
taya
41e68dfc16 add 'BUILD_MATHML=' 2004-01-17 00:08:50 +00:00
wiz
9b59ad530a Sync checksum with patch-bp contents. 2004-01-15 08:12:37 +00:00
grant
bb905570ca add FreeBSD to a conditional to fix a build problem on FreeBSD.
from Michal Pasternak in PR pkg/23867.
2003-12-26 06:13:52 +00:00
grant
c124b67163 bump PKGREVISIONs after adding Xinerama support. 2003-12-20 10:33:31 +00:00
taya
12369d2f83 update mozilla-stable to 1.4.1
it's just bug & security fix release
2003-11-27 23:36:42 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
taya
bc379cc258 Bump PKGREVISION.
PREFIX was changed becase of common Makefile was changed.
2003-05-23 03:34:52 +00:00
grant
08e9e3665a improve COMMENT 2003-05-20 14:19:27 +00:00
grant
d77de2ad88 improve 2003-05-20 14:16:01 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmc
6a7b453074 One more pass to make sure freetype versions get included correctly when
also using Xft2/fontconfig
2003-03-29 19:11:06 +00:00
lukem
d55af7eae4 Don't install libnullplugin.so into the "active plugins" directory
(lib/${MOZILLA}/plugins).  This is a pointless plugin, and only serves
to annoy you every time you access a page that wants an unavailable
plugin.  At least mozilla's default behaviour (without this plugin)
gives you the option to tell it "please shut up, I *KNOW* I don't have a
flash plugin, so stop nagging me".
2003-01-22 10:52:55 +00:00
taya
91af2a906e enable IPv4 mapped IPv6 address. 2003-01-20 13:23:02 +00:00
taya
d72167b165 What's New In This Release
Mozilla 1.0.2 contains stability and security improvements.
1.0.2 also has fixes for standards support, UI correctness and polish,
performance, and site compatibility. This is not a feature release.
For new features, Mozilla 1.0 users are encouraged to upgrade to Mozilla 1.2.
2003-01-11 00:30:59 +00:00
wiz
7f709a3101 Might be needed one day. 2003-01-10 19:14:36 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
he
0267e3d822 Apply the same patch as for mozilla and phoenix to make this
build on 1.5.3.
2002-12-11 22:48:01 +00:00
cjep
a24ad9a188 Add RCS tag. 2002-11-26 22:02:44 +00:00
taya
c73713b73e add MOZILLA_BIN to set mozilla binary file name
add BUILD_SVG to build svg
2002-10-19 15:02:22 +00:00
taya
af891841ed Initial import of mozilla-stable
This is a stable branch of mozilla.
A select group of APIs have been marked "@FROZEN. Mozilla.org intends
to maintain API compatibility for this set until next major release.
This branch is targeted at the developer community and enables
the creation of Internet-based applications.
2002-10-04 15:47:07 +00:00