pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/sunwait



Module Name:    pkgsrc
Committed By:   martin
Date:           Sun Sep 11 11:58:20 UTC 2022

Modified Files:
        pkgsrc/misc/sunwait: Makefile distinfo
        pkgsrc/misc/sunwait/patches: patch-Makefile

Log Message:
Fix this again, leave a comment about strange -D in cflags.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/sunwait/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/sunwait/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/sunwait/patches/patch-Makefile

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

Modified files:

Index: pkgsrc/misc/sunwait/Makefile
diff -u pkgsrc/misc/sunwait/Makefile:1.1 pkgsrc/misc/sunwait/Makefile:1.2
--- pkgsrc/misc/sunwait/Makefile:1.1    Wed Jan 16 14:43:22 2019
+++ pkgsrc/misc/sunwait/Makefile        Sun Sep 11 11:58:20 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/01/16 14:43:22 martin Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/11 11:58:20 martin Exp $
 
 DISTNAME=      sunwait-0.8
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=klada/}
 

Index: pkgsrc/misc/sunwait/distinfo
diff -u pkgsrc/misc/sunwait/distinfo:1.4 pkgsrc/misc/sunwait/distinfo:1.5
--- pkgsrc/misc/sunwait/distinfo:1.4    Tue Oct 26 10:59:33 2021
+++ pkgsrc/misc/sunwait/distinfo        Sun Sep 11 11:58:20 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:59:33 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/09/11 11:58:20 martin Exp $
 
 BLAKE2s (sunwait-0.8.tar.gz) = 48255222ed8e06c92d718315bc77c63ed7b86b6aae48ce41c32cc96e581bfba2
 SHA512 (sunwait-0.8.tar.gz) = 974aec925e08d42f6b9d617cd033ab21af314b04a0bab100f9b473e038df7eb65a86de2240ef2d5308af5385c929607d591c6f7b738925622e38040af6368166
 Size (sunwait-0.8.tar.gz) = 20302 bytes
-SHA1 (patch-Makefile) = a3ba723c2868ce7628f5bc4b93633a3abacd5c56
+SHA1 (patch-Makefile) = 38be640d9a2c80026ee2323d38505c96d402b0ce
 SHA1 (patch-sunriset.cpp) = 759aa1f2c0301f8fab3a264167d25a077ed205ee
 SHA1 (patch-sunwait.cpp) = cf5b2251a4b0de5e95cdbd06a432824b623df42b

Index: pkgsrc/misc/sunwait/patches/patch-Makefile
diff -u pkgsrc/misc/sunwait/patches/patch-Makefile:1.2 pkgsrc/misc/sunwait/patches/patch-Makefile:1.3
--- pkgsrc/misc/sunwait/patches/patch-Makefile:1.2      Sat Dec 21 23:44:45 2019
+++ pkgsrc/misc/sunwait/patches/patch-Makefile  Sun Sep 11 11:58:20 2022
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.2 2019/12/21 23:44:45 joerg Exp $
+$NetBSD: patch-Makefile,v 1.3 2022/09/11 11:58:20 martin Exp $
 
 - Use CC instead of C to specify the C compiler and do not hardcode gcc
 - Honors user's {C,LD}FLAGS
@@ -13,7 +13,7 @@ $NetBSD: patch-Makefile,v 1.2 2019/12/21
 -C=gcc
 -CFLAGS=-c -Wall 
 -LDFLAGS= -lm -lstdc++
-+CFLAGS+=-c -Wall
++CFLAGS+=-c -Wall -D__linux__  # linux here means ~posix
 +LDFLAGS+= -lm
 -SOURCES=sunwait.cpp sunriset.cpp print.cpp sunwait.h sunriset.h print.h
 +SOURCES=sunwait.cpp sunriset.cpp print.cpp



Home | Main Index | Thread Index | Old Index