From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 19 02:00:37 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C39037B404 for ; Sat, 19 Jul 2003 02:00:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F90D43FA3 for ; Sat, 19 Jul 2003 02:00:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6J90ZUp078943 for ; Sat, 19 Jul 2003 02:00:35 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6J90Z4c078942; Sat, 19 Jul 2003 02:00:35 -0700 (PDT) Resent-Date: Sat, 19 Jul 2003 02:00:35 -0700 (PDT) Resent-Message-Id: <200307190900.h6J90Z4c078942@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, yssu@CCCA.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C83537B401 for ; Sat, 19 Jul 2003 01:50:46 -0700 (PDT) Received: from master.e2tech.com (adsl2.e2tech.com [61.220.34.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34BAB43F75 for ; Sat, 19 Jul 2003 01:50:39 -0700 (PDT) (envelope-from root@e2tech.com) Received: from localhost (localhost [127.0.0.1]) by master.e2tech.com (Postfix) with ESMTP id C26E9AE7E for ; Sat, 19 Jul 2003 16:51:59 +0800 (CST) Received: by master.e2tech.com (Postfix, from userid 0) id 156ACAE5E; Sat, 19 Jul 2003 16:51:57 +0800 (CST) Message-Id: <20030719085157.156ACAE5E@master.e2tech.com> Date: Sat, 19 Jul 2003 16:51:57 +0800 (CST) From: yssu@CCCA.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/54629: ports/databases/p5-postgresql-plperl build failed with postgresql-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: yssu@CCCA.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2003 09:00:37 -0000 >Number: 54629 >Category: ports >Synopsis: ports/databases/p5-postgresql-plperl build failed with postgresql-devel >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 19 02:00:33 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Yen-Shuo Su >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: Campus Computer Communication Association >Environment: System: FreeBSD shuo.e2tech.com 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #5: Sat Aug 24 00:26:44 CST 2002 root@shuo.e2tech.com:/services/system/obj/services/system/src/sys/E2TECH i386 >Description: ports/databases/p5-postgresql-plperl build failed with postgresql-devel >How-To-Repeat: cd ports/databases/p5-postgresql-plperl make POSTGRESQL_PORT=databases/postgresql-devel >Fix: apply the following patch *** /tmp/Makefile Sat Jul 19 16:44:54 2003 --- Makefile Sat Jul 19 16:45:23 2003 *************** *** 11,21 **** CATEGORIES?= databases MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \ http://people.freebsd.org/~seanc/ports/ PKGNAMESUFFIX= -devel MAINTAINER?= seanc@FreeBSD.org COMMENT= Development snapshots of PostgreSQL's latest features ! DIST_SUBDIR= postgresql USE_BZIP2= YES --- 11,22 ---- CATEGORIES?= databases MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \ http://people.freebsd.org/~seanc/ports/ + DISTFILES= postgresql-${PORTVERSION}${EXTRACT_SUFX} PKGNAMESUFFIX= -devel MAINTAINER?= seanc@FreeBSD.org COMMENT= Development snapshots of PostgreSQL's latest features ! WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} DIST_SUBDIR= postgresql USE_BZIP2= YES *************** *** 25,31 **** .if defined(POSTGRESQL_SUBPORT) ## the POSTGRESQL_SUBPORTS use this port's distinfo ! MD5_FILE= ${.CURDIR}/../postgresql7/distinfo .else ## POSTGRESQL_SUBPORTS stops here --- 26,32 ---- .if defined(POSTGRESQL_SUBPORT) ## the POSTGRESQL_SUBPORTS use this port's distinfo ! MD5_FILE= ${.CURDIR}/../postgresql-devel/distinfo .else ## POSTGRESQL_SUBPORTS stops here >Release-Note: >Audit-Trail: >Unformatted: