The NetBSD Project

CVS log for pkgsrc/devel/mk-files/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / mk-files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24
Mon Feb 22 08:38:33 2010 UTC (14 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
FILE REMOVED
Changes since revision 1.23: +1 -1 lines
Remove mk-files, as suggested by maintainer sjg in PR 41021.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Apr 6 10:25:51 2009 UTC (15 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +9 -10 lines
Update to 20081111, provided by Aleksey Cheusov in PR 41021.
Update to the latest version.
Fix for destdir support.
Fix in CONFLICTS (there is no conflicts with bootstrap-mk-files).
Minor clean-ups.

Ok sjg@

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jan 5 21:48:53 2008 UTC (16 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Wrote ${.ALLSRC} instead of $> to make the file more readable for those
who don't see this variable daily. This also prevents a pkglint internal
error.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:26:22 2007 UTC (17 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jul 14 23:06:27 2006 UTC (18 years, 5 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -1 lines
Note that this conflicts with the (forthcoming) bootstrap-mk-files package.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jun 2 13:20:56 2006 UTC (18 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -1 lines
Disallow build with PKGSRC_LOCKTYPE=sleep, it can't install.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jun 27 20:28:12 2005 UTC (19 years, 5 months ago) by erh
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -5 lines
Update the mk file to the 20050405 version, and fix the path to the tarball.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Feb 21 00:15:44 2004 UTC (20 years, 9 months ago) by sjg
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, 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.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Update bmake and mk-files.
bmake is sync'd with -current make as of 2004-02-20
Fixes include:
o fix for old :M parsing bug.
o re-jigged unit-tests
o search upwards for *.mk
o fix for double free of var substitution buffers
o use of getopt replaced with custom code, since the usage
  (re-scanning) isn't posix compatible.
* arch.c: don't include ranlib.h on ELF systems

mk-files adds dpadd.mk (cool magic driven by DPADD)
and a re-worked warnings.mk (very cool).
Also fixes:
* own.mk: don't use NetBSD's _SRC_TOP_ it can
  cause confusion.  Also don't take just 'mk' as a
  srctop indicator.
* Generic.sys.mk: need to use ${.PARSEDIR} with exists().

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Feb 2 06:40:11 2004 UTC (20 years, 10 months ago) by sjg
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Update mk-files:
- fix a typo in autodep.mk
- extract HOST_TARGET stuff to host-target.mk so own.mk and Generic.sys.mk
  can share it.

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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Sep 30 17:59:59 2003 UTC (21 years, 2 months ago) by sjg
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Update mk-files to 20030930
Renamed generic.sys.mk to Generic.sys.mk so it does not get installed.
Cleaned up settings of ROOT_GROUP in some *.sys.mk

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Sep 28 21:08:59 2003 UTC (21 years, 2 months ago) by sjg
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Update bmake to 20030928 - now includes
-de to get more verbose error messages
:[] modifier to pick words from variable etc.

Update mk-files to 20030928
added some extra sys.mk's from bootstrap-pkgsrc
changed own.mk to default to root:${ROOT_GROUP} ownership.
sys.mk can set ROOT_GROUP if wheel is not right.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Aug 3 05:50:04 2003 UTC (21 years, 4 months ago) by sjg
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Update bmake and mk-files.
Changes to mk-files:
	* install-mk: add ability to use cp -f when updating
	destination .mk files.  Also now possible to play games with
	FORCE_SYS_MK=ln etc on *BSD machines to link /usr/share/mk/sys.mk
	into dest - not recommended unless you seriously want to.
	* own.mk (IMPFLAGS): add support for COPTS.${IMPSRC:T} etc
	for semi-compatability with NetBSD.
Changes to bmake:
	* boot-strap: Allow setting configure args on command line.
	* configure.in: add --with-defshell to allow sh or ksh
	to be selected as default shell.
	* Merge with NetBSD make 20030731
	Pick up .SHELL spec for ksh and associate man page changes.
	Also compat mode now uses the same shell specs.
	* var.c (Var_Parse): ensure delim is initialized.
	* unit-tests/Makefile.in: use single quotes to avoid problems from
	some shells.
	* makefile.boot.in:
	Run the unit-tests as part of the bootstrap procedure.
	* unit-tests/Makefile.in: always force complaints from
	${TEST_MAKE} to be from 'make'.
	* configure.in: add check for 'diff -u'
	also fix some old autoconf'isms
	* Makefile.in (BMAKE_VERSION): bump version to 20030728.
	if using GCC add -Wno-cast-qual to CFLAGS for var.o
	* Merge with NetBSD make 20030728
	Pick up fix for :ts parsing error in some cases.
	Pick unit-tests.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jul 23 18:34:45 2003 UTC (21 years, 4 months ago) by sjg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
There was a bug in make 20030714 such that the :ts modifier didn't work.
Update to 20030723, which also has some minor portability improvements
in the boot-strap and install-mk scripts.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 21 16:43:32 2003 UTC (21 years, 4 months ago) by martti
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
COMMENT should start with a capital letter.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jul 20 23:25:19 2003 UTC (21 years, 4 months ago) by sjg
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Update to latest bmake which now uses a date based version.
Same for mk-files.  In the case of bmake the version closely
corresponds to the date of the latest sync with usr.bin/make.

Changes to bmake since 3.1.18 include:

	Pick up fixes for const-correctness, now passes WARNS=3 on
	NetBSD.
	Pick up :ts modifier, allows controlling the separator used
	between words in variable expansion.

	* FILES: include boot-strap and os.sh

	* Makefile.in: only set WARNS if we are NetBSD, the effect on
	FreeBSD is known to be bad.

	* makefile.boot.in (bootstrap): make this the default target.

	* Makefile.in: bump version to 3.1.19

	* machine.sh: avoid A-Z with tr as it is bound to lose.

	Pick up fix for PR/19781 - unhelpful error msg on unclosed ${var:foo
	Plus some doc fixes.


Changes to mk-files since 1.3.2:

	Don't inlcue -pipe in CC for SunOS.

	Make it easier to do non-root installs by overriding *_INSTALL_OWN.
	Use STRIP_FLAG rather than STRIP for -s
	Avoid use of A-Z with tr.
	Avoid searching above /a/b/ when looking for
	top-of-tree Linux at least hangs if you try to examine an automount
	mount point.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:31:51 2003 UTC (21 years, 5 months ago) by grant
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
s/netbsd.org/NetBSD.org/

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Apr 27 11:01:09 2003 UTC (21 years, 7 months ago) by cjep
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5 lines
Use ${SED}, ${GREP} and ${ECHO}

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 29 12:40:35 2003 UTC (21 years, 8 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3 lines
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Sep 20 07:00:56 2002 UTC (22 years, 2 months ago) by sjg
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +15 -25 lines
Update bmake and mk-files to latest versions.
bmake is now sync'd with NetBSD-1.6
mk-files have been overhauled to handle ELF on BSD systems.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 6 16:58:13 2002 UTC (22 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 19 16:37:49 2001 UTC (23 years, 1 month ago) by sjg
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +10 -5 lines
Conform better to pkgsrc conventions.

Reviewed: agc

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 18 21:38:32 2001 UTC (23 years, 1 month ago) by sjg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +20 -7 lines
Update to current macros mk-1.2.5 (no the bsd* ones are still way old).
Changes of note:
 	Added target-flags.mk allows frobbing CFLAGS for individual
 	targets.
 	prog.mk and lib.mk attempt to use bsd.prog.mk and bsd.lib.mk
 	to help ensure the right magic happens on ELF systems.
 	Several improvments to autodep.mk - now the default unless
 	NO_AUTODEP is defined.
The bsd.*.mk files are no longer installed on BSD systems as they are
almost guaranteed to do more harm than good.

Reviewed: agc

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri May 25 12:33:34 2001 UTC (23 years, 6 months ago) by agc
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of mk-files-1.2.2 into the NetBSD packages collection.

These are the support files for the bmake utility, by Simon Gerraty.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 25 12:33:34 2001 UTC (23 years, 6 months ago) by agc
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

CVSweb <webmaster@jp.NetBSD.org>