ports/56346: postgresql-doc - modify postgresql slave ports build behaviour
Palle Girgensohn
girgen at pingpong.net
Wed Sep 3 00:50:29 UTC 2003
>Number: 56346
>Category: ports
>Synopsis: postgresql-doc - modify postgresql slave ports build behaviour
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Sep 02 17:50:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Palle Girgensohn <girgen at pingpong.net>
>Release: FreeBSD 4.7-PRERELEASE i386
>Organization:
PING PONG
>Environment:
System: FreeBSD palle.girgensohn.se 4.7-RC FreeBSD 4.7-RC #0: Sun Sep 29 17:21:22 CEST 2002 root at palle.girgensohn.se:/usr/local/obj/usr/src/sys/STORDATAN i386
>Description:
The postgresql slave ports now use .include to get info about version
etc from the master port. This has drawbacks, and the now introduced
scheme, using `...!= make -V ...', is better.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-docs/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 19 Jun 2003 09:12:55 -0000 1.7
+++ Makefile 2 Sep 2003 22:13:03 -0000
@@ -4,20 +4,21 @@
#
# $FreeBSD: ports/databases/postgresql-docs/Makefile,v 1.7 2003/06/19 09:12:55 daichi Exp $
#
+POSTGRESQL_PORT?= databases/postgresql7
PORTNAME= postgresql
+PORTVERSION!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V PORTVERSION
+CATEGORIES= databases java
+MASTER_SITES= ${MASTER_SITE_PGSQL}
+MASTER_SITE_SUBDIR!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V MASTER_SITE_SUBDIR
PKGNAMESUFFIX= -docs
-PORTREVISION= 0
+DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX}
+DIST_SUBDIR= postgresql
MAINTAINER= girgen at pingpong.net
COMMENT= The PostgreSQL documentation set
-POSTGRESQL_SUBPORT= YES
-POSTGRESQL_PORT?= databases/postgresql7
-.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile>
-DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX}
-.undef USE_GMAKE
-.undef GNU_CONFIGURE
+MD5_FILE= ${.CURDIR}/../../${POSTGRESQL_PORT}/distinfo
NO_BUILD= YES
do-install:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list