pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases in fact, the whole lot needs flex(1) to build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47369a9e7ebf
branches:  trunk
changeset: 476467:47369a9e7ebf
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Jun 11 10:40:56 2004 +0000

description:
in fact, the whole lot needs flex(1) to build.

diffstat:

 databases/postgresql74-contrib/Makefile |  4 +---
 databases/postgresql74/Makefile.common  |  4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 16ed4295cf4d -r 47369a9e7ebf databases/postgresql74-contrib/Makefile
--- a/databases/postgresql74-contrib/Makefile   Fri Jun 11 10:38:46 2004 +0000
+++ b/databases/postgresql74-contrib/Makefile   Fri Jun 11 10:40:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/06/11 10:38:46 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/11 10:40:56 grant Exp $
 
 PKGNAME=               postgresql-contrib-${BASE_VERS}
 SVR4_PKGNAME=          pstgc
@@ -11,8 +11,6 @@
 CONFIGURE_ARGS+=       --with-readline
 MAKE_ENV+=             INSTALLED_LIBPQ=1
 
-USE_GNU_TOOLS+=                flex
-
 BUILD_DIRS=            ${WRKSRC}/contrib
 
 pre-build:
diff -r 16ed4295cf4d -r 47369a9e7ebf databases/postgresql74/Makefile.common
--- a/databases/postgresql74/Makefile.common    Fri Jun 11 10:38:46 2004 +0000
+++ b/databases/postgresql74/Makefile.common    Fri Jun 11 10:40:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/04/19 22:39:55 recht Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/06/11 10:40:56 grant Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -44,7 +44,7 @@
 GNU_CONFIGURE=         yes
 BUILD_USES_MSGFMT=     yes
 USE_PKGLOCALEDIR=      yes
-USE_GNU_TOOLS+=                make yacc
+USE_GNU_TOOLS+=                flex make yacc
 PKG_SYSCONFSUBDIR=     postgresql
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index