Just realized that after the repo-copy, the MD5_FILE pointer for
subports was never updated.
PR: ports/61193
Submitted by: Palle Girgensohn <girgen@pingpong.net>
- switch to UID/GID 98 so we don't conflict w/qmail
- remove BROKEN for -current; I can't repeat this, and it looks like
patch-az and patch-ab address the problem.
- bump PORTREVISION
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>
Note to other porters who want their port to depend on this one: Use
LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto
Usually, setting
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42"
LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2"
will then work to get the right DB library. At run time, the proper
library will be looked up by its SONAME, which is "libdb-4.2.so.2" and
resides in /usr/local/lib.
PR: ports/60943
Submitted by: Matthias Andree <matthias.andree@gmx.de>
fetched for a long time. It's no longer even clear that this is the
same port as is now available on sourceforge under that name; the
major number is different. After 3 years of no updates, it's probably
easier to start over at this point.
PR: ports/59171
Submitted by: linimon
No objection from anyone for: 2 months
http://www.mysql.com/documentation/connector-j/index.html#id2800748
MySQL Connector/J really does need JDK 1.4.x to compile. Use of
apache-ant appears to side-step all of the effects of the USE_JAVA
knob from bsd.java.mk, so all previous testing was actually using JDK 1.4.2
to do the compilation step.
Since the distfile contains a pre-compiled .jar file, which will work with
any Java-2 JVM, provide a WITHOUT_BUILD option.
PR: ports/59993
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Noticed by: Aristedes Maniatis
pgBash is a bash shell with the ability to directly connect
to a PostgreSQL Database and use it while still being at a
shell prompt with all its features.
PR: ports/54271
Submitted by: Sascha Holzleiter <sascha@root-login.org>
(deprecated in gcc3.3 in favor of stdarg.h.) This is not caught on bento
because this is a restricted port.
The distfile is from 2001; perhaps the submitter of the most recent
PR (ports/58479) might take a look at creating a port for msql3?
While here, pet portlint and fix plist.
These patches do the following things for PEAR ports:
* devel-pear-PEAR-Makefile.common.patch
- provides a do-install target and all that jazz in
devel/pear-PEAR/Makefile.common
- individual PEAR ports now just set a few variables:
* pear-ports-Makefile.common-ng.patch
contains changes for all pear-* ports including devel/pear-PEAR
See http://smradoch.innuendo.cz/FreeBSD/ for complete description.
Note: still missing are:
devel/pear-HTML_Common
devel/pear-I18N
net/pear-Net_NNTP
security/pear-Auth
PR: ports/59213
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
the other mysql-(server|client) ports, and thus found himself volunteered
for this one as well. Of course, it may well be that he didn't run away
fast enough ... or that this release is probably the last in the 3.x series.
o Fix packages dependencies.
o portlint clean
o Correct typo in MASTER_SITES, Fix non-optimized build.
PR: ports/60559
Submitted by: Alex Dupre <sysadmin@alexdupre.com>