glXGetProcAddressARB instead of glXGetProcAddress.
PR: ports/76257
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org> / many
Obtained from: X.Org CVS
4.x make doesn't know what BSDmakefile is so tekk it what to use.
Remove HAS_CONFIGURE= yes because we don't use distributed ./configure
At the end, it still failed on 4.x. A short discussion with the
submitter ended up in a "let's keep it broken on 4.x"
PR: ports/89740
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.
WWW: http://www.mozilla.org/projects/calendar/sunbird.html
Note: This is still in the beta stages and you will probably run in to
a few bugs.
This is the current release of the Seamonkey open source web browser. It should
be fully compliant with all W3C standards, including HTML, CSS, XML, XSL,
JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with
the use of the FreeBSD native Java plug-in.
This is the latest bleeding edge release. Beware that you'll probably find
bugs here, so if you value stability, try www/mozilla.
WWW: http://www.mozilla.org/projects/seamonkey/
Repocopied by: marcus
different build options
Shell archive included for new ports. Follow-on ports to
the devel/sfslite port, for building with different build
options. Won't conflict with devel/sfslite or each other.
Trivial Makefiles that mainly call into devel/sfslite/Makefile.
PR: ports/86475
Submitted by: Maxwell Krohn <krohn@mit.edu>
different build options
Shell archive included for new ports. Follow-on ports to
the devel/sfslite port, for building with different build
options. Won't conflict with devel/sfslite or each other.
Trivial Makefiles that mainly call into devel/sfslite/Makefile.
PR: ports/86475
Submitted by: Maxwell Krohn <krohn@mit.edu>
addresses to which you have to subscribe before you can post, making
it impossible for anybody to contact the maintainer.
If the maintainer listens, contact me and we'll add a proper working
email address to it.
Fix port so that it respects LOCALBASE/X11BASE settings.
PR: ports/89602
Submitted by: Jonathan <jdrews@cybox.com>
Approved by: Jon Drews <jon.drews@gmail.com>
The CA cert of net/xbone was being overwritten by net/xbone-gui.
The previous fix was incomplete.
PR: ports/89686
Submitted by: Venkata Pingali <pingali@isi.edu>
Approved by: maintainer email is a mailinglist which doesn't accept submissio
The CA cert of net/xbone was being overwritten by net/xbone-gui.
The previous fix was incomplete.
PR: ports/89686
Submitted by: Venkata Pingali <pingali@isi.edu>
Approved by: maintainer email is a mailinglist which doesn't accept submissions
- Executable moved to ${PREFIX}/sbin
- Add rcNG script.
- Logfile is placed under /var/log.
- Pidfile is placed under /var/pid.
PR: ports/88177
Submitted by: maintainer
pkg-orphan is a console utility for managing orphan, i.e.
unreferenced FreeBSD packages. It finds all or selected
orphans and lets the user choose which ones to remove and
which ones to keep. It maintains a keep-list file, so
previously kept packages will be skipped automatically. In
batch mode, all packages, not present in the keep-list are
either deleted or kept in the list.
Since orphan packages are usually much fewer than non-orphan
ones, it can be useful for quickly finding and deleting
unused packages, even on a system with hundreds of them
installed.
Features:
- interactive and batch modes
- maintains a kept package list, to avoid asking for the same package again
- can delete packages recursively, but without deleting shared dependencies or
previously kept packages
- the keep-list file does not contain package versions, so upgrades generally
don't require editing of the file
WWW: http://sourceforge.net/projects/pkg-orphan/
- Victor Semionov
semionov@mail.b
PR: ports/89730
Submitted by: Victor Semionov <semionov@mail.bg>
<snip>
Cdrdao changes:
o Fixed bad bug with missing return statemements in recomputeLength
and format conversion.
o Fixed broken '-' STDIN input feature.
o Fixed various gcc4-related compile problems.
o Fixed copy problem with single device when read_device is specified.
o Minor fixes to driver table.
GCDMaster changes:
o The crash when creating a new "Create Audio CD" view seemed to be
related to gtkmm and libsigc++ and went away with newer releases of
those packages.
toc2cue changes:
o Fixed bug that was causing empty output files.
o Added conversion of COPY to DCP flags. (Julio Sanchez Fernandez)
<snip>
- In gcdmaster.keys use the correct path to the installed gcdmaster-doc.png.
Approved by: netchild
- 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