pkgsrc-WIP-changes archive

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

fltk2: Declare conflicts with fltk1.x



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Mar 14 18:17:54 2025 +0100
Changeset:	0424202006360e8391ace9e86d2f990412a1179d

Modified Files:
	fltk2/Makefile

Log Message:
fltk2: Declare conflicts with fltk1.x

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0424202006360e8391ace9e86d2f990412a1179d

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

diffstat:
 fltk2/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/fltk2/Makefile b/fltk2/Makefile
index 3977895d39..bc9bdefd03 100644
--- a/fltk2/Makefile
+++ b/fltk2/Makefile
@@ -9,6 +9,10 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=fltk/fltk-legacy/archive/}
 DIST_SUBDIR=	${PKGNAME_NOREV}
 EXTRACT_SUFX=	.zip
 
+CONFLICTS+=	fltk11-[0-9]*
+CONFLICTS+=	fltk13-[0-9]*
+CONFLICTS+=	fltk-[0-9]*
+
 MAINTAINER=	micha%NetBSD.org@localhost
 HOMEPAGE=	https://www.fltk.org/
 COMMENT=	Fast Light Tool Kit for graphical user interfaces


Home | Main Index | Thread Index | Old Index