Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2003 04:58:08 +0100 (CET)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59398: [MAINTAINER] databases/postgresql-pltcl: update to 7.4
Message-ID:  <200311180358.hAI3w8Wn038922@palle.girgensohn.se>
Resent-Message-ID: <200311180400.hAI40eQL082821@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59398
>Category:       ports
>Synopsis:       [MAINTAINER] databases/postgresql-pltcl: update to 7.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 17 20:00:39 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
Ping Pong AB
>Environment:
System: FreeBSD palle.girgensohn.se 4.9-RELEASE FreeBSD 4.9-RELEASE #6: Tue Nov  4 22:56:29 CET
>Description:
- move back to using .include instead of cd xx && make -V

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- postgresql-pltcl-7.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-pltcl/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	18 Sep 2003 11:31:50 -0000	1.9
+++ Makefile	18 Nov 2003 03:56:30 -0000
@@ -4,28 +4,20 @@
 #
 # $FreeBSD: ports/databases/postgresql-pltcl/Makefile,v 1.9 2003/09/18 11:31:50 osa Exp $
 #
-POSTGRESQL_PORT?=	databases/postgresql7
 
-PORTNAME=	postgresql
-PORTVERSION!=	cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V PORTVERSION
-PORTREVISION?=	0
-CATEGORIES=	databases tcl83
-MASTER_SITES=	${MASTER_SITE_PGSQL}
-MASTER_SITE_SUBDIR!=	cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V MASTER_SITE_SUBDIR
+PORTREVISION=	0
+CATEGORIES=	databases tcl${TCLVERSION:S/.//}
 PKGNAMESUFFIX=	-pltcl
-DISTFILES!=	cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V DISTFILES
-DIST_SUBDIR=	postgresql
 
 MAINTAINER=	girgen@pingpong.net
 COMMENT=	A module for using Tcl to write SQL functions
 
+POSTGRESQL_PORT?=	databases/postgresql7
+POSTGRESQL_SUBPORT=YES
+.include "../../${POSTGRESQL_PORT}/Makefile"
+
 LIB_DEPENDS=	tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//}
 RUN_DEPENDS=	postgres:${PORTSDIR}/${POSTGRESQL_PORT}
-
-MD5_FILE=	${.CURDIR}/../../${POSTGRESQL_PORT}/distinfo
-
-USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
 
 # you can use "make TCLVERSION=8.4" or similar for your favourite tcl version
 TCLVERSION?=	8.3
--- postgresql-pltcl-7.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311180358.hAI3w8Wn038922>