The NetBSD Project

CVS log for pkgsrc/devel/patch/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / patch

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.32 / (download) - annotate - [select for diffs], Sat Jul 9 10:32:17 2011 UTC (10 months, 2 weeks ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Changes since 1.31: +4 -6 lines
Diff to previous 1.31 (colored)

Update "patch" package to version 2.5.9. Changes since version 2.5.4:
- patch -D now outputs preprocessor lines without comments, as required
  by POSIX 1003.1-2001.
- File names in context patches may now contain spaces, so long
  as the context patch headers use a tab to separate the file name
  from the time stamp.
- Perforce is now supported.
- Patch lines beginning with "#" are comments and are ignored.
- The bug reporting address is now <bug-patch@gnu.org>.
- bug fixes

Revision 1.31 / (download) - annotate - [select for diffs], Mon Nov 30 18:32:53 2009 UTC (2 years, 5 months ago) by heinz
Branch: MAIN
CVS Tags: 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
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

LICENSE is gnu-gpl-v2

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:27 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: 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.29: +6 -2 lines
Diff to previous 1.29 (colored)

Add DESTDIR support.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Apr 12 22:43:00 2008 UTC (4 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.28: +4 -4 lines
Diff to previous 1.28 (colored)

Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Jun 17 20:53:09 2006 UTC (5 years, 11 months ago) by rillig
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, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.27: +2 -3 lines
Diff to previous 1.27 (colored)

Fixed pkglint warnings.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:26 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (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.26 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:06 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:06 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (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.24 / (download) - annotate - [select for diffs], Sun May 22 19:11:12 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.23: +1 -8 lines
Diff to previous 1.23 (colored)

Remove the old tools framework and references to _USE_NEW_TOOLS.

Revision 1.23 / (download) - annotate - [select for diffs], Mon May 16 20:04:12 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.22: +10 -2 lines
Diff to previous 1.22 (colored)

Use an uncompressed tar archive of the sources from ${MASTER_SITE_LOCAL}.
This ensures that we won't need gzcat to extract the sources, which
could potentially cause a circular dependency on archivers/gzip-base.

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 16 00:29:32 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (colored)

We only need the evil hack with the old tools framework.

Revision 1.21 / (download) - annotate - [select for diffs], Wed May 19 03:26:09 2004 UTC (8 years ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.20: +1 -5 lines
Diff to previous 1.20 (colored)

Follow Grant's advice:  use _OPSYS_GPATCH_REQD to influence _NEED_PATCH
and let tools.mk take care of the rest.

Revision 1.20 / (download) - annotate - [select for diffs], Wed May 19 01:27:03 2004 UTC (8 years ago) by jschauma
Branch: MAIN
Changes since 1.19: +5 -1 lines
Diff to previous 1.19 (colored)

We have a variable _OPSYS_GPATCH_REQD, but it doesn't do anything.
Change that:  if it's set to YES, require devel/patch.  If building
devel/patch, set _OPSYS_GPATCH_REQD to NO, as otherwise we have a
circular dependency.

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 18 11:58:05 2004 UTC (8 years ago) by recht
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

Enable pkgviews installation.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 16 20:11:51 2004 UTC (8 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Make compile on Interix.  It doesn't #define BSD, but it also needs the
"avoid MS-DOS setmode()" treatment.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 17 21:33:00 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:20 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Tue Apr 22 20:25:09 2003 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Use ${LN} -sf to create symlinks.
Closes PR 21263 by Jeremy C. Reed.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 7 10:55:51 2003 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.13: +6 -1 lines
Diff to previous 1.13 (colored)

Really install the symlink.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 7 10:33:26 2003 UTC (9 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.12: +8 -2 lines
Diff to previous 1.12 (colored)

always install bin/gpatch (thanks wiz).

bump PKGREVISION.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 6 22:23:06 2003 UTC (9 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

Correctly honour GNU_PROGRAM_PREFIX on non-NetBSD platforms for
consistency (hi wiz!)

bump PKGREVISION.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 22 17:34:43 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Also add GNU_PROGRAM_PREFIX to BUILD_DEFS.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 22 17:30:09 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.9: +4 -7 lines
Diff to previous 1.9 (colored)

Use GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 24 19:47:28 2002 UTC (10 years, 2 months ago) by seb
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.8: +6 -5 lines
Diff to previous 1.8 (colored)

Use AWK instead of SED to do the patching, now it works on Solaris.
While here put the patching in target do-patch an remove NO_PATCH.

This should fix PR 16035.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 4 09:14:41 2001 UTC (10 years, 5 months ago) by seb
Branch: MAIN
Changes since 1.7: +15 -3 lines
Diff to previous 1.7 (colored)

Allow this package to be compiled and installed on any platform:
- prefix program and manpage by `g' if platform is NetBSD
- "manual" patch for BSD systems (setmode() conflict)

Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 24 21:10:12 2001 UTC (11 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.6: +6 -1 lines
Diff to previous 1.6 (colored)

Recontruct bootstrap hack obviously required for strange experiments
performed by the dark side of the force.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 23 14:11:23 2001 UTC (11 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.5: +1 -6 lines
Diff to previous 1.5 (colored)

Remove hack required for boot strapping Zoularis before "tar" was
included.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 16 14:38:55 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 24 19:47:13 2000 UTC (11 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.3: +6 -1 lines
Diff to previous 1.3 (colored)

Resolve chicken & egg problem when bootstrapping:

	chicken == archivers/gtar-base (wants to apply patches)
	egg	== devel/patch (wants gtar to unpack)

Break out by using /usr/bin/tar if $GTAR is not installed.
Might be better in bsd.pkg.mk ...

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 21 21:01:30 2000 UTC (11 years, 9 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 19 19:56:48 1999 UTC (12 years, 8 months ago) by kim
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002, comdex-fall-1999
Changes since 1.1: +4 -2 lines
Diff to previous 1.1 (colored)

Unfortunately /usr/bin/patch is not what we want on Solaris.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Sep 18 15:27:09 1999 UTC (12 years, 8 months ago) by kim
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

The patch utility.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 18 15:27:09 1999 UTC (12 years, 8 months ago) by kim
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>