[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / chat / empathy

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/chat/empathy/Attic/Makefile between version 1.48 and 1.70

version 1.48, 2013/02/06 23:21:46 version 1.70, 2015/07/09 02:39:16
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       empathy-2.34.0  DISTNAME=       empathy-2.34.0
 PKGREVISION=    23  PKGREVISION=    43
 CATEGORIES=     chat gnome  CATEGORIES=     chat gnome
 MASTER_SITES=   ${MASTER_SITE_GNOME:=sources/empathy/2.34/}  MASTER_SITES=   ${MASTER_SITE_GNOME:=sources/empathy/2.34/}
   
Line 12  LICENSE= gnu-gpl-v2
Line 12  LICENSE= gnu-gpl-v2
   
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 USE_TOOLS+=             gawk gmake gsed intltool msgfmt pkg-config  USE_TOOLS+=             gawk gmake gsed intltool msgfmt pkg-config
 USE_TOOLS+=             autoconf  USE_TOOLS+=             autoconf msgmerge xgettext
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 USE_PKGLOCALEDIR=       yes  USE_PKGLOCALEDIR=       yes
 CONFIGURE_ENV+= YELL_CFLAGS=-I${WRKSRC}/telepathy-yell  CONFIGURE_ENV+= YELL_CFLAGS=-I${WRKSRC}/telepathy-yell
 CONFIGURE_ENV+= \  CONFIGURE_ENV+= \
   YELL_LIBS="-L${WRKSRC}/telepathy-yell/telepathy-yell -ltelepathy-yell"    YELL_LIBS="-L${WRKSRC}/telepathy-yell/telepathy-yell -ltelepathy-yell"
   
 # see pkgsrc/security/mozilla-rootcerts  # see pkgsrc/security/mozilla-rootcerts-openssl
 CONFIGURE_ARGS+=        --with-ca-file=/etc/ssl/certs/ca-certificates.crt  CONFIGURE_ARGS+=        --with-ca-file=/etc/ssl/certs/ca-certificates.crt
   
 BUILDLINK_TRANSFORM+=   rm:-Werror  BUILDLINK_TRANSFORM+=   rm:-Werror
   
   # with --nonet, xsltproc needs a helping hand finding some dtds
   XSLTPROC_PATH+= ${LOCALBASE}/share/doc/dbus
   
 # notyet  # notyet
 #CONFIGURE_ARGS+=       --enable-meego  #CONFIGURE_ARGS+=       --enable-meego
   
Line 48  BUILDLINK_API_DEPENDS.enchant+=  enchant
Line 51  BUILDLINK_API_DEPENDS.enchant+=  enchant
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"  .include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../textproc/gtk-doc/buildlink3.mk"  .include "../../textproc/gtk-doc/buildlink3.mk"
 .include "../../textproc/iso-codes/buildlink3.mk"  .include "../../textproc/iso-codes/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"  .include "../../textproc/libxslt/xsltproc-nonet.mk"
 .include "../../textproc/libxml2/buildlink3.mk"  .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gnome-panel/buildlink3.mk"  .include "../../x11/gnome-panel/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtk2+=            gtk2+>=2.12.0  BUILDLINK_API_DEPENDS.gtk2+=            gtk2+>=2.12.0
Line 56  BUILDLINK_API_DEPENDS.gtk2+=  gtk2+>=2.1
Line 59  BUILDLINK_API_DEPENDS.gtk2+=  gtk2+>=2.1
 .include "../../x11/libX11/buildlink3.mk"  .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libunique/buildlink3.mk"  .include "../../x11/libunique/buildlink3.mk"
 # notyet  # notyet
 #.include "../../www/webkit-gtk/buildlink3.mk"  #.include "../../www/webkit1-gtk/buildlink3.mk"
 #.include "../../graphics/clutter-mx/buildlink3.mk"  #.include "../../graphics/clutter-mx/buildlink3.mk"
 #.include "../../chat/telepathy-logger/buildlink3.mk"  #.include "../../chat/telepathy-logger/buildlink3.mk"
 .include "../../mk/omf-scrollkeeper.mk"  .include "../../mk/omf-scrollkeeper.mk"

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.70

CVSweb <webmaster@jp.NetBSD.org>