Sat Jul 6 16:46:10 2019 UTC ()
https for enlightenment.org.


(nia)
diff -r1.24 -r1.25 pkgsrc/devel/ecore/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/eina/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/eio/Makefile
diff -r1.26 -r1.27 pkgsrc/graphics/edje/Makefile
diff -r1.10 -r1.11 pkgsrc/lang/embryo/Makefile
diff -r1.21 -r1.22 pkgsrc/sysutils/efreet/Makefile
diff -r1.70 -r1.71 pkgsrc/wm/enlightenment/Makefile
diff -r1.51 -r1.52 pkgsrc/x11/enlightenment/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/devel/ecore/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ecore/Makefile 2019/07/01 04:07:46 1.24
+++ pkgsrc/devel/ecore/Makefile 2019/07/06 16:46:09 1.25
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.24 2019/07/01 04:07:46 ryoon Exp $ 1# $NetBSD: Makefile,v 1.25 2019/07/06 16:46:09 nia Exp $
2 2
3DISTNAME= ecore-1.7.7 3DISTNAME= ecore-1.7.7
4PKGREVISION= 13 4PKGREVISION= 13
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://download.enlightenment.org/releases/ 6MASTER_SITES= http://download.enlightenment.org/releases/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://enlightenment.org/ 10HOMEPAGE= https://enlightenment.org/
11COMMENT= Event Abstraction and Modular Convenience Library 11COMMENT= Event Abstraction and Modular Convenience Library
12LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17
18CONFIGURE_ARGS+= --disable-ecore-directfb \ 18CONFIGURE_ARGS+= --disable-ecore-directfb \
19 --enable-ecore-desktop \ 19 --enable-ecore-desktop \
20 --disable-ecore-evas-sdl 20 --disable-ecore-evas-sdl
21 21
22# Explicitly disable epoll/inotify on illumos, provided for Linux compat only. 22# Explicitly disable epoll/inotify on illumos, provided for Linux compat only.
23CONFIGURE_ARGS.SunOS+= --disable-epoll 23CONFIGURE_ARGS.SunOS+= --disable-epoll

cvs diff -r1.9 -r1.10 pkgsrc/devel/eina/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/eina/Makefile 2013/06/16 18:56:04 1.9
+++ pkgsrc/devel/eina/Makefile 2019/07/06 16:46:09 1.10
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.9 2013/06/16 18:56:04 sno Exp $ 1# $NetBSD: Makefile,v 1.10 2019/07/06 16:46:09 nia Exp $
2# 2#
3 3
4DISTNAME= eina-1.7.7 4DISTNAME= eina-1.7.7
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://download.enlightenment.org/releases/ 6MASTER_SITES= http://download.enlightenment.org/releases/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://enlightenment.org/ 10HOMEPAGE= https://enlightenment.org/
11COMMENT= Data types library 11COMMENT= Data types library
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16 16
17PKGCONFIG_OVERRIDE= eina.pc.in 17PKGCONFIG_OVERRIDE= eina.pc.in
18 18
19.include "../../mk/compiler.mk" 19.include "../../mk/compiler.mk"
20 20
21.if empty(PKGSRC_COMPILER:Msunpro) 21.if empty(PKGSRC_COMPILER:Msunpro)
22BUILDLINK_TRANSFORM+= rm:-mt 22BUILDLINK_TRANSFORM+= rm:-mt
23.endif 23.endif

cvs diff -r1.17 -r1.18 pkgsrc/devel/eio/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/eio/Makefile 2019/07/01 04:07:47 1.17
+++ pkgsrc/devel/eio/Makefile 2019/07/06 16:46:10 1.18
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.17 2019/07/01 04:07:47 ryoon Exp $ 1# $NetBSD: Makefile,v 1.18 2019/07/06 16:46:10 nia Exp $
2 2
3DISTNAME= eio-1.7.7 3DISTNAME= eio-1.7.7
4PKGREVISION= 14 4PKGREVISION= 14
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://download.enlightenment.org/releases/ 6MASTER_SITES= http://download.enlightenment.org/releases/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://enlightenment.org/ 10HOMEPAGE= https://enlightenment.org/
11COMMENT= Enlightenned Asynchronous Input Output library 11COMMENT= Enlightenned Asynchronous Input Output library
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config
19 19
20CONFIGURE_ARGS.SunOS+= --disable-inotify 20CONFIGURE_ARGS.SunOS+= --disable-inotify
21 21
22INSTALLATION_DIRS= share/doc/eio 22INSTALLATION_DIRS= share/doc/eio
23 23

cvs diff -r1.26 -r1.27 pkgsrc/graphics/edje/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/edje/Makefile 2019/07/01 04:07:48 1.26
+++ pkgsrc/graphics/edje/Makefile 2019/07/06 16:46:09 1.27
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.26 2019/07/01 04:07:48 ryoon Exp $ 1# $NetBSD: Makefile,v 1.27 2019/07/06 16:46:09 nia Exp $
2 2
3DISTNAME= edje-1.7.7 3DISTNAME= edje-1.7.7
4PKGREVISION= 18 4PKGREVISION= 18
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= http://download.enlightenment.org/releases/ 6MASTER_SITES= http://download.enlightenment.org/releases/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://enlightenment.org/ 10HOMEPAGE= https://enlightenment.org/
11COMMENT= Interface Abstraction Library and Toolset 11COMMENT= Interface Abstraction Library and Toolset
12 12
13# epp binary is GPL 13# epp binary is GPL
14LICENSE= 2-clause-bsd AND gnu-gpl-v2 14LICENSE= 2-clause-bsd AND gnu-gpl-v2
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS= pkg-config 18USE_TOOLS= pkg-config
19 19
20PKG_OPTIONS_VAR= PKG_OPTIONS.edje 20PKG_OPTIONS_VAR= PKG_OPTIONS.edje
21PKG_SUPPORTED_OPTIONS= python 21PKG_SUPPORTED_OPTIONS= python
22 22
23.include "../../mk/bsd.options.mk" 23.include "../../mk/bsd.options.mk"

cvs diff -r1.10 -r1.11 pkgsrc/lang/embryo/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/embryo/Makefile 2013/06/16 18:56:05 1.10
+++ pkgsrc/lang/embryo/Makefile 2019/07/06 16:46:10 1.11
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.10 2013/06/16 18:56:05 sno Exp $ 1# $NetBSD: Makefile,v 1.11 2019/07/06 16:46:10 nia Exp $
2# 2#
3 3
4DISTNAME= embryo-1.7.7 4DISTNAME= embryo-1.7.7
5CATEGORIES= lang 5CATEGORIES= lang
6MASTER_SITES= http://download.enlightenment.org/releases/ 6MASTER_SITES= http://download.enlightenment.org/releases/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://enlightenment.org/ 10HOMEPAGE= https://enlightenment.org/
11COMMENT= Embeddable Scripting Language 11COMMENT= Embeddable Scripting Language
12 12
13# some potions of the code have a special license - but it's free, too 13# some potions of the code have a special license - but it's free, too
14LICENSE= 2-clause-bsd 14LICENSE= 2-clause-bsd
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config
19 19
20PKGCONFIG_OVERRIDE= embryo.pc.in 20PKGCONFIG_OVERRIDE= embryo.pc.in
21 21
22.include "../../devel/eina/buildlink3.mk" 22.include "../../devel/eina/buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.21 -r1.22 pkgsrc/sysutils/efreet/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/efreet/Makefile 2019/07/01 04:07:51 1.21
+++ pkgsrc/sysutils/efreet/Makefile 2019/07/06 16:46:09 1.22
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.21 2019/07/01 04:07:51 ryoon Exp $ 1# $NetBSD: Makefile,v 1.22 2019/07/06 16:46:09 nia Exp $
2 2
3DISTNAME= efreet-1.7.7 3DISTNAME= efreet-1.7.7
4PKGREVISION= 13 4PKGREVISION= 13
5CATEGORIES= sysutils devel 5CATEGORIES= sysutils devel
6MASTER_SITES= http://download.enlightenment.org/releases/ 6MASTER_SITES= http://download.enlightenment.org/releases/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://enlightenment.org/ 10HOMEPAGE= https://enlightenment.org/
11COMMENT= Interface Abstraction Library and Toolset 11COMMENT= Interface Abstraction Library and Toolset
12LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS= pkg-config 16USE_TOOLS= pkg-config
17 17
18INSTALLATION_DIRS= share/doc/efreet 18INSTALLATION_DIRS= share/doc/efreet
19 19
20post-install: 20post-install:
21 ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \ 21 ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \
22 ${DESTDIR}${PREFIX}/share/doc/efreet 22 ${DESTDIR}${PREFIX}/share/doc/efreet
23 23

cvs diff -r1.70 -r1.71 pkgsrc/wm/enlightenment/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/enlightenment/Attic/Makefile 2019/05/23 19:23:19 1.70
+++ pkgsrc/wm/enlightenment/Attic/Makefile 2019/07/06 16:46:10 1.71
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.70 2019/05/23 19:23:19 rillig Exp $ 1# $NetBSD: Makefile,v 1.71 2019/07/06 16:46:10 nia Exp $
2 2
3DISTNAME= e16-0.16.8.8 3DISTNAME= e16-0.16.8.8
4PKGNAME= ${DISTNAME:S/e16/enlightenment/} 4PKGNAME= ${DISTNAME:S/e16/enlightenment/}
5PKGREVISION= 23 5PKGREVISION= 23
6CATEGORIES= x11 gnome wm 6CATEGORIES= x11 gnome wm
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://enlightenment.org/ 10HOMEPAGE= https://enlightenment.org/
11COMMENT= Highly themeable and configurable window manager 11COMMENT= Highly themeable and configurable window manager
12 12
13USE_TOOLS+= bison perl:run pkg-config 13USE_TOOLS+= bison perl:run pkg-config
14USE_PKGLOCALEDIR= YES 14USE_PKGLOCALEDIR= YES
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16CONFIGURE_ARGS+= --enable-fsstd 16CONFIGURE_ARGS+= --enable-fsstd
17CONFIGURE_ARGS+= --enable-xrandr 17CONFIGURE_ARGS+= --enable-xrandr
18CONFIGURE_ARGS+= --enable-xft 18CONFIGURE_ARGS+= --enable-xft
19CONFIGURE_ARGS+= --disable-composite 19CONFIGURE_ARGS+= --disable-composite
20CONFIGURE_ARGS+= --without-included-gettext 20CONFIGURE_ARGS+= --without-included-gettext
21CONFIGURE_ARGS+= --disable-hints-gnome 21CONFIGURE_ARGS+= --disable-hints-gnome
22CONFIGURE_ARGS+= --disable-hints-kde 22CONFIGURE_ARGS+= --disable-hints-kde
23MAKE_ENV+= USER=${SHAREOWN}:${SHAREGRP} 23MAKE_ENV+= USER=${SHAREOWN}:${SHAREGRP}

cvs diff -r1.51 -r1.52 pkgsrc/x11/enlightenment/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/enlightenment/Makefile 2019/07/01 04:07:53 1.51
+++ pkgsrc/x11/enlightenment/Makefile 2019/07/06 16:46:10 1.52
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.51 2019/07/01 04:07:53 ryoon Exp $ 1# $NetBSD: Makefile,v 1.52 2019/07/06 16:46:10 nia Exp $
2 2
3DISTNAME= enlightenment-0.17.3 3DISTNAME= enlightenment-0.17.3
4PKGREVISION= 18 4PKGREVISION= 18
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= http://download.enlightenment.org/releases/ 6MASTER_SITES= http://download.enlightenment.org/releases/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://enlightenment.org/ 10HOMEPAGE= https://enlightenment.org/
11COMMENT= Enlightenment Window Manager, Development Release 11COMMENT= Enlightenment Window Manager, Development Release
12LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS= gmake pkg-config automake autoconf 18USE_TOOLS= gmake pkg-config automake autoconf
19 19
20PKG_SYSCONFSUBDIR= enlightenment 20PKG_SYSCONFSUBDIR= enlightenment
21CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q} 21CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
22 22
23EGDIR= ${PREFIX}/share/examples/enlightenment 23EGDIR= ${PREFIX}/share/examples/enlightenment