o mozilla 1.0 dependency issue
1. reduce gtk dependency to xlib
2. we need libIDL >=0.6.3 and glib >=1.2.0 to build mozilla.
From mozilla/xpcom/typelib/xpidl/README
xpidl depends on Andrew Veliath and Elliot Lee's libIDL, a part of the
GNOME ORBit C ORB. We currently require libIDL >= 0.6.3, which in turn
requires glib >= 1.2.0
3. libIDL (not libIDL2) port does not exist and orbit includes libIDL and
libIDL dependency implies glib12
o No longer depends on Xvfb.
o Afaik, only JDK 1.4 is supported to build
it is empty. USE_AUTOTOOLS_COMPAT will always be defined, but we don't
want to assume that we're using autotools compatibility unless its value
is non-null. Previously, the defined check would cause ports using the new
USE_AUTOTOOLS scheme to fail.
Approved by: ade
- Update to 0.95.3
- Pass maintainership to submitter
Moreover:
- Respect ${CC}
- Respect ${LOCALBASE}
- Do not let the port use its own optimization cflags
- Polish the Makefile
[1]:
PR: ports/82860
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (new maintainer)
Approved by: former maintainer
<mwatts@edu1.tokyo-med.ac.jp>... Deferred: Operation timed out with earch.tokyo-med.ac.jp.
Message could not be delivered for 5 days
Message will be deleted from queue
which has persisted since February
<vchat@enforcer.cc>... Deferred: Name server: mail.enforcer.cc.: host name lookup failure
Message could not be delivered for 5 days
Message will be deleted from queue
which has persisted since February
Fix a couple of compiler warnings.
Do not bind the outgoing address to the listener address [1].
PR: 70205 [1]
Submitted by: Helge Oldach <datapipeaug04@oldach.net>
USE_AUTOTOOLS stanza. Full backwards compatibility with the current
USE/WANT variables has been maintained via a number of shims which
are set to expire on January 1st, 2006.
Please do *not* start using USE_AUTOTOOLS in port Makefiles until
after 6.0-RELEASE has gone out the door. Once that has happened,
I will implement a tree-wide conversion process before 5.5-RELEASE,
at which points ports will be free to use the new mechanisms.
This change has been extensively locally tested with various large
consumers of autotools building with no ill-effects notice. However,
there may well be edge cases that need to be taken care of. After
discussion with various members of portmgr, it was agreed that this
commit could go ahead without an -exp run, but that does not, in
my mind, constitute full approval. The responsibility for any breakages
caused by this commit are mine, and mine alone. Please do file PRs,
or mail me directly, if breakage is noticed, and I will endeavor to
fix immediately.
PR: 82462