pkgsrc-Bugs archive

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

Re: pkg/45786



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

From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/45786
Date: Fri, 6 Jan 2012 17:30:55 +0000

 CONFLICTS are reflexive, so devel/at-spi requires the following trivial
 patch, just because lib/gtk-2.0/modules/libatk-bridge.la appears in
 both packages.
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/devel/at-spi/Makefile,v
 retrieving revision 1.61
 diff -u -r1.61 Makefile
 --- Makefile   1 Nov 2011 06:00:53 -0000       1.61
 +++ Makefile   6 Jan 2012 17:18:48 -0000
 @@ -27,6 +27,8 @@
  
  GCONF_SCHEMAS=                at-spi.schemas
  
 +CONFLICTS=            at-spi2-atk-[0-9]*
 +
  .include "../../devel/GConf/schemas.mk"
  BUILDLINK_API_DEPENDS.atk+=   atk>=1.17.0
  .include "../../devel/atk/buildlink3.mk"
 


Home | Main Index | Thread Index | Old Index