summaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If the installed python has been linked with threads,Jacques Vidrine1998-07-231-11/+17
| | | | | | | | then we need to link this extension module with threads also. Notes: svn path=/head/; revision=12079
* Tighten the search for the python library.Jacques Vidrine1998-07-221-16/+13
| | | | Notes: svn path=/head/; revision=12068
* Mark this port broken:Satoshi Asami1998-07-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === ## 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 Notes: svn path=/head/; revision=12010
* Remove empty lines and trailing whitespace.Satoshi Asami1998-07-201-3/+2
| | | | | | | Found by: portlint Notes: svn path=/head/; revision=12008
* Change CATEGORIES to ``databases''.Jacques Vidrine1998-07-061-2/+2
| | | | Notes: svn path=/head/; revision=11767
* Just moved from category devel.Jacques Vidrine1998-07-065-0/+84
Notes: svn path=/head/; revision=11765