| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Flock is a social browser, cross platform, open source, and
based on Mozilla technologies. Flock includes such features
as blogging tools, feed handling, and integrated del.icio.us
favorites and Flickr photo sharing.
WWW: http://www.flock.com/
Repocopied from: www/firefox
Repocopied by: marcus
|
| |
|
|
|
|
| |
Security: http://www.mozilla.org/security/announce/2006/mfsa2006-30.html
|
| |
|
| |
|
| |
|
|
|
|
| |
Release notes: http://www.mozilla.com/firefox/releases/1.5.0.2.html
|
|
|
|
|
|
|
| |
pkg-[de]install script
- Always use pkg-install to create missing dir's [1]
Requested by: marcus [1]
|
|
|
|
|
|
|
| |
garbage.
PR: 92899
Submitted by: truckman
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
of the CPU. This is triggered by a bug in Gecko/GTK+ interaction. This
patch corrects the problem. See
https://bugzilla.mozilla.org/show_bug.cgi?id=305970 for more details.
PR: 92467
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=305970
|
|
|
|
| |
errors with GCC 3.4.2.
|
|
|
|
| |
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=319004
|
|
|
|
|
| |
add files or directories to plist.
- *Really* remove share/idl if empty in firefox
|
|
|
|
|
|
| |
svg works for some people.
Pointyhat to: me
|
|
|
|
|
| |
Reported by: many
Tested by: mark@mkproductions.org
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Spotted by: pav
|
|
|
|
|
| |
PR: 89764
Submitted by: Roland Smith <rsmith@xs4all.nl>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
extensions (in particular typeaheadfind breaks Find [go figure]). It is
safer to use a specific list of extensions with Firefox 1.0.x. It looks
like they've made this better in 1.5, and set a reasonable default list of
extensions.
Basically, we're back to the previous 1.0.7_1,1 set of extensions with the
addition of negotiateauth.
Reported by: many
|
|
|
|
|
|
|
| |
* Enable all default extensions [2]
PR: 86961 [2]
Submitted by: David W. Hankins <David_Hankins@isc.org> [1]
|
|
|
|
|
|
|
|
|
|
| |
(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]
|
|
|
|
|
|
|
| |
http://www.mozilla.org/products/firefox/releases/1.0.7.html#new for the list
of fixes in this release.
Security: Fixes http://vuxml.FreeBSD.org/2e28cefb-2aee-11da-a263-0001020eed82.html among other things
|
|
|
|
|
|
|
|
|
|
|
| |
(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/
|
|
|
|
|
|
|
| |
experience for CJK users.
PR: 84378
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add Java 5 plugins support. [1]
- Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do
not extract those. Better explain, use external dependencies. [1]
- Teach firefox-config and *.pc files for nspr that will making other
third apps to buildable like epiphany, vlc-devel's mozilla plugins
and etc. Have been tested with full GNOME 2.11.x build too.
- Add four patches: [1]
patch-bugzilla243151:
https://bugzilla.mozilla.org/show_bug.cgi?id=243151
patch-jsosdep:
Fix the FreeBSD define
patch-oji-threads:
64-bit wide pthread_t
patch-xptcinvoke_x86_64_linux:
Setting a possibly uninitialized variable (value).
- Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing
windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2]
- Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION
varibles that are arleady exist and lesser complicate.
- Change all hardcore of 'firefox' to PORTNAME.
- Change a manual loop for patch all.js to find(1), so we can sleep
on it.
Submitted by: mi [1], marcus [2]
Reviewed by: my team, FreeBSD GNOME Team.
Tested by: many
|
|
|
|
| |
Obtained from: www/mozilla
|
| |
|
|
|
|
| |
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
|
|
|
|
|
|
| |
adds some stability enhancements.
Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox for a list of fixed vulnerabilities in 1.0.5
|
|
|
|
|
|
|
| |
This release fixes 3 very critical bugs. [1]
Release notes: http://www.mozilla.org/products/firefox/releases/1.0.4.html
Security notes: http://www.mozilla.org/projects/security/known-vulnerabilities.html
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
- Re-enable cups support
Release Notes: http://www.mozilla.org/products/firefox/releases/1.0.3.html
|
| |
|
|
|
|
|
|
|
|
|
|
| |
http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html and
http://www.vuxml.org/freebsd/741f8841-9c6b-11d9-9dbe-000a95bc6fae.html for
more details)
* Fix some minor cosmetic issues with the startup script
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es>
Approved by: portmgr (implicit)
|
| |
|
|
|
|
|
|
|
|
| |
Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is
necessary.
PR: 78385
Submitted by: lesi
|
|
|
|
|
|
|
|
| |
binary.
PR: 78175 (firefox)
78217 (mozilla-devel)
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
|
|
|
|
| |
Submitted by: Jeremy Prior <jez@netcraft.com>
|
|
|
|
|
|
|
|
| |
sanitizing each users' home directory when starting Firefox. This should
make upgrades much more painless.
PR: 75816
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es>
|
|
|
|
|
|
|
|
|
|
|
|
| |
the release notes)
* Add a new Firefox launch script [1]
* Merge URI helper patch from www/mozilla
* Add option to make URLs open in new tabs instead of new windows [1]
* Sanitize CFLAGS [1]
* Update the GNOME .desktop file with i18n translations and MIME types [1]
PR: 75816 [1]
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1]
|
|
|
|
|
|
|
| |
to the plist.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
- Fix expr usage for 4.x since expr on 4.x
is not POSIX compliant. [1]
Submitted by: girgen [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Mozilla license team has approved the FreeBSD Gnome team to
use official branding for firefox and thunderbird [1]
o Add --enable-official-branding to mozconfig
o Install official thunderbird/firefox icon as default.xpm icon
- Fix error when running firefox/thunderbird -v [2]
- Bump PORTREVISION
References:
http://www.mozilla.org/foundation/licensing.html [1]
http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1]
PR: ports/75262 [2]
Submitted by: girgen [2]
|
|
|
|
| |
Obtained From: www/mozilla
|
|
|
|
|
|
|
|
| |
* Temporarily disable CUPS support to fix a crash do to a symbol conflict
between OpenSSL and NSS [2]
PR: 75045 [2]
Submitted by: lesi [1]
|
| |
|
| |
|
|
|
|
|
|
| |
- Touch lib/browser_plugins/.${PORTNAME}.keep so this directory will not be removed durring deinstall of mozilla[-devel] or firefox if you still have mozilla[-devel] or firefox installed.
Pointed out by: pointy hat [1]
|
| |
|
|
|
|
|
|
| |
ports (e.g. www/ump) depend on this directory being there.
Reported by: pointyhat via kris
|
|
|
|
|
| |
that include OpenSSL (e.g. CUPS). This may help alleviate the problem with
Firefox crashing when trying to print when using CUPS.
|
|
|
|
|
| |
PR: ports/74155
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
|
|
|
|
| |
repository, use the hidden "-register" option instead. This has the
advantage of not requiring an X DISPLAY and not modifying any
preferences.
|
|
|
|
|
| |
Pointed out by: Pascal Hofstee
Approved by: marcus (co mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Firefox is installed similar to Mozilla in that its main installation
directory no longer has a Firefox version number in its name. This will
help maintainers of ports that depend on Firefox stay in sync more
easily.
Add i18n Support [1]
PR: ports/73837 [1]
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
Approved by: marcus (co mentor)
|
|
|
|
|
|
|
|
|
| |
* Install a firefox desktop entry for the GNOME desktop [1]
* Fix the post-install plug-in repository generation when root is using
a non-default shell [2]
Submitted by: ahze [1]
Clemens Fischer <ino-qc@spotteswoode.de.eu.org> [2]
|
|
|
|
| |
big upgrade.
|
|
|
|
| |
Approved by: marcus (co mentor)
|
|
|
|
|
| |
not been published, but see
http://www.squarefree.com/burningedge/releases/1.0.html for a list of changes.
|
|
|
|
|
| |
are now present in the firefox source tree, but with one bug fix compared
to the old version we provided. Use their version.
|
|
|
|
|
|
|
| |
* Workaround a crash that can be triggered by JavaScript pop-up windows [1]
* Use Xvfb to initialize the Firefox extensions datastore as root
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=264557
|
|
|
|
| |
patch to fix the build.
|
|
|
|
| |
support.
|
| |
|
|
|
|
| |
PR: 72632
|
|
|
|
|
|
|
|
|
|
| |
* Add support for installing the new Firefox brand icon by defining
WITH_NEW_ICON [1]
For all that's new, check out http://www.mozilla.org/products/firefox/releases/
PR: 71781 [1]
Submitted by: Radek Kozlowski <radek@raadradd.com> [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is being done instead of the update to 1.0 PR 1 since we're in a ports
freeze, and too many big changes is not a good idea.
This update covers the following Mozilla bugs:
250862
255067
256316
Thanks to nectar for scraping all of these patches together.
Obtained from: Mozilla CVS
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
| |
http://bugzilla.mozilla.org/buglist.cgi?bug_id=251381,249004,250906,253121
Also, add a pkg-deinstall script to remove the auto-generated registry files.
PR: 70031
|
|
|
|
|
|
|
|
|
| |
XPI file does no contain a leading "file://" when passed to the extension
manager.
See http://bugzilla.mozilla.org/show_bug.cgi?id=250847 for more details.
Reported by: ale
|
|
|
|
|
|
| |
See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details.
Submitted by: green
|
| |
|
|
|
|
|
|
|
|
| |
* Fix a problem with the pkg-config files referencing mozilla components
and not firefox components
PR: 68221 [1]
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> [1]
|
|
|
|
|
|
| |
shows up.
Tested by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
|
|
|
|
|
| |
to fix some threading issues in Firefox, but I have not personally encountered
them (at least not ones fixed by this patch).
See http://bugzilla.mozilla.org/show_bug.cgi?id=247204 for more details.
Submitted by: green
|
|
|
|
|
|
|
|
|
| |
* Make sure optimized CFLAGS are actually respected [1]
* Frobnicate the mozconfig file a little bit to be more inline with typical
Linux builds
* Try a safer hack to ensure the install completes okay
Reported by: kris [1]
|
|
|
|
| |
hack seems to work.
|
|
|
|
| |
Submitted by: Franz Klammer <klammer@webonaut.com>
|
|
|
|
| |
need to be run as root before running it as other users.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
list of Known Issues, see:
http://www.mozilla.org/products/firefox/releases/0.9.html
This update also includes a new pkg-install script based on ports/65590
from Thierry Thomas <thierry@pompo.net>. However...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
After installing Firefox, you must su - to root, and run ``firefox'' before
running it as any other user. If you do not su - to root, you may lose some
of your user settings. If you try to run Firefox as a normal user without
first running it as root, the browser will not show up. This is a known issue
with Firefox, and they hope to address it in a future release.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
| |
|
| |
|
|
|
|
|
|
|
| |
installed with PORT_REPLACES_BASE_BIND defined.
PR: 61756
Obtained from: OpenLDAP ports
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: Franz Klammer <klammer@webonaut.com>
|
|
|
|
|
|
| |
libiconv support. While this approach adds an extra patch, it insures
that the built-in nspr will used without the need for additional messy
symlinks.
|
|
|
|
|
| |
PR: 62735
Submitted by: obraun
|
|
|
|
| |
workaround a symbol problem with the system libnspr on certain systems.
|
|
|
|
|
|
|
|
| |
properly detect libiconv support [1]
* Take care of a few more pthread substitutions
* Bump PORTREVISION
Reported by: Andrew Muhametshin <andrew@trifon.ru>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
worth)
* Fix up some path issues in the Makefile
* Minor fix to plug-in installation
* Restore Franz's fix for the LD_LIBRARY_PATH PREFIX problem
* Bump PORTREVISION
|
|
|
|
|
| |
that will fix this and some other things. No need to bump PORTREVISION
twice.
|
|
|
|
|
|
|
| |
patch-build_unix_run-mozilla.sh (new PORTREVISION).
Noticed by: Franz Klammer of webonaut.com
Pointy hat to: moi
|
|
|
|
| |
paths.
|
|
|
|
|
|
|
|
|
| |
will be tried. There is one addition, though. JPI_LIST is now
overrideable. [1]
* Remove the bit about Perl version from pkg-message. We support all versions
of Perl now.
Requested by: ale
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release of the Firebird web browser with a new name to avoid conflicts with
the Firebird database. This is version 0.8.
http://www.mozilla.org/products/firefox/releases/
* Update to 0.8 and change name to firefox [1]
* Make PLIST from a fake installation [1]
* Restore original credit and portname in Makefile [1]
* Optionally install headers and IDL files [2]
* Use PERL instead of REINPLACE_CMD in a few places [1]
* Use OPTIONS
* Enable the Inspector extension
* Fix another possible esound related problem
* Enable basic optimizations if WITH_DEBUG is not specified
PR: 62631 [2]
Submitted by: trevor [1] [2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
do with esound being installed, but not being used (e.g. when not running
under the GNOME Desktop). What happens now is sound support is disabled by
default. If you wish to enable Type Ahead Find sound support, edit your
prefs.js file, and add:
user_pref("accessibility.typeaheadfind.enablesound", true);
* Make portlint happy by not including anything after bsd.port.post.mk
* Clean up the pkg-message a bit to reflect reality with respect to Perl
Thanks to casaveli on BSDForums for finding it was esound causing the lock up
as well as testing the patch mentioned above.
|
|
|
|
| |
(Part 1)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've taken a chance and split the sparc64 and alpha mega-diffs up because
sparc64 patched the result of alpha's patches, and amd64 needed to do the
same again - but it was sorted lexically before alpha/sparc64. I've
grouped the xptcall patches together since they are standalone and split
up and merged the other infrastructure jumbo-patches.
I also attempted to sync up the nspr vs firebird diffs for sparc64 and
alpha because they disagreed. HOWEVER... While this port 'depends'
on the nspr port, it doesn't actually *use* it. It should probably
be removed from the LIB_DEPENDS list.
Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla
database.
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
|
|
| |
on Sparc64.
Submitted by: tmm (bless that man)
|
|
|
|
| |
* Add rich text editing (aka midas) support
|
| |
|
|
|
|
| |
De-support GTK+ 1.2 (requested by marcus). Trim COMMENT.
|
| |
|
|
|
|
|
| |
This should help the KSE and libthr people use these applications (plus it
lets them build on -CURRENT).
|
|
|
|
| |
commit.
|
|
|
|
|
| |
people reinstalling this port will have to do a make distclean first, or
simply ignore the MD5 checksum.
|
| |
|
|
|
|
|
|
| |
PR: 55310
Submitted by: Morten Rodal <morten@rodal.no>
Pointy hat to: me
|
|
|
|
|
|
| |
GTK2. This is easier to maintain using the cons-plist target.
Reported by: kris via bento
|
|
|
|
|
|
|
|
| |
notes at http://www.mozilla.org/projects/firebird/release-notes.html,
but it went from being based on Mozilla 1.4b to 1.5a.
Note, the master site may be temporary. The source tarball at
${MASTER_SITE_MOZILLA} was missing some key bits that prevented compilation.
|
|
|
|
|
|
|
|
| |
new install mk code. However, keep Alan's plist generating code around
since it's cool, and it helps maintainers quickly generate a new plist.
PR: 54795
54799
|
|
|
|
|
| |
and seems to work just fine out-of-the-box on -STABLE with the built-in
Perl 5.00503.
|
|
|
|
| |
Submitted by: perky
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mozilla Firebird is the browser reborn from the ashes of the Phoenix.
* Update to 0.6 [1]
* Add optional GTK+-2 support [2]
* Add [untested] Sparc64 support [3]
* Add [untested] Alpha support [4]
* Do not compile with -O2 by default. Instead specify -DWITH_OPTIMIZED_CFLAGS
to get extra optimizations
* Link the Java Plug-in again
Submitted by: Stijn Hoop <stijn@win.tue.nl> [1]
Christopher Nehren <apeiron@comcast.net> [2] (based on)
tmm and kris [3]
Bernd Walter <ticso@cicely.de> [4]
Minor fixes by: obraun
|
| |
|
| |
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
|
|
|
| |
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus
|
| |
|
| |
|
|
|
|
|
|
|
| |
submit this fix back to the Mozilla team, since it will affect Mozilla 1.3a
as well.
Approved by: kris before departure (one of these days this update will end)
|
|
|
|
| |
Approved by: kris (all port of moving to 0.5)
|
|
|
|
|
|
|
| |
crashes or start failures.
Reviewed by:j
Approved by: kris (last phase of phoenix 0.5 update)
|
|
|
|
|
|
|
| |
been restored, extra knobs have added, and extensive diagnostics have been
added. PLEASE upgrade to this version.
Approved by: kris (part of phoenix upgrade)
|
|
|
|
| |
Approved by: kris (a long time ago)
|
| |
|
|
|
|
|
|
|
| |
adds some features, there is at least one crasher I've hit so far but I don't
know if it is anomoly or not yet.
Approved by: kris
|
|
|
|
|
|
|
|
| |
<kaeru@pd.jaring.my> for this tip.
2. Build the plist automagically in a post-install target.
Approved by: kris
|
|
|
|
|
|
|
| |
problem with accessing network sites.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Approved by: kris
|
|
|
|
| |
significance to users of this port, unless you are making your own distfiles.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow building under -CURRENT.
* Changes in LDFLAGS and CPPFLAGS passed to configure.
* Removed stale javascript dirs (venkman) from plist.
* Updated mkdistfile to remove more unneeded dirs. Used to make a
new distfile from a cvs checkout. For maintainers only, really.
* Disable bi-directional text in config.
* Remove dupes from mozconfig.in.
The problem with the martian file selection dialogs is gone. I am not sure of
the cause, but apparently it had to do with either which version of the NSPR
libs phoenix runs with or the link order of libraries. I don't care, as long as
it doesn't do it, 'cause I do not read Martian.
Should be running against its own set of NSPR libs now. (Note: you can't just
use ldd to check this since the startup scripts play all kinds of fun games.)
You are advised to remove $HOME/.phoenix before running the new version.
|
| |
|
|
|
|
| |
2. Remove components (4) of javascript debugger from plist.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2. Disable javascript debugger (like we're at a stage where we want to do
that .... hahaha).
3. Remove dupes from files/mozconfig.in.
4. Whack the share and include dirs in a post-install target (I know it's
slower that way, but I'm gonna let Trevor work out how to do it
otherwise, since he so kindly volunteered.)
5. We need an icon for this, people. Any graphics geeks out there?
Thanks to Adam Weinberger for his valuable info about perl versions,
and his continuing research. Thanks to everybody else who's tested, even
if y'all did report the same thing. 8-) Finally, thanks to Warren Zevon,
whose song My ****'s ****ed Up certainly applies to the early stages
of this port.
|
|
|
|
|
|
|
| |
Added pkg-message file.
Put XP_UNIX in MAKE_ENV just to be safe.
Show pkg-message at start and end.
I think it's stabilized now.
|
|
|
|
|
| |
Changed -DXP_UNIX to XP_UNIX=1 in MAKE_ARGS. Why can't the damned makes
agree on what they want? #$##@#!
|
|
|
|
| |
in the best of moods ... sorry.
|
|
|
|
|
|
|
|
|
|
|
|
| |
stating otherwise. I'm trying to get the perl version and File::Spec(imen)
problems ironed out.
Please try this with whatever version of perl you are using and report
back to phoenix@geeksrus.net. Thank you. Don't forget to tell us if you
are doing "use.perl port" or "use.perl system" if you have one of the
ports.
-- AlanE, who's ready to propose a virtual category called "pita".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2. Fix plist to catch the missing files/dirs. It should now deinstall
cleanly (it does here, anyway).
2a.The dirs that were created with @exec /bin/mkdir are now removed using
@unexec /bin/rmdir blah/blah || true.
3. Added CONFIG_SH=/bin/sh to mozconfig.in so that we'd all use the same
shell for configuration.
Note: you can use Perl < 5.8, but you need File::Spec for whatever perl
you've got /usr/bin/perl pointing to (or /usr/local/bin/perl, if there is
no /usr/bin/perl [-CURRENT?].
If there were PRs on this, I've forgotten which ones and will close them
out separately. I can do a forced commit on Makefile to relate the PRs,
if any, to the changes.
|
|
|
|
|
| |
and checking it. I think I must have left my brain asleep in bed this
morning.
|
|
|
|
|
|
|
|
|
| |
And filleted by Douglas Berry <doug@cnd.dundas.on.ca>, who then served it
with a delightful lemon and basil butter, garnished with lark's vomit.
Thanks, Doug!
Submitted by: Douglas Barry <doug@cnd.dundas.on.ca>
|
|
|
|
|
| |
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
|
|
|
|
|
|
|
| |
2. Incorporated my uncommited mods with Trevor's changes.
3. Remade pkg-plist accordingly.
4. Use /usr/bin/perl if present, then /usr/local/bin/perl.
5. Add File::Spec to BUILD_DEPENDS if perl < 5.8.0.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
alane@ and trevor@.
2. Expand the BROKEN message to include instruction to run 'use.perl port'.
3. .undef NO_IGNORE.
|
| |
|
|
|
|
| |
versioning with this port.
|
| |
|
| |
|
|
|
|
|
| |
was wrong when he said it didn't work without it. Bumped PORTREVISION
as this is a major change.
|
|
|
|
|
| |
2. Changed .error to BROKEN= to keep other stuff from barfing. Sorry about
that. Of course, I didn't see any of it here. (suggested by marcus@).
|
|
|
|
| |
2. Set appropriate compile/link options for threading.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixed problem with reliably finding perl 5.8.0.
* Made build faster.
* Shut up most of the compiler warnings (turned off --pedantic).
* Strip the binaries.
* Saved 2 meg on size of binary package (16M -> 14M).
2. Moved install to ${X11BASE}/lib/phoenix to keep it out of the way
of mozilla, since it uses the same namespace for dirs/files.
3. Link bin/phoenix and bin/phoenix.config into install tree's bin dir.
TO DO: make installation smaller. make distfile smaller. test,test,test.
|
|
|
|
| |
over to /usr/X11R6 (or not), but it's a start. And it's *fast*.
|
|
is a work in progress for the next few days.
|