pkgsrc-Bugs archive

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

Re: pkg/37768: devel/gnustep-base does not correctly honour PKG_SYSCONFBASE



The following reply was made to PR pkg/37768; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/37768: devel/gnustep-base does not correctly honour 
PKG_SYSCONFBASE 
Date: Tue, 22 Jan 2008 13:15:04 +0700

     Date:        Wed, 16 Jan 2008 10:08:52 +0000 (UTC)
     From:        kre%munnari.oz.au@localhost
     Message-ID:  <20080116100852.C59D263BE3F%narn.NetBSD.org@localhost>
 
   |    I use a non standard PKG_SYSCONFBASE in /etc/mk.conf
 
 The following patch to the pkgsrc Makefile allows gnustep-base to
 build for me.
 
 I have no idea if this is the "right" way (altering one of the
 included buildlink files may be better, and work for other packages
 that depend upon gnustep-base - I haven't gotten around to attempting
 to build them yet), but this does seem to work for me.
 
 It is possible that only the second of the two added lines is actually
 needed (I know the first alone is not enough), once I got the package
 built, I stopped investigating.
 
 kre
 
 --- Makefile   2008-01-22 13:07:34.000000000 +0700
 +++ Makefile.works     2008-01-22 13:03:26.000000000 +0700
 @@ -17,6 +17,8 @@
  
  GNU_CONFIGURE=                yes
  CONFIGURE_ARGS+=      --exec-prefix=${PREFIX}/libexec/GNUstep
 +CONFIGURE_ARGS+=      --with-config-file=${PKG_SYSCONFBASE}/GNUstep.conf
 +CONFIGURE_ARGS+=      --with-default-config=${PKG_SYSCONFBASE}/GNUstep.conf
  CONFIGURE_ENV+=               INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
  MAKE_FILE=            GNUmakefile
  MAKE_JOBS_SAFE=               no
 
 



Home | Main Index | Thread Index | Old Index