pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/databases/tcl-postgresql73 Pullup ticket 635 -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37da20296aac
branches:  pkgsrc-2005Q2
changeset: 495925:37da20296aac
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Aug 02 21:55:21 2005 +0000

description:
Pullup ticket 635 - requested by Grant Beattie
portability fix for tcl-postgresql73

Revisions pulled up:
- pkgsrc/databases/tcl-postgresql73/Makefile    1.6

   Module Name:         pkgsrc
   Committed By:        grant
   Date:                Fri Jul 29 05:39:00 UTC 2005

   Modified Files:
        pkgsrc/databases/tcl-postgresql73: Makefile

   Log Message:
   build in src/port, too, so libpgport is built on platforms which need
   it. fixes build on Solaris.

diffstat:

 databases/tcl-postgresql73/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8fb980cb7c0f -r 37da20296aac databases/tcl-postgresql73/Makefile
--- a/databases/tcl-postgresql73/Makefile       Tue Aug 02 21:22:02 2005 +0000
+++ b/databases/tcl-postgresql73/Makefile       Tue Aug 02 21:55:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/05/16 01:15:30 jlam Exp $
+# $NetBSD: Makefile,v 1.4.2.1 2005/08/02 21:55:21 salo Exp $
 
 PKGNAME=               tcl-postgresql73-${BASE_VERS}
 PKGREVISION=   1
@@ -15,7 +15,8 @@
 MAKE_ENV+=             INSTALLED_LIBPQ=1
 PKGSRC_USE_TOOLS+=     gtar
 
-BUILD_DIRS=            ${WRKSRC}/src/interfaces/libpgtcl
+BUILD_DIRS=            ${WRKSRC}/src/port
+BUILD_DIRS+=           ${WRKSRC}/src/interfaces/libpgtcl
 BUILD_DIRS+=           ${WRKSRC}/src/bin/pgtclsh
 
 post-install:



Home | Main Index | Thread Index | Old Index