Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2001 00:39:18 +0900
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        girgen@partitur.se
Cc:        ports@FreeBSD.org
Subject:   Re: cvs commit: ports/japanese/postgresql7 Makefile distinfo         pkg-plist.doc ports/japanese/postgresql7/files patch-bd         patch-jdbc1-statement
Message-ID:  <863d95k8rd.wl@archon.local.idaemons.org>
In-Reply-To: <200106121445.f5CEjEe98188@freefall.freebsd.org>
References:  <200106121445.f5CEjEe98188@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

At Tue, 12 Jun 2001 07:45:14 -0700 (PDT),
I wrote:
> knu         2001/06/12 07:45:14 PDT
> 
>   Modified files:
>     japanese/postgresql7 Makefile distinfo pkg-plist.doc 
>   Removed files:
>     japanese/postgresql7/files patch-bd patch-jdbc1-statement 
>   Log:
>   Update to 7.1.2.
>   
>   PR:		ports/28094
>   Submitted by:	Saito Tomokatsu <saito@a2z.co.jp>
>   
>   Running scripts/configure.postgresql at the post-extract stage is too
>   late.  Do it at pre-everything to reflect added BUILD_DEPENDS entries.

Since BUILD_DEPENDS is used on fetch, creating Makefile.inc at
pre-extract is too late.  We have a target called "pre-everything" for
this kind of situation.

I think databases/postgresql7's Makefile also needs this change.  See
the attached patch and let me know if it works all right.

(To see the problem, try building the port with the JDBC option turned
on when jakarta-ant is not installed.)

-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"Freeze this moment a little bit longer, make each impression
  a little bit stronger..  Experience slips away -- Time stand still"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql7/Makefile,v
retrieving revision 1.85
diff -u -u -r1.85 Makefile
--- Makefile	2001/06/04 11:52:52	1.85
+++ Makefile	2001/06/12 15:34:59
@@ -89,7 +89,7 @@
 		NO_OPENSSL="${NO_OPENSSL}" \
 		DISTNAME="${DISTNAME}"
 
-pre-extract:
+pre-everything:
 	@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
 
 # We must .include here because we need the Makefile.inc @ pre-install,

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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