Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/m4/Makefile

[BACK] Up to [FreeBSD] / ports / devel / m4

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Mar 20 09:08:26 2011 UTC (10 months, 3 weeks ago) by johans
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Update GNU m4 to 1.4.16

PR:		ports/155505
Exp-run by:	miwi

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Sep 5 22:23:53 2010 UTC (17 months ago) by johans
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -2 lines
- Update to GNU m4 1.4.15
- Remove local patch that's now included upstream

PR:		ports/150270
Tested by:	exp-run by pav

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu May 27 20:03:24 2010 UTC (20 months, 2 weeks ago) by johans
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
Chase devel/libsigsegv shlib bump

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Mar 9 06:12:06 2010 UTC (23 months ago) by johans
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Update to 1.4.14 (bugfix release mostly)

Remove patch that's now included in upstream release;
add gnulib patch for posix_spawn check (will be in next release)

PR:             ports/144314
Tested by:      exp-run by pav (twice)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Feb 23 18:03:43 2010 UTC (23 months, 2 weeks ago) by johans
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Update my mail address to @FreeBSD.org

Feature safe:	yes

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun May 24 16:05:01 2009 UTC (2 years, 8 months ago) by johans
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- Update to 1.4.13
  http://lists.gnu.org/archive/html/m4-announce/2009-04/msg00000.html

PR:		ports/134620
Tested by:	exp-run by pav

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Feb 26 19:08:52 2009 UTC (2 years, 11 months ago) by johans
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +14 -3 lines
- Update to 1.4.12
- Add optional libsigsegv support
- Take over maintainership from ade
Thanks to pav for an exp-run on pointyhat

PR:		ports/131618
Approved by:	portmgr (marcus, pav)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jan 5 19:43:51 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -10 lines
- Remove conditional checks for FreeBSD 5.x and older

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Jun 6 02:35:59 2008 UTC (3 years, 8 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Major autotools-related update:

	automake	1.10   -> 1.10.1
	gettext		0.16.1 -> 0.17
	libtool		1.5.24 -> 1.5.26
	m4		1.4.9  -> 1.4.11

Please see ports/UPDATING entry 20080605 for further information.

PR:		123450
Tested by:	Full -exp package building run
Thanks to:	linimon, pav
Approved by:	portmgr

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Sep 30 20:39:13 2007 UTC (4 years, 4 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Downgrade to 1.4.9 -- 1.4.10 was committed by mistake, and breaks things
in a rather interesting manner.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Sep 30 05:27:46 2007 UTC (4 years, 4 months ago) by ade
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Update to 1.4.10

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:43 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -2 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Apr 25 09:52:21 2007 UTC (4 years, 9 months ago) by ade
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -3 lines
Update to 1.4.9

Prompted by PR:	111411

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Dec 5 18:36:17 2006 UTC (5 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +8 -1 lines
Unbreak on FreeBSD < 6.0

PR:		106379 (with minor changes)
Submitted by:	Jonathan Lennox <lennox@cs.columbia.edu>

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Dec 4 06:57:58 2006 UTC (5 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -0 lines
Bleh.  Thought I included the manpage.  Obviously not.

Submitted by:	pointyhat

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Dec 4 01:22:20 2006 UTC (5 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -2 lines
Update to 1.4.8

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Dec 4 23:35:13 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -1 lines
Remove install-info from Makefile, it's automatically done when INFO is defined

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Nov 13 23:27:29 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Update to 1.4.4

Submitted by:	many

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Sep 2 19:46:54 2005 UTC (6 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Assume maintainership.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Apr 5 07:39:55 2005 UTC (6 years, 10 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Upgrade to version 1.4.3.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jul 16 14:54:27 2004 UTC (7 years, 6 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -4 lines
Update to 1.4.1:
- maketemp now creates an empty file with the given name, instead of merely
  returning the name of a nonexistent file.  This closes a security hole.
- minor fixes, port passes all checks
- use INFO-macro
- strip cruft from pkg-descr; add WWW:
- pet portlint

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Apr 10 17:26:32 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Tidy up whitespace.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Feb 20 17:06:52 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
De-pkg-comment.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:45:39 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Nov 7 03:10:47 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:	me
Approved by:		pat

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:44:33 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Oct 11 06:12:42 2002 UTC (9 years, 4 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -0 lines
Add a knob, `WITH_CHANGEWORD', that allows GNU m4 to be built with
support for the `changeword' extension.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Oct 22 02:03:10 2001 UTC (10 years, 3 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
Fix a format string vulnerability.
Note that others might still be lurking inside the m4 code,
this is just a quick fix for the one reported on BugTraq.

(What do I think I am doing, anyway, reading BugTraq at 4:30am
 on a bleak Monday morning..)

Reported by:	<dotslash@snosoft.com> via BugTraq

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Aug 11 08:56:32 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Replace spaces with tabs where appropriate.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jan 1 10:15:00 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -3 lines
Goodbye, YEAR2000.  Hello, 2001.

Approved by:	asami

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:28:56 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
PORTNAME/PORTVERSION update

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:41:53 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:48:35 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Change Id->FreeBSD.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:29:03 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -4 lines
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Mar 11 21:47:09 1999 UTC (12 years, 11 months ago) by scrappy
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1 lines
Commit all Y2K/WWW_SITE changes from today...

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jan 27 07:41:08 1999 UTC (13 years ago) by fenner
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
${MASTER_SITE_GNU} got rearranged in December; let's catch up.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 2 10:50:50 1998 UTC (13 years, 7 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8, RELEASE_2_2_7
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
Portlint.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 16 08:22:35 1997 UTC (14 years, 7 months ago) by max
Branches: MAIN
CVS tags: RELEASE_2_2_6, RELEASE_2_2_5
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -1 lines
Use install-info to add/delete info entry to the dir file.
Also install examples.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 18 10:22:52 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -5 lines
Use MASTER_SITE_GNU  Use MAN? macros.  CATEGORIES+= -> CATEGORIES.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 26 11:29:12 1995 UTC (16 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Change gategory name "development" -> "devel".  Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 9 10:05:14 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -3 lines
And now, yet another round of Makefile updates, devel version!

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:44:39 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add CATEGORIES lines to a whole bunch of port Makefiles.  Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 12 02:41:11 1995 UTC (17 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -6 lines
Upgrade.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Oct 25 00:10:39 1994 UTC (17 years, 3 months ago) by jkh
CVS tags: m4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Whoops, this time for real (without a work dir!  *blush*).
Submitted by:	mr

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 25 00:10:38 1994 UTC (17 years, 3 months ago) by jkh
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