pkgsrc-Bugs archive

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

Re: pkg/30993



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

From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: ccatrian%eml.cc@localhost
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/30993
Date: Sat, 20 Aug 2005 07:28:09 -0700 (PDT)

 Please try the following. This makes it so it doesn't build with its own 
 libintl. I got ideas from FreeBSD ports. patch-ac is at bottom of this 
 email. I didn't test much.
 
   Jeremy C. Reed
 
 ? archivers/dar/patches/patch-ac
 Index: archivers/dar/Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/archivers/dar/Makefile,v
 retrieving revision 1.15
 diff -u -b -u -r1.15 Makefile
 --- archivers/dar/Makefile     14 Jul 2005 13:47:55 -0000      1.15
 +++ archivers/dar/Makefile     20 Aug 2005 14:23:04 -0000
 @@ -1,6 +1,7 @@
   # $NetBSD: Makefile,v 1.15 2005/07/14 13:47:55 wiz Exp $
 
   DISTNAME=    dar-2.2.2
 +PKGREVISION=  1
   CATEGORIES=  archivers sysutils
   MASTER_SITES=        ${MASTER_SITE_SOURCEFORGE:=dar/}
 
 @@ -22,5 +23,6 @@
   CONFIGURE_ARGS+=     --disable-upx
 
   .include "../../archivers/bzip2/buildlink3.mk"
 +.include "../../devel/gettext-lib/buildlink3.mk"
   .include "../../devel/zlib/buildlink3.mk"
   .include "../../mk/bsd.pkg.mk"
 Index: archivers/dar/distinfo
 ===================================================================
 RCS file: /cvsroot/pkgsrc/archivers/dar/distinfo,v
 retrieving revision 1.8
 diff -u -b -u -r1.8 distinfo
 --- archivers/dar/distinfo     29 Jun 2005 07:38:40 -0000      1.8
 +++ archivers/dar/distinfo     20 Aug 2005 14:23:04 -0000
 @@ -5,3 +5,4 @@
   Size (dar-2.2.2.tar.gz) = 1067171 bytes
   SHA1 (patch-aa) = 6f07f2bf85194cdad58d99c7cafd85e3b2c06031
   SHA1 (patch-ab) = 1d8fb3bcd9c0d6a07cb6413d0b94453264f3d499
 +SHA1 (patch-ac) = 8d81a4e33942d36381a8b7c4d4a454b39988fc94
 
 $NetBSD$
 
 --- configure.orig     2005-08-19 22:50:34.000000000 -0700
 +++ configure  2005-08-19 22:51:48.000000000 -0700
 @@ -10320,7 +10320,7 @@
   main ()
   {
   bindtextdomain ("", "");
 -return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
 +return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ()
     ;
     return 0;
   }
 



Home | Main Index | Thread Index | Old Index