NetBSD.se

CVS log for pkgsrc/ham/dpbox/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / ham / dpbox

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Feb 28 14:52:51 2011 UTC (11 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Reset maintainer for retired developers.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 29 23:46:15 2010 UTC (2 years ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -1 lines
DESTDIR ready

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:43:09 2006 UTC (5 years, 5 months ago) by obache
Branches: MAIN
CVS tags: 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, 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Rename variable MAKEFILE to MAKE_FILE.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Apr 30 16:12:01 2006 UTC (5 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Include bin/dpputlinks as installed on NetBSD and DragonFly.
Bump revision.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Apr 21 02:07:53 2006 UTC (5 years, 9 months ago) by wulf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +50 -7 lines
Implemented changes for this package to use the REQD_DIR and CONF_FILES
framework for the installation of the configuration files.
Fixed compile warning message due to implicit casting

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 14 01:14:29 2006 UTC (5 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -7 lines
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:41 2006 UTC (6 years ago) by joerg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:23 2005 UTC (6 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
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.9: download - view: text, markup, annotated - select for diffs
Sun May 22 20:08:08 2005 UTC (6 years, 8 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 24 13:40:43 2004 UTC (8 years ago) by grant
Branches: 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
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 20 12:18:36 2004 UTC (8 years ago) by agc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Sep 19 23:08:26 2003 UTC (8 years, 4 months ago) by dent
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update HOMEPAGE and/or MASTER_SITES

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:43:27 2003 UTC (8 years, 6 months ago) by grant
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jun 7 15:20:30 2003 UTC (8 years, 8 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
Do not hardcode /usr/pkg as prefix in patches.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Feb 16 15:13:51 2001 UTC (10 years, 11 months ago) by wiz
Branches: 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, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 15 11:26:20 2000 UTC (11 years, 8 months ago) by wulf
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -5 lines
Corrected license and URL information.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon May 15 10:54:44 2000 UTC (11 years, 8 months ago) by wulf
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of pkgsrc/ham/dpbox:
dpbox-6.00.00	Multi-Protocol Amateur Packet Radio BBS

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 15 10:54:44 2000 UTC (11 years, 8 months ago) by wulf
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>