pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ucblogo
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 20 09:43:00 UTC 2026
Modified Files:
pkgsrc/lang/ucblogo: Makefile
Log Message:
ucblogo: fix build on NetBSD-current
Fix pkglint while here
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/lang/ucblogo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ucblogo/Makefile
diff -u pkgsrc/lang/ucblogo/Makefile:1.46 pkgsrc/lang/ucblogo/Makefile:1.47
--- pkgsrc/lang/ucblogo/Makefile:1.46 Thu Oct 23 20:38:06 2025
+++ pkgsrc/lang/ucblogo/Makefile Tue Jan 20 09:42:59 2026
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.46 2025/10/23 20:38:06 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2026/01/20 09:42:59 wiz Exp $
-GITHUB_PROJECT= ucblogo-code
-GITHUB_RELEASE= version_${PKGVERSION_NOREV}
DISTNAME= ucblogo-6.2.1
PKGREVISION= 15
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=jrincayc/}
+GITHUB_PROJECT= ucblogo-code
+GITHUB_RELEASE= version_${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://people.eecs.berkeley.edu/~bh/logo.html
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --enable-objects
USE_TOOLS+= gmake makeinfo
INFO_FILES= yes
+CFLAGS+= -Wno-incompatible-pointer-types
+
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/wxGTK30/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index