Mon Dec 30 04:05:32 2019 UTC ()
wm/enlightenment16: add CONFLICTS and SUPERSEDES entries

This looks unusual and is incomplete because there were two distinct
enlightenment packages in different parts of the tree. This package
went from 0.16.x to 1.0.x release numbering, while x11/enlightenment
reflects development that continues to use 0.x release numbering.
This package isn't intended to conflict with or supersede
x11/enlightenment.


(gutteridge)
diff -r1.1 -r1.2 pkgsrc/wm/enlightenment16/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/wm/enlightenment16/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/enlightenment16/Makefile 2019/12/30 03:50:06 1.1
+++ pkgsrc/wm/enlightenment16/Makefile 2019/12/30 04:05:32 1.2
@@ -1,26 +1,35 @@ @@ -1,26 +1,35 @@
1# $NetBSD: Makefile,v 1.1 2019/12/30 03:50:06 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.2 2019/12/30 04:05:32 gutteridge Exp $
2 2
3DISTNAME= e16-1.0.21 3DISTNAME= e16-1.0.21
4PKGNAME= ${DISTNAME:S/e/enlightenment/} 4PKGNAME= ${DISTNAME:S/e/enlightenment/}
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= wm x11 6CATEGORIES= wm x11
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= https://enlightenment.org/ 10HOMEPAGE= https://enlightenment.org/
11COMMENT= Highly themeable and configurable window manager 11COMMENT= Highly themeable and configurable window manager
12LICENSE= enlightenment16 12LICENSE= enlightenment16
13 13
 14# This looks unusual and is incomplete because there were two distinct
 15# enlightenment packages in different parts of the tree. This package
 16# went from 0.16.x to 1.0.x release numbering, while x11/enlightenment
 17# reflects development that continues to use 0.x release numbering.
 18# This package isn't intended to conflict with or supersede
 19# x11/enlightenment.
 20CONFLICTS= enlightenment>=1.0
 21SUPERSEDES= enlightenment>=1.0
 22
14USE_TOOLS+= gmake perl:run pkg-config 23USE_TOOLS+= gmake perl:run pkg-config
15USE_PKGLOCALEDIR= YES 24USE_PKGLOCALEDIR= YES
16GNU_CONFIGURE= YES 25GNU_CONFIGURE= YES
17CONFIGURE_ARGS+= --disable-hints-gnome 26CONFIGURE_ARGS+= --disable-hints-gnome
18MAKE_ENV+= USER=${SHAREOWN}:${SHAREGRP} 27MAKE_ENV+= USER=${SHAREOWN}:${SHAREGRP}
19 28
20INSTALL_MAKE_FLAGS+= sesmdir=${WRKDIR}/.tmp 29INSTALL_MAKE_FLAGS+= sesmdir=${WRKDIR}/.tmp
21 30
22REPLACE_PERL= sample-scripts/bouncingball.pl 31REPLACE_PERL= sample-scripts/bouncingball.pl
23REPLACE_PERL+= sample-scripts/testroller.pl 32REPLACE_PERL+= sample-scripts/testroller.pl
24REPLACE_PERL+= sample-scripts/shade-pagers.pl 33REPLACE_PERL+= sample-scripts/shade-pagers.pl
25REPLACE_PERL+= scripts/e_gen_menu 34REPLACE_PERL+= scripts/e_gen_menu
26 35