1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

279 Commits

Author SHA1 Message Date
Joe Marcus Clarke
48c172df6c Mark not for ia64 since regchrome (and the application itself) dumps core.
Reported by:	pointyhat via kris
2006-01-08 19:44:30 +00:00
Michael Johnson
0d280936ef - Remove some unneeded lines formally needed by 4.x (but breaks stuff now) 2005-12-16 18:14:53 +00:00
Michael Johnson
28a056573f - Reword the BROKEN= if no gecko is found so it will be a little more clear
that it was unable to find a supported gecko for a port.
2005-12-10 20:46:50 +00:00
Michael Johnson
b18644ed80 - Only support mozilla and thunderbird on 4.x to fix many builds or
mark them BROKEN
2005-12-09 03:15:07 +00:00
Jeremy Messenger
a762891c30 Improvement on example in bsd.gecko.mk.
Reviewed by:	ahze
2005-12-09 03:00:30 +00:00
Michael Johnson
5a3ebd9a84 - Remove isp stuff if build with mail 2005-12-05 18:55:34 +00:00
Michael Johnson
4835940e84 - Add support for GECKO_PLIST_PRE_FILES and GECKO_PLIST_PRE_DIRS to
add files or directories to plist.
- *Really* remove share/idl if empty in firefox
2005-12-04 22:05:43 +00:00
Jeremy Messenger
64a923ea98 Fix all those ports to find libnssckbi.so in the correct place to allow those
SSL certificates work again. Somehow, this patch was lost in the big change,
so bring it back. Bump PORTREVISION on all of those ports.

PR:		ports/89796
Reported by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2005-12-02 05:30:01 +00:00
Adam Weinberger
4e70afab15 Documentation update. Add a blurb at the beginning stating what the
file's used for, and add some more comprehensive descriptions to
the definable variables.

Also, commit a major faux pas and include a functionality change
along with the text string changes. Remove the conditional check
for adding %D/share/idl to the plist. The check for whether it's
necessary wasn't working, but it's a safe assumption that every
mozilla port needs that dir added to the plist. This change has
been brought to you by ahze and the number n.
2005-12-02 03:39:43 +00:00
Michael Johnson
a077d959dd - Fix typo in comments
- Add  .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" to the example
2005-11-30 23:47:44 +00:00
Michael Johnson
36353c589f - Update firefox to 1.5
- Add Makefile.common
  o A new build/install system for gecko ports, Makefile.common
    includes many generic routines and common tasks.
  o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir}
    thus removing the need to have a startup script for ports that
    depend on gecko. [2]
  o Use system libm, nss, nspr in all gecko ports

- Add bsd.gecko.mk
  o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...]
    with a more robust way of detecting a gecko a end user wishs to
    use.
  o bsd.gecko.mk abstracts the selection of gecko-based backends. It
    allows users and porters to support any available gecko backend
    without needing to build many conditional tests. ${USE_GECKO} is the
    list of backends that your port can handle, and ${GECKO} is set by
    bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the
    list of gecko backends they want on their system.

  Port Makefile example:

  USE_GECKO=firefox mozilla seamonkey thunderbird
  .include <bsd.port.pre.mk>
  .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"

  End user example:
  WITH_GECKO=seamonkey firefox

  We highly recommend moving away from using WITH_MOZILLA and switching to
  USE/WITH_GECKO.

PR:		89052 [2]
Submitted by:	vs [2]
Obtained from:	www/firefox
Thanks to:	adamw, marcus, and mezz for ideas, bug squashing, and more
		sajd from irc.freenode.org/#FreeBSD-Gnome for
		 pointing out many bugs
2005-11-29 21:12:28 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Michael Johnson
28125871e3 - Add support for new lib/browser_linux_plugins 2005-11-14 19:11:43 +00:00
Joe Marcus Clarke
1f8833e5e7 * Chase the glib20 shared lib version
* Disable cairo support as the new cairo API does not work with mozilla
2005-11-05 06:21:04 +00:00
Joe Marcus Clarke
299fdf7305 Replace /usr/X11R6 with ${X11BASE} to fix the build with non-default
base paths.

Reported by:	pointyhat via kris
2005-10-27 00:06:23 +00:00
Joe Marcus Clarke
055bb26bcf Update to 1.7.12. See
http://www.mozilla.org/releases/mozilla1.7.12/README.html#new for a list
of the fixes in this release.

Security:	Many important security bugs were fixed.  See the URL
		above for more details.
2005-09-25 00:59:25 +00:00
Jeremy Messenger
f0120ed0a2 - Fix the sed for libesd and kill the major version of library
(libesd.so.2 -> libesd.so). [1]
- Update Java plugins by remove old and correct Java 1.5 plugin path. [2]
- Bump the PORTREVISION.

PR:		ports/86430 [1]
Submitted by:	Mark Hobden <markhobden@gmail.com> [1]
		glewis [2]
2005-09-23 20:42:37 +00:00
Pav Lucistnik
cfffa5699c - Patch a security vulnerability (DoS, remote execution) in IDN
(internationalized domain names) subsystem, also known as "hyphen domain
  name bug"

Submitted by:	Marcus Grando
Obtained from:	Mozilla Project CVS,
		https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=307259
Security:	CAN-2005-2871
		http://secunia.com/advisories/16764/
2005-09-10 17:24:31 +00:00
Joe Marcus Clarke
0feaee0767 * Update to 1.7.11
* Fix IDL installation
* Correct a crash that can occur when closing windows with newer versions of
  GTK+
2005-08-28 19:04:20 +00:00
Joe Marcus Clarke
a6d92ea65b Install IDL files into ${PREFIX}/share/idl/mozilla.
PR:		84022
Submitted by:	thierry (with modifications by jylefort)
2005-07-26 04:12:36 +00:00
Joe Marcus Clarke
c0d7a5a48c Update to 1.7.10 which fixes a number of security vulnerabilities.
Submitted by:		Matthew Luckie <mjl@luckie.org.nz>
Security:		See http://www.mozilla.org/projects/security/known-vulnerabilities.html#Mozilla for the list of fixed security issues
2005-07-21 23:57:10 +00:00
Michael Johnson
614c2954b0 - Update to 1.7.8
This release fixes 2 critical vulnerabilities

Release notes:	http://www.mozilla.org/releases/mozilla1.7.8/
Security notes:	http://www.mozilla.org/projects/security/known-vulnerabilities.html#Mozilla
2005-05-12 07:55:52 +00:00
Michael Johnson
a7a559e967 - Quote line to fix build on pointyhat
Repointed by:	pointyhat via kris
2005-04-28 22:46:30 +00:00
Michael Johnson
5baac38237 - Install .desktop file in share/applications instead of
share/gnome/applications so we can remove the gnomehier
  dependency so non-gnome users don't have to install a bunch
  of un-needed gnome directories.
- Remove WITH_MENU option from mozilla[-devel], .desktop file
  will always be installed now.
2005-04-26 19:30:55 +00:00
Michael Johnson
2af7881bf3 - Move "DISTFILES+=libart_lgpl-1${EXTRACT_SUFX}:local" below bsd.port.pre.mk
so it will work with OPTIONS.
2005-04-16 17:37:36 +00:00
Michael Johnson
21b112ade0 - Update to 1.7.7
- Re-enable cups
2005-04-16 05:46:14 +00:00
Michael Johnson
ef94c5ef50 - Add WITH_CAIRO_RENDER to OPTIONS, off by default
This option uses cairo for SVG rendering instead of libart
- Re-word one option that doesn't fit in dialog window.

PR:		ports/79590
Submitted by:	danfe
2005-04-06 19:02:24 +00:00
Michael Johnson
3311e41eba Switch one last WITH_MENU_ENTRY to !WITHOUT_MENU_ENTRY 2005-04-04 05:44:15 +00:00
Michael Johnson
cd04594858 - cleanup and remove pre-everything line
since calendar has been in freebsd for over two years.
- Remove mng support, this has'nt worked in a long long time
2005-04-02 16:52:53 +00:00
Joe Marcus Clarke
c9e3ed9919 * Update to 1.7.6 to fix security issues (see
http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html
  for more details)
* Add a better startup script [1]

Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by:	portmgr (implicit)
2005-03-25 06:01:49 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Michael Johnson
0353e0767b _ Add redundant BUILD_DEPENDS for graphics/cairo to check for cairo-xlib.h
since cairo can be installed without X11.
2005-03-10 18:50:30 +00:00
Adam Weinberger
3f97d0d1cf Fix build with cairo. 2005-03-10 17:27:24 +00:00
Joe Marcus Clarke
08545d0dfd Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.
Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is
necessary.

PR:		78385
Submitted by:	lesi
2005-03-10 00:43:23 +00:00
Joe Marcus Clarke
cea8bddb2f The pkg-message is no longer appropriate, so remove it. 2005-02-13 07:20:57 +00:00
Joe Marcus Clarke
61f3359985 Use gnomehier when installing the GNOME desktop item to fix plist problems.
Reported by:	pointyhat via kris
2005-02-13 07:17:23 +00:00
Joe Marcus Clarke
52a070ec51 * Fix external URI loaders by loading the correct version of the GNOME
libraries.  This means Mozilla's GNOME integration (i.e. GConf) should
  now work [1]
* Fix i18n support when invoking Mozilla, and add atsdsp support [2]
* Port all fixes to mozilla-devel

PR:		75428 [2]
Reported by:	Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1]
Submitted by:	Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [2]
2004-12-24 18:25:45 +00:00
Adam Weinberger
52202dafd8 Enable installation of the .desktop file by default, and
ensure that ${PREFIX}/share/gnome/applications exists.
2004-12-23 02:23:45 +00:00
Adam Weinberger
08f8a4b2b5 Add an OPTIONS entry that installs a .desktop entry for mozilla. I used the
contents of epiphany.desktop to generate the translations. I hope none of my
fellow GNOME Translation Project team members object to having their
translations bastardized like this. I don't know whether .desktop entries
can contain comments, so there's nothing attributing their work in there
right now.

I'll let this percolate in here for a bit, and if successful, I'll add it
to moz-devel, firefox, and thunderbird.
2004-12-23 01:53:11 +00:00
Joe Marcus Clarke
9d634a8ffb * Update to 1.7.5
* Add i18n support [1]
* Don't delete lib/browser_plugins if it was installed by another instance
  of Mozilla [2]

PR:		73841 [1]
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
		ahze [2]
2004-12-19 20:02:25 +00:00
Joe Marcus Clarke
e179b2545a Fix build with the upcoming X.Org 6.8.1.
Submitted by:	lesi
2004-12-13 06:10:46 +00:00
Joe Marcus Clarke
403955523c Be sure to create the browser_plugins during package install as well. Some
ports (e.g. www/ump) depend on this directory being there.

Reported by:	pointyhat via kris
2004-12-04 09:47:27 +00:00
Michael Johnson
bcfc45dccf Don't install movemail fix if built with WITHOUT_MAILNEWS
Pointed out by:	pav
Approved by:	pav (co mentor)
2004-11-10 11:59:14 +00:00
Michael Johnson
f8f27743a8 Remove mozilla-gtk1, Obsoleted by gtk2 version
Approved by:	marcus (co mentor)
2004-11-09 23:43:56 +00:00
Michael Johnson
cc9c710a25 - Install isp directory to fix Movemail support [1]
- Add WITH_CAIRO_RENDER knob that uses cairo for SVG rendering that
   replaces SVG rendering from libart.

Pointed out by:	marcus [1]
Approved by:	marcus (co mentor)
2004-11-09 07:48:41 +00:00
Joe Marcus Clarke
58406bee89 Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
2004-11-07 22:24:32 +00:00
Joe Marcus Clarke
1778f88fb5 Fix a botched patch on my part. Now that we're doing the substitution in
pre-install, we need to do it to different files.

Reported by:	nork
2004-10-25 16:17:08 +00:00
Joe Marcus Clarke
667c8927db Move REINPLACE_CMD up from do-install to pre-install so no .bak files are left
behind after pkg_delete.

PR:		73054
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-24 02:38:40 +00:00
Joe Marcus Clarke
bb2fe39a1a Don't add -gtk1 twice to the pkg-config files.
Spotted by:	Michael Johnson <ahze@ahze.net>
2004-10-21 03:35:25 +00:00
Joe Marcus Clarke
c1170b3939 Fix some more installation-blocking typos missed in the back-port from 1.7.3.
PR:		72594
Submitted by:	Nicolas Rachinsky <nr@rachinsky.de>
2004-10-12 20:32:34 +00:00