pkgsrc-Bugs archive

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

Re: pkg/42080: sysutils/gamin both depends upon, and conflicts with sysutils/fam



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

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/42080: sysutils/gamin both depends upon, and conflicts with
 sysutils/fam
Date: Fri, 18 Sep 2009 21:25:15 +0900

 I don't know it works well or not, but gamin can build with sysutils/fam.
 
 Index: sysutils/gamin/Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/sysutils/gamin/Makefile,v
 retrieving revision 1.15
 diff -u -r1.15 Makefile
 --- sysutils/gamin/Makefile     17 Mar 2009 13:34:06 -0000      1.15
 +++ sysutils/gamin/Makefile     18 Sep 2009 12:20:34 -0000
 @@ -2,7 +2,7 @@
 
   .include "../../sysutils/gamin/Makefile.common"
 
 -PKGREVISION=           2
 +PKGREVISION=           3
   CONFIGURE_ARGS+=       --enable-server
 
   do-install:
 @@ -11,5 +11,6 @@
                  ${DESTDIR}${PREFIX}/libexec
 
   .include "../../devel/glib2/buildlink3.mk"
 -.include "../../sysutils/libgamin/buildlink3.mk"
 +FAM_SERVER=    no
 +.include "../../mk/fam.buildlink3.mk"
   .include "../../mk/bsd.pkg.mk"
 Index: sysutils/gamin/Makefile.common
 ===================================================================
 RCS file: /cvsroot/pkgsrc/sysutils/gamin/Makefile.common,v
 retrieving revision 1.3
 diff -u -r1.3 Makefile.common
 --- sysutils/gamin/Makefile.common      17 Mar 2009 22:31:10 -0000      1.3
 +++ sysutils/gamin/Makefile.common      18 Sep 2009 12:20:34 -0000
 @@ -13,8 +13,6 @@
   HOMEPAGE=      http://www.gnome.org/~veillard/gamin/
   COMMENT=       File alteration monitor
 
 -CONFLICTS=     fam-[0-9]*
 -
   MAKE_JOBS_SAFE=                no
 
   USE_LIBTOOL=           yes
 Index: sysutils/libgamin/Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/sysutils/libgamin/Makefile,v
 retrieving revision 1.3
 diff -u -r1.3 Makefile
 --- sysutils/libgamin/Makefile  17 Mar 2009 13:34:06 -0000      1.3
 +++ sysutils/libgamin/Makefile  18 Sep 2009 12:20:34 -0000
 @@ -5,6 +5,8 @@
 
   PKGREVISION=   1
 
 +CONFLICTS=     fam-[0-9]*
 +
   CONFIGURE_ARGS+=       --enable-libgamin
 
   post-install:
 


Home | Main Index | Thread Index | Old Index