Up to [cvs.NetBSD.org] / pkgsrc / devel / cdecl
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.32 / (download) - annotate - [select for diffs], Wed Jun 16 23:08:42 2021 UTC (2 years, 3 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
HEAD
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Add my patch for PR 51100 (from 2016) to devel/cdecl. This fixes a shift-reduce conflict in the parser that causes e.g. "static const int" to be rejected as a syntax error. This patch should have been handled by upstream, but there doesn't seem to be an upstream.
Revision 1.31 / (download) - annotate - [select for diffs], Wed Apr 21 08:38:49 2021 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -4
lines
Diff to previous 1.30 (colored)
cdecl: remove dead master sites
Revision 1.30 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:05 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.29: +3 -3
lines
Diff to previous 1.29 (colored)
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Jul 15 02:02:20 2013 UTC (10 years, 2 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.28: +2 -3
lines
Diff to previous 1.28 (colored)
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
Revision 1.28 / (download) - annotate - [select for diffs], Wed Oct 31 11:16:44 2012 UTC (10 years, 10 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.27: +1 -3
lines
Diff to previous 1.27 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.27 / (download) - annotate - [select for diffs], Wed May 20 00:58:12 2009 UTC (14 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:12 2008 UTC (15 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.25: +7 -4
lines
Diff to previous 1.25 (colored)
Add DESTDIR support.
Revision 1.25 / (download) - annotate - [select for diffs], Sun Nov 11 23:46:57 2007 UTC (15 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.24: +2 -4
lines
Diff to previous 1.24 (colored)
Remove ftp.deva.net and ftp.bitcon.no from MASTER_SITES, they don't resolve. From Zafer Aydogan in PR 37312.
Revision 1.24 / (download) - annotate - [select for diffs], Fri Mar 9 15:38:32 2007 UTC (16 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
Don't use "restrict" as an identifier in C code; it is reserved since C99. Fixed PKGMANDIR.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:21 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Jun 9 15:50:35 2006 UTC (17 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
USE_TOOLS+=lex yacc
Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:13 2006 UTC (17 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.20 / (download) - annotate - [select for diffs], Tue Feb 28 17:41:43 2006 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.19: +3 -1
lines
Diff to previous 1.19 (colored)
This needs GNU readline, for rl_completion_matches (build fix).
Revision 1.19 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:18 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.18: +1 -2
lines
Diff to previous 1.18 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Dec 3 15:14:54 2004 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:25 2004 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Apr 25 05:32:01 2004 UTC (19 years, 5 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Convert to buildlink3.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jul 21 16:43:17 2003 UTC (20 years, 2 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
COMMENT should start with a capital letter.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 17 21:29:49 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:56 2003 UTC (20 years, 4 months ago) by jschauma
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Oct 25 18:28:32 2002 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
buildlink1 -> buildlink2.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 9 22:25:24 2001 UTC (22 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.10: +5 -6
lines
Diff to previous 1.10 (colored)
Update MASTER_SITES, inspired by pkg/13421 by John F. Woods.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 21 02:07:08 2001 UTC (22 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.9: +5 -5
lines
Diff to previous 1.9 (colored)
Mark as USE_BUILDLINK_ONLY.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 11 02:05:09 2001 UTC (22 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.8: +1 -4
lines
Diff to previous 1.8 (colored)
The buildlink include and lib directories are added to CFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jun 10 00:08:43 2001 UTC (22 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.7: +1 -3
lines
Diff to previous 1.7 (colored)
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
Revision 1.7 / (download) - annotate - [select for diffs], Thu May 24 08:53:55 2001 UTC (22 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
Standardize name of file to include for build-links to be "buildlink.mk". Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
Revision 1.6 / (download) - annotate - [select for diffs], Tue May 22 05:50:51 2001 UTC (22 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.5: +4 -2
lines
Diff to previous 1.5 (colored)
Fix library path to readline lib and add the link-* targets to pre-configure as advised by devel/readline/Makefile.readline.
Revision 1.5 / (download) - annotate - [select for diffs], Tue May 22 05:48:14 2001 UTC (22 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.4: +11 -5
lines
Diff to previous 1.4 (colored)
Use editline readline emulation when available. Move example files to ${PREFIX}/share/examples/cdecl. Also patch sources to rename instances of setprogname() to mysetprogname(), as setprogname() is part of the standard library in NetBSD>1.5.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 25 04:17:40 2001 UTC (22 years, 7 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Cleanup MKDIR usage => INSTALL_*_DIR XXX need to teach pkglint to be more picky about this
Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 16 14:38:19 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 20 15:41:03 2000 UTC (23 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Depend on version 4.0 or newer of the "readline" package.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Nov 11 12:53:16 1999 UTC (23 years, 10 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base,
netbsd-1-4-PATCH002
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import cdecl-2.5, a utility to explain and compose C and C++ declarations, into the NetBSD packages collection. The master sites were taken from the FreeBSD port, nothing else.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 11 12:53:16 1999 UTC (23 years, 10 months ago) by agc
Branch: MAIN
Initial revision