pkgsrc-WIP-changes archive

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

wip/fltk11: Do not use namespaces of x11/fltk



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

Modified Files:
	fltk11/Makefile

Log Message:
wip/fltk11: Do not use namespaces of x11/fltk

- Declare "fltk11" package (this one) as successor for FLTK 1.1.x
- Declare conflicts with FLTK 1.3.x (from x11/fltk13) and 1.4.x (from x11/fltk)
- Bump PKGREVISION

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

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

diffstat:
 fltk11/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/fltk11/Makefile b/fltk11/Makefile
index c7b3083f92..4b6b465d72 100644
--- a/fltk11/Makefile
+++ b/fltk11/Makefile
@@ -10,6 +10,7 @@ MASTER_SITES+=	ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${VE
 EXTRACT_SUFX=	.tar.bz2
 
 SUPERSEDES+=	fltk<1.3.0
+CONFLICTS+=	fltk13-[0-9]*
 CONFLICTS+=	fltk-[0-9]*
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index