Up to [cvs.netbsd.org] / pkgsrc / lang / cint
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.27 / (download) - annotate - [select for diffs], Sat May 12 07:37:51 2012 UTC (13 days, 7 hours ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +3 -1
lines
Diff to previous 1.26 (colored)
Add CONFLICTS with new man-pages package. For details, see man-pages/Makefile.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Sep 5 05:27:30 2008 UTC (3 years, 8 months ago) by dholland
Branch: MAIN
CVS Tags: 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,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.25: +10 -2
lines
Diff to previous 1.25 (colored)
Fix broken 64-bit build, and patch makefile to stop on error. There are a lot of woolly things going on here, so PKGREVISION++ as a precaution.
Revision 1.25 / (download) - annotate - [select for diffs], Sat Apr 12 22:43:02 2008 UTC (4 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.24: +4 -5
lines
Diff to previous 1.24 (colored)
Convert to use PLIST_VARS instead of manually passing "@comment " through PLIST_SUBST to the plist module.
Revision 1.24 / (download) - annotate - [select for diffs], Tue Mar 4 16:38:11 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.23: +54 -33
lines
Diff to previous 1.23 (colored)
Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 9 11:12:06 2006 UTC (5 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Fixed "test ==".
Revision 1.22 / (download) - annotate - [select for diffs], Wed Oct 4 21:46:34 2006 UTC (5 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.21: +12 -10
lines
Diff to previous 1.21 (colored)
Fixed path to the manual pages.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 4 21:14:00 2006 UTC (5 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Needs a C compiler.
Revision 1.20 / (download) - annotate - [select for diffs], Fri May 26 12:30:15 2006 UTC (6 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.19: +23 -2
lines
Diff to previous 1.19 (colored)
-uses c++ -install documentation, bump PKGREVISION submitted by Ben Collver per PR pkg/33557 and pkg/33559
Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:24 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 9 21:24:12 2005 UTC (6 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.17: +3 -1
lines
Diff to previous 1.17 (colored)
Fail the build if the OPSYS check falls through in do-build.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:59 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.16: +3 -1
lines
Diff to previous 1.16 (colored)
Create directories before installing files into them.
Revision 1.16 / (download) - annotate - [select for diffs], Tue May 31 16:40:31 2005 UTC (6 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.15: +8 -3
lines
Diff to previous 1.15 (colored)
don't require native threads, deal with the non-thread case instead. this enables the pkg for NetBSD-1.6 tested by Roland Illig
Revision 1.15 / (download) - annotate - [select for diffs], Wed May 25 17:48:13 2005 UTC (7 years ago) by drochner
Branch: MAIN
Changes since 1.14: +4 -1
lines
Diff to previous 1.14 (colored)
require gcc>=3 and native threads This effectively removes support for NetBSD-1.6, thus closing PR pkg/30317 by diro@nixsys.bz.
Revision 1.14 / (download) - annotate - [select for diffs], Thu May 19 17:11:45 2005 UTC (7 years ago) by drochner
Branch: MAIN
Changes since 1.13: +6 -2
lines
Diff to previous 1.13 (colored)
sync with changed distfile -- they have the habit to do minor updates without changing the distfile name changes seem X11/GL related which we don't support anyway
Revision 1.13 / (download) - annotate - [select for diffs], Mon May 2 17:01:34 2005 UTC (7 years ago) by drochner
Branch: MAIN
Changes since 1.12: +5 -4
lines
Diff to previous 1.12 (colored)
update to 5.15.169 This fixes (additionally to internal changes) compilation with gcc3. (it likely breaks on gcc2 now, but the effort to make it support both gcc versions isn't worth it imho)
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 20 12:19:16 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 17 21:44:06 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:24 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.9: +2 -3
lines
Diff to previous 1.9 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Sep 9 20:36:31 2001 UTC (10 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (colored)
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
Revision 1.8 / (download) - annotate - [select for diffs], Wed May 9 15:14:16 2001 UTC (11 years ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
The Makefile says that the distfile will change for different minor version
numbers of this package.
To make sure we get the right distfile, use ${MASTER_SITE_BACKUP}.
Move to sha1 digest, and add distfile size.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 25 04:17:55 2001 UTC (11 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Cleanup MKDIR usage => INSTALL_*_DIR XXX need to teach pkglint to be more picky about this
Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 17 09:07:02 2001 UTC (11 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Move the COMMENT from being in its own file to a definition in the package Makefile.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 19 19:59:32 2000 UTC (11 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
put distfile into own DIST_SUBDIR because the filename doesn't change between minor versions, upgrade to 5.14.40
Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 5 19:45:33 2000 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.3: +18 -16
lines
Diff to previous 1.3 (colored)
Updated to the last dist-file at the original site, but marked as broken, since it doesn't compile (the previous version didn't compile, either).
Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 23 19:29:05 1999 UTC (12 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
I'll play MAINTAINER here
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 18 11:00:41 1999 UTC (12 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.1: +8 -2
lines
Diff to previous 1.1 (colored)
Package this up a bit better for Solaris. Delete unwanted patch-file checksums from patchsum file. Re-generate distfile checksum, which seemed to be bad. Add a missing quotation mark to the end of an echo command in the setup script
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Nov 17 14:48:18 1999 UTC (12 years, 6 months ago) by drochner
Branch: TNF
CVS Tags: tnf-991117
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
import pkg for cint, a C/C++ interpreter
Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 17 14:48:18 1999 UTC (12 years, 6 months ago) by drochner
Branch: MAIN
Initial revision