NetBSD.se

CVS log for pkgsrc/lang/objc/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / lang / objc

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 3 01:25:28 2012 UTC (5 weeks, 2 days ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -1 lines
1. Not MAKE_JOBS_SAFE.

2. Use MMFLAGS instead of MFLAGS as the compiler flags make variable.
The latter interacts somewhat poorly with make's own usage of the same
identifier. Do this by SUBST at post-extract time so nothing ever sees
the original form, and adjust patches to match.

Does not build (it cannot parse NetBSD's stdlib.h) but no longer
explodes randomly.

Revision 1.11: 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-2011Q3-base, pkgsrc-2011Q3, 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, 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.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Rename variable MAKEFILE to MAKE_FILE.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:29:55 2006 UTC (5 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
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.9: download - view: text, markup, annotated - select for diffs
Fri Jan 13 22:15:38 2006 UTC (6 years ago) by joerg
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
config.guess and config.sub override.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Nov 4 11:05:02 2005 UTC (6 years, 3 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Explicitly set WRKSRC to emphasize it is different from CONFIGURE_DIRS.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun May 22 20:08:10 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.6: preferred, colored
Changes since revision 1.6: +2 -3 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.6: download - view: text, markup, annotated - select for diffs
Sun May 22 05:35:33 2005 UTC (6 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2 lines
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 15 19:28:37 2005 UTC (6 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
This package requires yacc.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:14 2005 UTC (6 years, 10 months ago) by tv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 14 09:18:56 2005 UTC (7 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -19 lines
Changes 3.2.6:
* add patch of yerfino@delsatgroup.com for ordcltn -includes:
* some filer tweaking

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 3 15:15:01 2004 UTC (7 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Sep 24 00:28:01 2004 UTC (7 years, 4 months ago) by rh
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of objc-3.2.5, a Portable Object Compiler for translating
Objective-C to C plus an associated class library.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 24 00:28:01 2004 UTC (7 years, 4 months ago) by rh
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>