changes which combine and simplify the post-install handling of target
libraries and GCJ include files and my 2003-12-14 change which simplifies
handling of .info files from the lang/gcc33 port.
Make portlint -A happy and update the port to the current version.
PR: ports/58644
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by: maintainer timeout
Ethereal has a --with-adns switch. ./configure tests for presence
of the library even if --with-adns is not specified, and if it
finds it, the build fails later on because /usr/local/lib is
not in -L.
PR: ports/59855
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
The net/samba-devel port has a WITHOUT_CUPS Makefile option
that drops the *port's* dependency on the CUPS library, but
does not actually pass the option to configure to build
Samba without CUPS support. The resulting binaries will
still have a runtime dependency on the CUPS library.
Similarly, the binaries built by the port have a runtime
dependency on the popt (port devel/popt) library which is
not listed in the Makefile.
PR: ports/53939
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
Approved by: maintainer timeout
On 2003-11-21, the devel/gdb53 port was downgraded from
5.3_20030311 to 5.3 without setting PORTEPOCH. The reason
was to make the port fetchable after the discontinuation
of the gdb 5.3.1 branch according to
http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/gdb53/Makefile?rev=1.21&content-type=text/x-cvsweb-markup
The missing PORTEPOCH confuses pkg_version, and rightfully so:
# pkg_version -v -s gdb*
gdb-5.3_20030311 > succeeds port (port has 5.3)
Please remember to increase PORTEPOCH when downgrading the version of a port.
PR: ports/60484
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Approved by: maintainer timeout
Journal is a small tool useful for replacing the traditional
text-based diary. Its features include multpile user
support, multiple journals for each user, encryption, reading
and writing new entries, and timestamping of entries.
PR: ports/59293
Submitted by: Jose Devezas <jose.devezas@fe.up.pt>
A suite of software components for developing object-oriented,
web-based applications.
PR: 42295
Submitted by: Stefan Schwarzer <sschwarzer@sschwarzer.net>
Reminded by: linimon (thanks!)
I don't use APACHE_USER, so SUEXEC_CALLER is set to "".
Since apache only produce error at run time, I didn't catch it.
BTW, SUEXEC_CALLER is now correctly set.
Noticed by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Pointy hat to: me
Approved by: erwin (mentor) (implicity)
There is no documentation after the port dbf2mysql installation.
PR: ports/51140
Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>
Approved by: maintainer timeout
Mantis is a web-based bugtracking system.
It is written in the PHP scripting language and requires
the MySQL database and a webserver. Mantis has been installed
on Windows, MacOS, OS/2, and a variety of Unix operating
systems. Any web browser should be able to function as a
client. It is released under the terms of the GNU General
Public License (GPL).
PR: ports/46034
Submitted by: Sebastien Gioria <gioria@FreeBSD.ORG>
- Update to 0.18
Port maintainer (scrappy@FreeBSD.org) is cc'd.
PR: ports/59859
Submitted by: Lars Thegler <lars@thegler.dk>
Approved by: maintainer timeout
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>