| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
ports that are mere users of X.
Partial list submitted by: Josh Gilliam <josh@quick.net>
|
|
|
|
|
|
| |
Move msql to 87:87 so that package-building works again. I have an
extremely strong suspicion that msql does not need _reserved_ uid:gid's at
all, but I can't even fetch the distfile to check...
|
|
|
|
|
| |
then we need to link this extension module with threads
also.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===
## make package
>> Checksum OK for PyGreSQL-2.1.tgz.
===> Extracting for py-PyGreSQL-2.1
===> py-PyGreSQL-2.1 depends on executable: python - found
===> py-PyGreSQL-2.1 depends on shared library: pq\.1\. - found
===> Patching for py-PyGreSQL-2.1
===> Configuring for py-PyGreSQL-2.1
test: syntax error
/bin/cp /usr/ports/databases/py-PyGreSQL/scripts/Makefile /usr/ports/databases/py-PyGreSQL/work
/bin/cp /usr/ports/databases/py-PyGreSQL/scripts/Makefile.in /usr/ports/databases/py-PyGreSQL/work
/bin/cp /usr/ports/databases/py-PyGreSQL/scripts/configure.in /usr/ports/databases/py-PyGreSQL/work
install -c -m 0555 /usr/ports/databases/py-PyGreSQL/scripts/install-sh /usr/ports/databases/py-PyGreSQL/work
install -c -m 0555 /usr/ports/databases/py-PyGreSQL/scripts/configure.local /usr/ports/databases/py-PyGreSQL/work/configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin
checking for gcc... cc
checking whether the C compiler (cc -O2 -pipe -L/usr/local/lib/python1.5/config -L/usr/local/pgsql/lib) works... yes
checking whether the C compiler (cc -O2 -pipe -L/usr/local/lib/python1.5/config -L/usr/local/pgsql/lib) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for python... /usr/local/bin/python
checking for pow in -lm... yes
checking for read_history in -lreadline... yes
checking for crypt in -lcrypt... yes
checking for PyArg_Parse in -lpython1.5... no
configure: error: The Python 1.5 library could not be found.
*** Error code 1
:
===
Note the "test: syntax error" in the first line output from configure.
Satoshi
|
|
|
|
| |
Found by: portlint
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 6765
|
| |
|
|
|
|
| |
won't be any spurious warning messages when the command bar isn't run.
|
| |
|
|
|
|
|
| |
PR: 6527
Submitted by: Sascha Blank <blank@fox.uni-trier.de>
|
|
|
|
|
| |
PR: 6461
Submitted by: Dnaiel J. O'Connor <darius@holly.dons.net.au>
|
|
|
|
|
| |
PR: 6322
Submitted by: ibex@physik.TU-Berlin.DE
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Many bugfixes and cosmetic changes
Changes by Scrappy and me
My additional changes:
- had to link libpgtcl.so with the crypt library to get rid of the
pgaccess error message, that crypt is missing
- had to add -i option in the startup script, so that pgaccess is
able to connect to the postmaster process
- removed all unnecessary patches
- updated PLIST
Thanks to the postgresql developement team, who did a great job to
simplify the postgresql port, by applying the patches and making
the autoconf mechanism more consistent.
Submitted by: The Hermit Hacker <scrappy@hub.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
a tk frontend for the GNATS bug database
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
install the first time, but they don't install anymore so
remove them from the PLIST.
Found by: Satoshi Asami
|
| |
|
|
|
|
|
| |
PR: 6075
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
|
|
|
|
|
| |
I think this is ok'd by Satoshi.
Submitted by: jseger@freebsd.scds.com
|
|
|
|
|
| |
PR: 5983
Submitted by: Dirk Foremberg <ibex@physik.TU-Berlin.DE>
|
|
|
|
|
| |
I didn't checkout first ...
Here the update to 1.8
|
| |
|
|
|
|
|
|
|
|
| |
make USE_TCL all install
This in incomplete
make USE_TCL=yes all install
is correct
Reviewed by: Gert van der Plas <gert@inferno.phys.tue.nl>
|
|
|
|
| |
PR: ports/5868
|
|
|
|
|
|
| |
1. Isn't PREFIX clean
2. PLIST is way erronious (comment out NO_PACKAGE) and just try...
(PR to be submitted)
|
|
|
|
|
|
| |
this port. Also sort pkg/PLIST and some minor portlint mods.
PR: 5014
|
| |
|
|
|
|
|
| |
PR: 5740
Submitted by: Igor Vinokurov <igor@zynaps.ru>
|
|
|
|
|
| |
PR: 4769
Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
|
| |
|
|
|
|
|
|
|
| |
Now, I know you tested it (who doesn't? :), Andreas, but you need to
test it *twice* with a "make deinstall" in between, or you may not
catch files that were left from the previous installation (as it was
in this case).
|
|
|
|
| |
Please test.
|
| |
|