pkgsrc-WIP-changes archive

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

sdl12-compat: remove; updated in base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Sat Mar 1 18:32:50 2025 +0100
Changeset:	377c10d1a8ab69895c56a0b5e54270587d8d2acb

Modified Files:
	Makefile
Removed Files:
	sdl12-compat/DESCR
	sdl12-compat/Makefile
	sdl12-compat/PLIST
	sdl12-compat/buildlink3.mk
	sdl12-compat/distinfo

Log Message:
sdl12-compat: remove; updated in base

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

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

diffstat:
 Makefile                   |  1 -
 sdl12-compat/DESCR         |  8 --------
 sdl12-compat/Makefile      | 25 -------------------------
 sdl12-compat/PLIST         | 42 ------------------------------------------
 sdl12-compat/buildlink3.mk | 13 -------------
 sdl12-compat/distinfo      |  5 -----
 6 files changed, 94 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 273d0921c8..edb4f5880e 100644
--- a/Makefile
+++ b/Makefile
@@ -5268,7 +5268,6 @@ SUBDIR+=	sddm
 SUBDIR+=	sdict-tools
 SUBDIR+=	sdif-git
 SUBDIR+=	sdl-sopwith
-SUBDIR+=	sdl12-compat
 SUBDIR+=	seafile-client
 SUBDIR+=	seafile-gui
 SUBDIR+=	seafile-server
diff --git a/sdl12-compat/DESCR b/sdl12-compat/DESCR
deleted file mode 100644
index 4a4fac9641..0000000000
--- a/sdl12-compat/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-This is the Simple DirectMedia Layer, a general API that provides low level
-access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D
-framebuffer across multiple platforms.
-
-This code is a compatibility layer; it provides a binary and source compatible
-API for programs written against SDL 1.2, but it uses SDL 2.0 behind the
-scenes. If you are writing new code, please target SDL 2.0 directly and do
-not use this layer.
diff --git a/sdl12-compat/Makefile b/sdl12-compat/Makefile
deleted file mode 100644
index c690791125..0000000000
--- a/sdl12-compat/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2023/05/06 19:09:11 ryoon Exp $
-
-DISTNAME=	sdl12-compat-1.2.68
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=libsdl-org/}
-GITHUB_TAG=	release-${PKGVERSION_NOREV}
-
-MAINTAINER=	nia%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/libsdl-org/sdl12-compat
-COMMENT=	SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes
-LICENSE=	zlib
-
-CONFLICTS+=	SDL-[0-9]*
-
-PKGCONFIG_OVERRIDE+=	sdl12_compat.pc.in
-
-BUILDLINK_DEPMETHOD.SDL2=	build
-.include "../../devel/SDL2/buildlink3.mk"
-.include "../../devel/cmake/build.mk"
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} != "Darwin"
-.  include "../../graphics/MesaLib/buildlink3.mk"
-.  include "../../graphics/glu/buildlink3.mk"
-.endif
-.include "../../mk/bsd.pkg.mk"
diff --git a/sdl12-compat/PLIST b/sdl12-compat/PLIST
deleted file mode 100644
index 3ac3b59e09..0000000000
--- a/sdl12-compat/PLIST
+++ /dev/null
@@ -1,42 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2022/04/01 10:43:05 nia Exp $
-bin/sdl-config
-include/SDL/SDL.h
-include/SDL/SDL_active.h
-include/SDL/SDL_audio.h
-include/SDL/SDL_byteorder.h
-include/SDL/SDL_cdrom.h
-include/SDL/SDL_config.h
-include/SDL/SDL_copying.h
-include/SDL/SDL_cpuinfo.h
-include/SDL/SDL_endian.h
-include/SDL/SDL_error.h
-include/SDL/SDL_events.h
-include/SDL/SDL_getenv.h
-include/SDL/SDL_joystick.h
-include/SDL/SDL_keyboard.h
-include/SDL/SDL_keysym.h
-include/SDL/SDL_loadso.h
-include/SDL/SDL_main.h
-include/SDL/SDL_mouse.h
-include/SDL/SDL_mutex.h
-include/SDL/SDL_name.h
-include/SDL/SDL_opengl.h
-include/SDL/SDL_platform.h
-include/SDL/SDL_quit.h
-include/SDL/SDL_rwops.h
-include/SDL/SDL_stdinc.h
-include/SDL/SDL_syswm.h
-include/SDL/SDL_thread.h
-include/SDL/SDL_timer.h
-include/SDL/SDL_types.h
-include/SDL/SDL_version.h
-include/SDL/SDL_video.h
-include/SDL/begin_code.h
-include/SDL/close_code.h
-lib/libSDL-1.2.so
-lib/libSDL-1.2.so.0
-lib/libSDL-1.2.so.${PKGVERSION}
-lib/libSDL.so
-lib/libSDLmain.a
-lib/pkgconfig/sdl12_compat.pc
-share/aclocal/sdl.m4
diff --git a/sdl12-compat/buildlink3.mk b/sdl12-compat/buildlink3.mk
deleted file mode 100644
index 5f3a1dce56..0000000000
--- a/sdl12-compat/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	sdl12-compat
-
-.if !defined(SDL12_COMPAT_BUILDLINK3_MK)
-SDL12_COMPAT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.sdl12-compat+=	sdl12-compat>=1.2.52nb3
-BUILDLINK_PKGSRCDIR.sdl12-compat?=	../../wip/sdl12-compat
-
-.endif	# SDL12_COMPAT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-sdl12-compat
diff --git a/sdl12-compat/distinfo b/sdl12-compat/distinfo
deleted file mode 100644
index d6016cb68b..0000000000
--- a/sdl12-compat/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2022/04/01 10:43:05 nia Exp $
-
-BLAKE2s (sdl12-compat-1.2.68.tar.gz) = 793a906f7234217b43da61953d50ff9756d97bb9dcf97218ca158b18d47dc152
-SHA512 (sdl12-compat-1.2.68.tar.gz) = d0e71e75f312402bf075f6553d9fd6493a3db9dd42719bb753287a35e6c40ee37c6092b157ff2384f3055400a3113645595d1269590cd50ea1e0c8f247240858
-Size (sdl12-compat-1.2.68.tar.gz) = 460180 bytes


Home | Main Index | Thread Index | Old Index