pkgsrc-WIP-changes archive

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

extra comments (64bit).



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Tue Feb 25 10:28:48 2025 +0100
Changeset:	2801b3ff467136fa4171cc18100e684f90e4c569

Modified Files:
	svgalib64/DESCR
	svgalib64/Makefile

Log Message:
extra comments (64bit).

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

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

diffstat:
 svgalib64/DESCR    | 2 ++
 svgalib64/Makefile | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/svgalib64/DESCR b/svgalib64/DESCR
index 682833d28e..85d78a1a83 100644
--- a/svgalib64/DESCR
+++ b/svgalib64/DESCR
@@ -9,3 +9,5 @@ Also, svgalib corrects  most  of  VGAlib's textmode corruption behaviour by
 catching SIGSEGV, SIGFPE, SIGILL, and other fatal  signals and  ensuring  that
 a program is running in the currently visible virtual console before setting a
 graphics mode.
+
+Note : This adaption of SVGAlib works only on 64 bit machines.
diff --git a/svgalib64/Makefile b/svgalib64/Makefile
index cc030d7226..cc4f3da002 100644
--- a/svgalib64/Makefile
+++ b/svgalib64/Makefile
@@ -4,9 +4,9 @@ DISTNAME=	svgalib-1.4.3
 CATEGORIES=	graphics devel
 MASTER_SITES=	http://www.svgalib.org/
 
-MAINTAINER=	indur9%yahoo.com@localhost ### old : collver1%comcast.net@localhost
+MAINTAINER=	indur9%yahoo.com@localhost
 HOMEPAGE=	https://www.svgalib.org/
-COMMENT=	Low level console graphics library
+COMMENT=	Low level console graphics library (64 bit video)
 
 
 USE_TOOLS+=	gmake


Home | Main Index | Thread Index | Old Index