mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Mark this port broken:
=== ## 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
This commit is contained in:
parent
c75ee6c1e6
commit
fe5312d393
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12010
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 6/25/1998
|
||||
# Whom: n@nectar.com
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/07/06 17:47:33 nectar Exp $
|
||||
# $Id: Makefile,v 1.3 1998/07/20 11:19:08 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= PyGreSQL-2.1
|
||||
|
@ -18,6 +18,8 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
|||
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
LIB_DEPENDS= pq\\.1\\.:${PORTSDIR}/databases/postgresql
|
||||
|
||||
BROKEN= build
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
HAS_CONFIGURE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
|
Loading…
Add table
Reference in a new issue