pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/quesoglc



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Thu May  2 20:04:33 UTC 2024

Modified Files:
        pkgsrc/graphics/quesoglc: Makefile distinfo
        pkgsrc/graphics/quesoglc/patches: patch-src_ofont.c patch-src_ofont.h

Log Message:
quesoglc: Add LICENSE and patch comments


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/quesoglc/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/quesoglc/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/quesoglc/patches/patch-src_ofont.c \
    pkgsrc/graphics/quesoglc/patches/patch-src_ofont.h

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

Modified files:

Index: pkgsrc/graphics/quesoglc/Makefile
diff -u pkgsrc/graphics/quesoglc/Makefile:1.19 pkgsrc/graphics/quesoglc/Makefile:1.20
--- pkgsrc/graphics/quesoglc/Makefile:1.19      Thu May  2 19:58:05 2024
+++ pkgsrc/graphics/quesoglc/Makefile   Thu May  2 20:04:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/05/02 19:58:05 triaxx Exp $
+# $NetBSD: Makefile,v 1.20 2024/05/02 20:04:32 triaxx Exp $
 #
 
 DISTNAME=      quesoglc-0.7.1-free
@@ -11,6 +11,7 @@ EXTRACT_SUFX= .tar.bz2
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://quesoglc.sourceforge.net/
 COMMENT=       Free implementation of the OpenGL Character Renderer (GLC)
+LICENSE=       gnu-lgpl-v2.1
 
 WRKSRC=                ${WRKDIR}/quesoglc-0.7.1
 GNU_CONFIGURE= yes

Index: pkgsrc/graphics/quesoglc/distinfo
diff -u pkgsrc/graphics/quesoglc/distinfo:1.5 pkgsrc/graphics/quesoglc/distinfo:1.6
--- pkgsrc/graphics/quesoglc/distinfo:1.5       Tue Oct 26 10:46:50 2021
+++ pkgsrc/graphics/quesoglc/distinfo   Thu May  2 20:04:32 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:46:50 nia Exp $
+$NetBSD: distinfo,v 1.6 2024/05/02 20:04:32 triaxx Exp $
 
 BLAKE2s (quesoglc-0.7.1-free.tar.bz2) = 7391b11961cba58e0d8dae7e05f899fcb18424d6e299a1654fb22f9fb5b02ac4
 SHA512 (quesoglc-0.7.1-free.tar.bz2) = 7a0c875b4eb24f01490fb9d982f91c8503e0ea0d177dd32eb5921febf1eab4b5abb2f95d4015714f974f6d384539577ec889389c072f1c686e427d3230ddde9e
 Size (quesoglc-0.7.1-free.tar.bz2) = 641475 bytes
-SHA1 (patch-src_ofont.c) = 5e3b4604c327fe186c02144d6c831253beadce7f
-SHA1 (patch-src_ofont.h) = c8ff08d3bc4fb13a44ab7e2534689d05ef668c06
+SHA1 (patch-src_ofont.c) = 99531668f11606fb8a9c2d161c8ea74e024bb528
+SHA1 (patch-src_ofont.h) = dd7eed567663b9d0a11831ac3309e29f6ed8b525

Index: pkgsrc/graphics/quesoglc/patches/patch-src_ofont.c
diff -u pkgsrc/graphics/quesoglc/patches/patch-src_ofont.c:1.1 pkgsrc/graphics/quesoglc/patches/patch-src_ofont.c:1.2
--- pkgsrc/graphics/quesoglc/patches/patch-src_ofont.c:1.1      Tue Feb 26 11:10:28 2013
+++ pkgsrc/graphics/quesoglc/patches/patch-src_ofont.c  Thu May  2 20:04:32 2024
@@ -1,4 +1,6 @@
-$NetBSD: patch-src_ofont.c,v 1.1 2013/02/26 11:10:28 joerg Exp $
+$NetBSD: patch-src_ofont.c,v 1.2 2024/05/02 20:04:32 triaxx Exp $
+
+Remove inlining.
 
 --- src/ofont.c.orig   2013-02-25 16:31:40.000000000 +0000
 +++ src/ofont.c
Index: pkgsrc/graphics/quesoglc/patches/patch-src_ofont.h
diff -u pkgsrc/graphics/quesoglc/patches/patch-src_ofont.h:1.1 pkgsrc/graphics/quesoglc/patches/patch-src_ofont.h:1.2
--- pkgsrc/graphics/quesoglc/patches/patch-src_ofont.h:1.1      Tue Feb 26 11:10:28 2013
+++ pkgsrc/graphics/quesoglc/patches/patch-src_ofont.h  Thu May  2 20:04:32 2024
@@ -1,4 +1,6 @@
-$NetBSD: patch-src_ofont.h,v 1.1 2013/02/26 11:10:28 joerg Exp $
+$NetBSD: patch-src_ofont.h,v 1.2 2024/05/02 20:04:32 triaxx Exp $
+
+Remove inlining.
 
 --- src/ofont.h.orig   2013-02-25 16:31:17.000000000 +0000
 +++ src/ofont.h



Home | Main Index | Thread Index | Old Index