The NetBSD Project

CVS log for pkgsrc/pkgtools/port2pkg/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / pkgtools / port2pkg

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Mon Mar 26 14:05:36 2012 UTC (8 weeks, 4 days ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.36: +2 -3 lines
Diff to previous 1.36 (colored)

Don't install cat page. Bump version.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Jan 2 12:15:48 2012 UTC (4 months, 3 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.35: +2 -3 lines
Diff to previous 1.35 (colored)

Make sure that only the real RCS ID gets embedded into the output.
Bump version, remove revision.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jun 6 01:39:59 2011 UTC (11 months, 2 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.34: +4 -2 lines
Diff to previous 1.34 (colored)

replace shebang for perl.

Bump PKGREVISION.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Feb 10 00:19:50 2009 UTC (3 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: 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
Changes since 1.33: +8 -6 lines
Diff to previous 1.33 (colored)

DESTDIR support

Revision 1.33 / (download) - annotate - [select for diffs], Thu Feb 28 11:58:49 2008 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper-base, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Nov 17 16:00:20 2007 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.31: +12 -19 lines
Diff to previous 1.31 (colored)

Don't install corrupted catpages on Solaris and AIX. PKGREVISION++

Cleaned up the Makefile.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:09 2007 UTC (5 years, 4 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.30: +4 -4 lines
Diff to previous 1.30 (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.30 / (download) - annotate - [select for diffs], Wed Sep 13 17:33:20 2006 UTC (5 years, 8 months ago) by ginsbach
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Don't try to rename pkg-comment if it does not exist.  Ports no longer
use pkg-comment but have a COMMENT= in the Makefile.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Sep 13 17:05:09 2006 UTC (5 years, 8 months ago) by ginsbach
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Use pkgsrc-users@NetBSD.org as default MAINTAINER.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Sep 3 00:56:30 2006 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Reset maintainer for people who lost their commit bit.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:34 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:18 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:29 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)

Create directories before installing files into them.

Revision 1.24 / (download) - annotate - [select for diffs], Mon May 16 01:15:32 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Note that gtar is required by the package.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Apr 11 21:29:52 2004 UTC (8 years, 1 month 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.22: +6 -7 lines
Diff to previous 1.22 (colored)

Add a pre-generated .0 manpage; only regen under SunOS or AIX.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 20 12:23:58 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jan 10 19:23:41 2004 UTC (8 years, 4 months ago) by kristerw
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Correct the default maintainer in the man page.
PKGREVISION++.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jan 10 16:27:06 2004 UTC (8 years, 4 months ago) by cjep
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Don't die if pkg-comment does not exist. Some ports have a COMMENT= in
their Makefile already.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jan 10 16:10:35 2004 UTC (8 years, 4 months ago) by cjep
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Use tech-pkg@NetBSD.org as default MAINTAINER.

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

s/netbsd.org/NetBSD.org/

Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 29 12:42:12 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 28 21:14:28 2003 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

NO_PATCH is deprecated, says pkglint. Remove it.

Revision 1.14.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:57:47 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.15 / (download) - annotate - [select for diffs], Sun May 19 15:41:36 2002 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, buildlink2-base
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Convert ${PORTNAME} to ${PKGNAME}, from YAMAMOTO Takashi in pkg/16772.
Bump version to 1.11.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 1 17:01:01 2002 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Update to 1.10:
Adapt to 'distinfo' change.
Adapt to 'pkg' directory removal.
Automatically rename 'pkg-message' files.
Fix a problem introduced in 1.4 (which perl -w warned about).

Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 9 20:36:43 2001 UTC (10 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Sat Feb 24 11:06:09 2001 UTC (11 years, 3 months ago) by sakamoto
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

port2pkg-1.9:
fix s/$1/$_/ at reading COMMENT.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Feb 17 17:51:32 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 16 13:06:20 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Change COMMENT handling:
COMMENTs are now a variable in the Makefile instead of a pkg/COMMENT
file. The COMMENT var should be in the maintainer block after the
homepage.
Modify bsd.pkg.mk, pkglint, url2pkg, and port2pkg (last one untested)
for the new behaviour. Document new state in Packages.txt.
This should save lots of inodes, and lots of time when untarring/updating.
Idea by Alistair Crooks.
For the time being, accept pkg/COMMENT instead of a COMMENT var to avoid
a flag day.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 4 20:22:47 2001 UTC (11 years, 4 months ago) by sommerfeld
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

port2pkg-1.7:

Fix bugs:
 - $pkgdir/files wasn't created
 - mkdir($pkgdir/patches) was missing its second argument
(needed at least for the version of perl I have installed)

Revision 1.8 / (download) - annotate - [select for diffs], Fri Dec 15 14:58:43 2000 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Make port2pkg handle the new FreeBSD ports structure. Bump version to 1.6.
Addresses pkg/11683.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 27 16:29:05 2000 UTC (11 years, 10 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

s/RUN_DEPENDS/DEPENDS/

Revision 1.6 / (download) - annotate - [select for diffs], Fri May 12 10:07:34 2000 UTC (12 years ago) by sakamoto
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update port2pkg to 1.5

Changes:
        Support PKGNAMEPREFIX/PKGNAMESUFFIX variables.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 26 16:18:58 2000 UTC (12 years, 1 month ago) by sakamoto
Branch: MAIN
Changes since 1.4: +6 -4 lines
Diff to previous 1.4 (colored)

Update port2pkg to 1.4

Changes:
	Support PORTNAME/PORTVERSION variables.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 24 10:36:53 1999 UTC (12 years, 6 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Use DEPENDS in preference to RUN_DEPENDS.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 3 04:37:36 1999 UTC (12 years, 8 months ago) by sakamoto
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update to 1.2
	Support FreeBSD RCS Id.
	Get HOMEPAGE value from pkg/DESCR.
	s/PLIST_SUB/PLIST_SUBST/
	s/%%(^%)%%/\${$1}/ in PLIST.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 10 00:36:18 1999 UTC (12 years, 9 months ago) by sakamoto
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

RUN_DEPENDS=pkglint

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jul 27 11:33:06 1999 UTC (12 years, 10 months ago) by sakamoto
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Converter FreeBSD port to NetBSD pkgsrc

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 27 11:33:06 1999 UTC (12 years, 10 months ago) by sakamoto
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>