pkgsrc-WIP-changes archive

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

Revert "Changes to be committed:"



Module Name:	pkgsrc-wip
Committed By:	Lubomir G. Diakov <zr90004%gmail.com@localhost>
Pushed By:	lubod
Date:		Wed May 20 19:16:06 2026 -0700
Changeset:	1b30cb12a4b698a90e711eecabd7580fca079f54

Removed Files:
	glsmac/Makefile

Log Message:
Revert "Changes to be committed:"

This reverts commit 6aacc2c531052437f67f7a2b66aaec73b8728c30.

Horrible error, seems to have replaced wip/webkit-gtk/Makefile with glsmac/Makefile, which was NOT intended at all! Sorry!!

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

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

diffstat:
 glsmac/Makefile | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diffs:
diff --git a/glsmac/Makefile b/glsmac/Makefile
deleted file mode 100644
index 9a43755e48..0000000000
--- a/glsmac/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.240 2022/11/23 16:19:06 lubo Exp $
-#
-# Some environment variables that can help debugging this:
-# https://trac.webkit.org/wiki/EnvironmentVariables
-
-DISTNAME=	glsmac-git
-PKGNAME=	${DISTNAME:S/development/development/}
-CATEGORIES=	games
-MASTER_SITES=	https://github.com/afwbkbc/glsmac/releases
-EXTRACT_SUFX=	.tar.gz
-
-MAINTAINER=	zr90004%gmail.com@localhost
-HOMEPAGE=	https://github.com/afwbkbc/glsmac
-COMMENT=	NetBSD port of glsmac game from github
-LICENSE=	gnu-agpl-v3
-
-USE_CXX_FEATURES=	c++17
-USE_LANGUAGES=		c c++
-USE_TOOLS+=		cmake SDL2 SDL2_image glew ossp-uuid yaml-cpp
-
-# Avoid million warnings
-CFLAGS+=		-Wno-unused-parameter -Wno-undef
-CXXFLAGS+=		-Wno-unused-parameter -Wno-undef
-
-# Enabling -gdwarf-2 hits GNU ar limits on file size.
-#CTF_SUPPORTED=	no
-
-GCC_REQD+=		17
-
-.include "../../mk/bsd.prefs.mk"
-
-#CMAKE_CONFIGURE_ARGS+=		-DENABLE_X11_TARGET=ON
-
-.if ${OPSYS} == "Darwin"
-CMAKE_CONFIGURE_ARGS+=		-DUSE_LIBDRM=OFF
-.endif
-
-CXXFLAGS.SunOS+=	-fpermissive
-
-.include "options.mk"


Home | Main Index | Thread Index | Old Index