pkgsrc-WIP-changes archive

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

Cleaning up unsuccessful attempts, to try url2pkg instead.



Module Name:	pkgsrc-wip
Committed By:	Lubomir G. Diakov <zr90004%gmail.com@localhost>
Pushed By:	lubod
Date:		Thu May 21 18:23:15 2026 -0700
Changeset:	30c2ed1022fcb095bb1adc701f55ad2cb04a5699

Removed Files:
	glsmac/COMMIT_MSG
	glsmac/DESCR
	glsmac/Makefile
	glsmac/PLIST
	glsmac/TODO

Log Message:
Cleaning up unsuccessful attempts, to try url2pkg instead.

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

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

diffstat:
 glsmac/COMMIT_MSG |  3 ---
 glsmac/DESCR      |  5 -----
 glsmac/Makefile   | 35 -----------------------------------
 glsmac/PLIST      |  1 -
 glsmac/TODO       |  1 -
 5 files changed, 45 deletions(-)

diffs:
diff --git a/glsmac/COMMIT_MSG b/glsmac/COMMIT_MSG
deleted file mode 100644
index 9e3df15697..0000000000
--- a/glsmac/COMMIT_MSG
+++ /dev/null
@@ -1,3 +0,0 @@
-games/glsmac: Add glsmac daily from git
-Add
-Packaged in wip by Lubo Diakov
diff --git a/glsmac/DESCR b/glsmac/DESCR
deleted file mode 100644
index 9313ca53ff..0000000000
--- a/glsmac/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-NetBSD package for GLSMAC
-https://github.com/afwbkbc/glsmac
-
-Unofficial open-source OpenGL/SDL2 reimplementation of
-Sid Meier's Alpha Centauri ( + Alien Crossfire ).
diff --git a/glsmac/Makefile b/glsmac/Makefile
deleted file mode 100644
index f23834998e..0000000000
--- a/glsmac/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.240 2022/11/23 16:19:06 lubo Exp $
-#
-
-DISTNAME=	development
-PKGNAME=	${DISTNAME:S/glsmac/glsmac/}
-CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_GITHUB:=afwbkbc/} #https://github.com/afwbkbc/glsmac/releases
-
-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+=		11
-
-.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
diff --git a/glsmac/PLIST b/glsmac/PLIST
deleted file mode 100644
index 48d96a5493..0000000000
--- a/glsmac/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD$
diff --git a/glsmac/TODO b/glsmac/TODO
deleted file mode 100644
index 5da23a8ddc..0000000000
--- a/glsmac/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Literally everything, as I have almost zero experience in NetBSD packaging, git, or development. I welcome any contribution.


Home | Main Index | Thread Index | Old Index