| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
PR: ports/60638
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
|
|
|
|
|
|
|
| |
Restore compatability with mysql 4.1.1.
PR: ports/61380
Submitted by: Matthew Seaman (maintainer)
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
|
| |
LOCALBASE to find krb5-config in the MIT case.
Prodded by: Our friendly folks at the ISC who want to use FreeBSD's
PostgreSQL ports instead of an unmanaged build from a tarball.
|
|
|
|
|
|
|
|
|
| |
- Correctly support PTHREAD_LIBS/CFLAGS
- Use USE_GNOME=lthack
- Propagate DB_DIR in packages
- Use my @FreeBSD.org email address
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(too many improvements to be listed here)
- Correctly support PTHREAD_LIBS/CFLAGS
- Use USE_GNOME=lthack
- Propagate DB_DIR in package [1]
- Use my @FreeBSD.org email address
- Bump PORTREVISION
PR: ports/24749 [1]
Submitted by: Tom Pavel <pavel@networkphysics.com> [1]
Approved by: nork (mentor/implicitly)
|
| |
|
|
|
|
| |
wide hashes
|
|
|
|
|
|
| |
PR: 61417
Submitted by: Chris Knight <chris@e-easy.com.au> (maintainer)
Approved by: erwin (mentor) (implicitly)
|
|
|
|
|
| |
Spotted by: erwin
Forgotted by: pav
|
|
|
|
|
|
|
| |
incorrect state if SQLMoreResults is used
PR: 61421
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
| |
PR: ports/61110
Submitted by: Phil Oleson <oz@nixil.net>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
Free Pascal interface to PostGreSQL
PR: 61116
Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
|
|
|
|
|
|
|
| |
Free Pascal interface to ODBC
PR: 61113
Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
|
|
|
|
| |
and ODBC support will be added if someone requests.
|
|
|
|
|
|
|
|
| |
Set submitter as new maintainer.
PR: ports/61302
Submitted by: Alex Kiesel <kiesel@schlund.de>
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
| |
PR: ports/61302
Submitted by: Alex Kiesel <kiesel@schlund.de>
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
| |
(required for PHP MSSQL extension).
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
| |
PR: ports/61302
Submitted by: Alex Kiesel <kiesel@schlund.de>
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
|
|
|
|
|
| |
- replace pkg-plist bloat by PORTDOCS=*
- don't patch docdir in Makefile, pass it as make argument
instead
- kill empty "splash" directory at install time already
- bump PORTREVISION
PR: 61378
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
1) Added syb_server_version attribute.
2) Various bug fixes.
PR: ports/60710
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
| |
|
|
|
|
|
|
|
|
| |
works. These are symlinks to libdb*-4.2.so.2 (the SONAME).
- Bump PORTREVISION
PR: 61283
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
- Note that libgds.so is now symlinked to libfbembed.so rather
than libfbclient.so. This restores Firebird 1.0.x shared library
compatibility and fixes PHP build. [2]
PR: ports/61276 [1], ports/61310 [2]
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> [1],
Chris Knight <chris@e-easy.com.au> (maintainer) [2]
Approved by: nork (mentor)
|
|
|
|
|
| |
PR: 61194
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
remove extra file and directories.
Informed maintainer.
PR: ports/61061
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: 61102
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 57521
Submitted by: Gregory Bond <gnb@itga.com.au>
|
|
|
|
|
| |
PR: ports/60958
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer)
|
| |
|
|
|
|
| |
Use %%DOCSDIR%%.
|
|
|
|
| |
Submitted by: edwin@mavetju.org
|
|
|
|
|
|
| |
Approved by: tobez (former maintainer)
Update to version 0.96.
|
|
|
|
|
|
|
|
| |
utilize USE_MYSQL;
minor improvements to pet portlint.
PR: 59699
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
|
|
|
|
|
| |
manipulate db(3)'s btree(3) and hash(3) databases
Submitted by: edwin@mavetju.org
|
| |
|
| |
|
|
|
|
| |
Reviewed by: maintainer
|