The comms/qpage port has a few minor problems. A default installation gives
the following errors when the /usr/local/etc/rc.d/qpage.sh script is
execute:
qpage[68438]: cannot open /etc/qpage.cf: No such file or directory
qpage[68438]: cannot access LockDir(/var/spool/lock): Permission denied
qpage[68438]: cannot access QueueDir(/var/spool/qpage): No such file or directory
qpage[68438]: cannot chdir to QueueDir(/var/spool/qpage): No such file or directory
In short:
1) qpage looks for its configuration file in /etc instead of /usr/local/etc
2) It setuid()'s to a user (daemon) without permission to access /var/spool/lock
but does not document this anywhere outside of the source.
3) It's queue directory is not created by installing the port.
PR: ports/48059
Submitted by: Kirk Strauser <kirk@strauser.com>
run rawio with -s option(size of raw disk device), as follows:
% rawio -a -s 30029328k -v 1 /dev/ad4c
returned:
Invalid length specification: -v
in source rawio.c, it skips parsing argument at one point.
PR: ports/58567
Submitted by: OOTOMO Hiroyuki <ootomo@za.wakwak.com>
Approved by: maintainer timeout
The fetching in ports/astro/wmjupiter gives a checksum error if
fetched from the mastersite. The fetched file is from Nov 9 but
the checksum file is much older. Maybe a new packaging ?
The tarball has been rerolled on Nov 8 but no change in file contents.
[~/ports/astro/wmjupiter] edwin@ref5>gzcat wmjupiter-1.2.tar.gz | tar tvf -
drwxr-xr-x enge/root 0 Jan 16 01:53 2002 wmJupiter/
-rw-r--r-- enge/root 662 Jan 9 08:31 2002 wmJupiter/Makefile
-rw-r--r-- enge/root 11689 Jan 16 01:53 2002 wmJupiter/wmJupiter.c
-rw-r--r-- enge/root 2734 Jan 9 08:12 2002 wmJupiter/wmJupiter_mask.xbm
-rw-r--r-- enge/root 20665 Jan 16 01:48 2002 wmJupiter/wmJupiter_master.xpm
-rw-r--r-- enge/root 8141 Jan 9 07:59 2002 wmJupiter/xutils.c
-rw-r--r-- enge/root 863 Jan 9 07:59 2002 wmJupiter/xutils.h
-rw-r--r-- enge/root 979 Jan 16 01:53 2002 wmJupiter/README
[~/ports/astro/wmjupiter] edwin@ref5>gzcat wmjupiter.tar.gz-new | tar tvf -
drwxr-xr-x enge/users 0 Nov 8 04:21 2003 wmJupiter/
-rw-r--r-- enge/users 662 Jan 9 08:31 2002 wmJupiter/Makefile
-rw-r--r-- enge/users 11689 Jan 16 01:53 2002 wmJupiter/wmJupiter.c
-rw-r--r-- enge/users 2734 Jan 9 08:12 2002 wmJupiter/wmJupiter_mask.xbm
-rw-r--r-- enge/users 20665 Jan 16 01:48 2002 wmJupiter/wmJupiter_master.xpm
-rw-r--r-- enge/users 8141 Jan 9 07:59 2002 wmJupiter/xutils.c
-rw-r--r-- enge/users 863 Jan 9 07:59 2002 wmJupiter/xutils.h
-rw-r--r-- enge/users 979 Jan 16 01:53 2002 wmJupiter/README
PR: ports/60456
Submitted by: Andreas Schulz <ats@first.fraunhofer.de>
after a few minutes of play it becomes very unlikely that you
can save the game. freopen fails. this problem is discussed at
http://pub78.ezboard.com/fnethackfalconseyefrm2.showMessage?topicID=44.topic
PR: ports/48130
Submitted by: tom <tom@uffner.com>
Approved by: maintainer timeout (and that of me complained about it :-)
to be present, or does not compile on certain versions of FreeBSD. This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools. To most users, this change
is a no-op.
PR: 61090
Submitted by: linimon
Some changes to the game were done by the author,
and now the download site is directly the author's
site.
PR: ports/61151
Submitted by: Rudolf Polzer <freebsd-dr@durchnull.de>
API reference for KDE 3.1
Note that the port is installed in ports/x11 and not in ports/devel
to keep it closer to the kde3 libraries which are installed in
ports/x11. Changed the name to match the gtk##-apireference for
concistensy[sp].
PR: ports/60990
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
Update of Papaya to version 0.9.6.
Removed the papaya-plugins directory.
Updated to version 0.9.6
Disabled the plugins due to problems with python support
PR: ports/39193
Submitted by: Edwin Groothuis <edwin@mavetju.org> (long time ago)
is not defined.
This workaround should avoid weird apache behaviours when apache is
linked against the wrong apr* libraries.
Time to add CONFLICTS_BUILD option to bsd.port.mk ?
Approved by: erwin (mentor) (implicity)
Because:
** 'net/smbfs' is marked as IGNORE:
"OS versions subsequent to 440002 include smbfs"
the portupgrade -R won't run.
PR: ports/43911
Submitted by: David Aco <admin@evilmag.com>
Approved by: maintainer timeout
Port of the Zend Optimizer for PHP 4.3 and FreeBSD 4.
The Zend Optimizer is a free application that runs the files
encoded by the Zend Encoder and Zend SafeGuard Suite, while
enhancing the running speed of PHP applications.
Benefits:
- Enables users to run files encoded by the Zend Encoder
- Increases runtime performance up to 40%.
WWW: http://www.zend.com/store/products/zend-optimizer.php
Actually what is installed is 2.1.0b since 2.1.0a doesn't exist anymore.
PR: ports/51334
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
CMFPhotoAlbum is a product for Zope/CMF
It allows users to browse gallery of thumbnail images.
WWW: http://plone.org/collective
PR: ports/61067
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
An optional dependency has been added for the PECL SQLite,
but it's not supported by this port.
PR: ports/61101
Submitted by: Thierry Thomas <thierry@pompo.net>
Force the use of SSL_EXPERIMENTAL_ENGINE *only* if the user uses
-STABLE and base OpenSSL.
This is an *apache* problem. It's not the port.
I strongly encourage users to use OpenSSL from ports.
From httpd-2.0 Status:
* mod_ssl: fix a link failure when the openssl-engine libraries are
present but the engine headers are missing.
- fix a typo in WITH_DBM, should be bdb and not db [1]
I keep db for backward compatibility
- Add WITH_APR_FROM_PORTS to use devel/apr with apache2.
!!! WARNING !!! apache-2.0.48 is designed to work with apr 0.9.5.
Noticed by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> [1]
Approved by: erwin (mentor)