Up to [cvs.netbsd.org] / pkgsrc / net / cdpd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 17 21:42:12 2011 UTC (14 months, 1 week ago) by zafer
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,
HEAD
Changes since 1.15: +3 -2
lines
Diff to previous 1.15 (colored)
service suspended. fetch from backup.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:30 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: 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,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.14: +5 -3
lines
Diff to previous 1.14 (colored)
Add DESTDIR support.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 18 18:57:33 2007 UTC (5 years, 3 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.13: +9 -5
lines
Diff to previous 1.13 (colored)
buildlink updates and patches to handle the new libnet package structure bump PKGREVISION
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:02 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:31 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:24 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (colored)
Create directories before installing files into them.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:45 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Feb 5 16:11:47 2005 UTC (7 years, 3 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Fix BUILDLINK_DEPENDS.libnet for bulk-builds
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 28 23:35:59 2005 UTC (7 years, 3 months ago) by adrianp
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Force all current packages using the libnet 1.0.x tree to use a verision of libnet <= 1.0.1b. This will prevent the case where the user has installed the libnet 1.1.x branch and then tries to install an application that is not compatible with the 1.1.x tree. Over time the list of these applications that require the 1.0.x branch will be reduced as they are updated to later versions that support the libnet 1.1.x branch. This addresses PR# 29056 opened by diro (at) nixsys.bz, thanks for the PR !
Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 29 23:01:14 2004 UTC (7 years, 5 months ago) by explorer
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
update to 1.0.2 as per extremely-helpful nag-mail. :) Bug fixes only.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 3 00:17:49 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Sun Apr 25 04:15:15 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Convert to buildlink3.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 30 14:01:18 2003 UTC (8 years, 8 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Use buildlink2.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 17 22:51:02 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 23 16:23:59 2002 UTC (9 years, 5 months ago) by cjep
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
Remove empty HOMEPAGE=
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Apr 1 05:46:36 2002 UTC (10 years, 1 month ago) by explorer
Branch: TNF
CVS Tags: skan0,
pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import cdpd, a program to send Cisco Discovery Protocol packets.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 1 05:46:36 2002 UTC (10 years, 1 month ago) by explorer
Branch: MAIN
Initial revision