pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Sat Dec 24 13:48:10 UTC 2022
Modified Files:
pkgsrc/doc: CHANGES-2022 TODO
pkgsrc/lang: Makefile
Removed Files:
pkgsrc/lang/cint: DESCR Makefile PLIST distinfo
pkgsrc/lang/cint/files: cint.sh
pkgsrc/lang/cint/patches: patch-Makefile patch-configure
patch-lib_posix_posix.h patch-src_Method.cxx patch-src_Type.cxx
patch-src_bc__reader.h patch-src_gcc3strm.cxx
patch-src_v6__loadfile.cxx patch-src_v6__macro.cxx
patch-src_v6__newlink.cxx patch-src_v6__parse.cxx
patch-src_v6__pcode.cxx patch-tool_INSTALLBIN
patch-tool_ifdef_Makefile.base patch-tool_ifdef_get.c
patch-tool_ifdef_ifdef.cxx patch-tool_makecint.cxx
Log Message:
cint: remove
Does not compile in any bulk build I could find, sources from 2007.
(Possibly now part of root if I understand
https://aur.archlinux.org/packages/cint correctly, so that could
be packaged instead)
To generate a diff of this commit:
cvs rdiff -u -r1.6338 -r1.6339 pkgsrc/doc/CHANGES-2022
cvs rdiff -u -r1.22423 -r1.22424 pkgsrc/doc/TODO
cvs rdiff -u -r1.669 -r1.670 pkgsrc/lang/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/lang/cint/DESCR
cvs rdiff -u -r1.35 -r0 pkgsrc/lang/cint/Makefile
cvs rdiff -u -r1.7 -r0 pkgsrc/lang/cint/PLIST
cvs rdiff -u -r1.14 -r0 pkgsrc/lang/cint/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/lang/cint/files/cint.sh
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/cint/patches/patch-Makefile \
pkgsrc/lang/cint/patches/patch-configure \
pkgsrc/lang/cint/patches/patch-lib_posix_posix.h \
pkgsrc/lang/cint/patches/patch-src_Method.cxx \
pkgsrc/lang/cint/patches/patch-src_Type.cxx \
pkgsrc/lang/cint/patches/patch-src_bc__reader.h \
pkgsrc/lang/cint/patches/patch-src_gcc3strm.cxx \
pkgsrc/lang/cint/patches/patch-src_v6__loadfile.cxx \
pkgsrc/lang/cint/patches/patch-src_v6__macro.cxx \
pkgsrc/lang/cint/patches/patch-src_v6__newlink.cxx \
pkgsrc/lang/cint/patches/patch-src_v6__parse.cxx \
pkgsrc/lang/cint/patches/patch-src_v6__pcode.cxx \
pkgsrc/lang/cint/patches/patch-tool_INSTALLBIN \
pkgsrc/lang/cint/patches/patch-tool_ifdef_Makefile.base \
pkgsrc/lang/cint/patches/patch-tool_ifdef_get.c \
pkgsrc/lang/cint/patches/patch-tool_ifdef_ifdef.cxx \
pkgsrc/lang/cint/patches/patch-tool_makecint.cxx
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2022
diff -u pkgsrc/doc/CHANGES-2022:1.6338 pkgsrc/doc/CHANGES-2022:1.6339
--- pkgsrc/doc/CHANGES-2022:1.6338 Fri Dec 23 14:54:42 2022
+++ pkgsrc/doc/CHANGES-2022 Sat Dec 24 13:48:10 2022
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.6338 2022/12/23 14:54:42 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.6339 2022/12/24 13:48:10 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -9462,3 +9462,4 @@ Changes to the packages collection and i
Updated www/ruby-unicorn to 6.1.0nb1 [taca 2022-12-23]
Updated www/geeklog to 2.2.2 [taca 2022-12-23]
Updated graphics/pcl to 1.11.1nb12 [wiz 2022-12-23]
+ Removed lang/cint [wiz 2022-12-24]
Index: pkgsrc/doc/TODO
diff -u pkgsrc/doc/TODO:1.22423 pkgsrc/doc/TODO:1.22424
--- pkgsrc/doc/TODO:1.22423 Fri Dec 23 10:05:36 2022
+++ pkgsrc/doc/TODO Sat Dec 24 13:48:10 2022
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.22423 2022/12/23 10:05:36 wiz Exp $
+$NetBSD: TODO,v 1.22424 2022/12/24 13:48:10 wiz Exp $
Suggested new packages
======================
@@ -576,7 +576,7 @@ For possible Perl packages updates, see
o deskmenu-1.4.5
o diction-1.14
o diffuse-0.7.7
- o digikam-7.6
+ o digikam-7.9.0
o dikt-2s1
o direvent-5.2
o distcc-pump-3.3.5
@@ -998,6 +998,7 @@ For possible Perl packages updates, see
o memached-1.5.6
o memtestplus-6.0
o merkaator-0.18.3
+ o meson-1.0
o mesure-0.7.2
o metacity-3.14.2
o metis-5.1.0
Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.669 pkgsrc/lang/Makefile:1.670
--- pkgsrc/lang/Makefile:1.669 Wed Dec 21 14:09:17 2022
+++ pkgsrc/lang/Makefile Sat Dec 24 13:48:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.669 2022/12/21 14:09:17 wiz Exp $
+# $NetBSD: Makefile,v 1.670 2022/12/24 13:48:10 wiz Exp $
#
COMMENT= Programming languages
@@ -28,7 +28,6 @@ SUBDIR+= chibi-scheme
SUBDIR+= chicken
SUBDIR+= chicken5
SUBDIR+= cim
-SUBDIR+= cint
SUBDIR+= clang
SUBDIR+= clang-tools-extra
SUBDIR+= classpath
Home |
Main Index |
Thread Index |
Old Index