pkgsrc-WIP-changes archive

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

FLTK 1.4 transition: Switch old FLTK 1.1 packages to wip/fltk11



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 31 13:50:44 2025 +0100
Changeset:	e9adfa6110f4c4ef4b3a6431d7e7ac0bdb363f9c

Modified Files:
	flimp/Makefile
	freefem++/Makefile
	ncbi-c++-lib/Makefile
	pywm/Makefile
	vncselector/Makefile
	xdiskusage/Makefile

Log Message:
FLTK 1.4 transition: Switch old FLTK 1.1 packages to wip/fltk11

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

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

diffstat:
 flimp/Makefile        | 2 +-
 freefem++/Makefile    | 4 ++--
 ncbi-c++-lib/Makefile | 2 +-
 pywm/Makefile         | 2 +-
 vncselector/Makefile  | 2 +-
 xdiskusage/Makefile   | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/flimp/Makefile b/flimp/Makefile
index 7a9e1a4c42..02f6811b19 100644
--- a/flimp/Makefile
+++ b/flimp/Makefile
@@ -19,5 +19,5 @@ DEPENDS+=	pnmcurve-[0-9]*:../../wip/pnmcurve
 
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.include "../../x11/fltk/buildlink3.mk"
+.include "../../wip/fltk11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/freefem++/Makefile b/freefem++/Makefile
index c93a058ead..e7bb18a0ad 100644
--- a/freefem++/Makefile
+++ b/freefem++/Makefile
@@ -33,8 +33,8 @@ USE_LANGUAGES=	c c++ fortran
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXxf86vm/buildlink3.mk"
 
-### x11/fltk
-.include "../../x11/fltk/buildlink3.mk"
+### x11/fltk (is now FLTK 1.4, switched to old FLTK 1.1)
+.include "../../wip/fltk11/buildlink3.mk"
 
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ncbi-c++-lib/Makefile b/ncbi-c++-lib/Makefile
index 94c521edfc..df8e0e1cdf 100644
--- a/ncbi-c++-lib/Makefile
+++ b/ncbi-c++-lib/Makefile
@@ -22,7 +22,7 @@ do-configure:
 
 .include "../../x11/gtk/buildlink3.mk"
 .include "../../wip/ncbi-lib/buildlink3.mk"
-.include "../../x11/fltk/buildlink3.mk"
+.include "../../wip/fltk11/buildlink3.mk"
 #.include "../../x11/wxGTK24/buildlink3.mk"
 .include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/pywm/Makefile b/pywm/Makefile
index 2c2076cad5..87cbe09dac 100644
--- a/pywm/Makefile
+++ b/pywm/Makefile
@@ -17,5 +17,5 @@ PYDISTUTILSPKG=		yes
 PYTHON_VERSIONS_ACCEPTED=	27 # py-pyrex
 
 .include "../../lang/python/extension.mk"
-.include "../../x11/fltk/buildlink3.mk"
+.include "../../wip/fltk11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/vncselector/Makefile b/vncselector/Makefile
index 217a710c21..24d4af1096 100644
--- a/vncselector/Makefile
+++ b/vncselector/Makefile
@@ -19,7 +19,7 @@ USE_TOOLS+=		gmake
 
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.include "../../x11/fltk/buildlink3.mk"
+.include "../../wip/fltk11/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .if ${X11_TYPE} == "native"
 .include "../../mk/x11.buildlink3.mk"
diff --git a/xdiskusage/Makefile b/xdiskusage/Makefile
index a5fd9d359f..0982fc385c 100644
--- a/xdiskusage/Makefile
+++ b/xdiskusage/Makefile
@@ -16,7 +16,7 @@ USE_LANGUAGES=		c c++
 USE_PKGLOCALEDIR=	yes
 GNU_CONFIGURE=		yes
 
-.include "../../x11/fltk/buildlink3.mk"
+.include "../../wip/fltk11/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"


Home | Main Index | Thread Index | Old Index