- Don't install documentation if NOPORTDOCS is defined.
- Explicitely disable filesystem support when not selected. [1]
PR: ports/125564 [1]
Submitted by: Jan Henrik Sylvester <me@janh.de> [1]
- Remove duplicate USE_GMAKE line
- Add --disable-fast-perl to avoid a warning at configure time. This option
is used to do faster Makefile generation.
- For unknown reason, at build stage, the Makefile tries to rebuild
configure script (it happens before, but at this version, it breaks
build). Add necessary evils (automake dependency and libtool hacks from
bsd.autotools.mk) to make this port build in a tinderbox env.
PR: ports/125343
Submitted by: Rusty Nejdl <rnejdl at ringofsaturn.com> (maintainer)
Notable changes are:
- it now builds using gmake
- NLS and POWERFLUTE are removed
- POLLTIME directive to control UPS polling interval. This directive
specifies the number of seconds to delay between polling the UPS for
status. Previously, NETTIME allowed this to be adjusted for network
connections only (snmp, pcnet, nis-net). POLLTIME configures the delay
for all connection types. NETTIME is accepted as a synonym for
compatibility with old config files.
- you can now use the graphical client via GAPCMON OPTION
- it won't build on anything pre 6.3R
Tested by: Stefan Lambrev <stefan.lambrev@moneybookers.com>
This is like comiccron, but stores the tabs in ZConf. For
it to run the command, the last or next time it will be
will have to be within a minute and 15 seconds. For most
usages, you will want to have the hour and minute set to
*. This allows a user to do something how ever many times
they want any time during the period it is active.
After running through every entry in the crontab, it then
exits.
Why not cron?
You can have cron open opera or the like on a specific
display by either switch or enviromental options, but it
will always open it. This allows you to open it any time
along the point it is active.
PR: ports/124962
Submitted by: "Zane C.B." <vvelox@vvelox.net>
Isomd5sum is a collection of utilities for implanting and
checking MD5 checksums within an ISO9660 image. A checksum
is implanted in an image using the implantisomd5 utility,
and the corresponding checkisomd5 utility can be used to
verify burned CDs are error-free. Also included is a Python
extension for performing these tasks.
PR: ports/125013
Submitted by: Mykola Marzhan <delgod@portaone.com>
Cleanup conflicts in this port (fileutils, sh-utils and
textutils don't exist anymore)
Provide a regression-test target to determine the convenience
of updating this port. Add commented USE_BISON line as it
is recommended but not required, maybe future versions will
need it.
Update the WWW.
No functional change.
PR: ports/124623
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Approved by: maintainer timeout
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.
x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------
graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------
www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------
Approved by: portmgr (marcus)