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

CVS log for ports/lang/f77/Makefile

[BACK] Up to [FreeBSD] / ports / lang / f77

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jul 28 21:52:44 2006 UTC (5 years, 6 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -11 lines
- Remove the ancient pkg-plist: this port does not install f2c, and it
  may be confusing;

- Use PLIST_FILES;

- Switch PREFIX / LOCALBASE.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jul 5 19:01:41 2003 UTC (8 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1 lines
Generate plist either statically or before do-install phase for
compatibility with upcoming bsd.port.mk patches.

Submitted by:	Sergey Matveychuk <sem@ciam.ru>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:37:57 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
De-pkg-comment.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:46:50 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +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.9: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:45:48 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:24:07 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 1 00:59:35 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -3 lines
o Return maintainer to ports
o House distfile under MASTER_SITE_LOCAL since it is no
  longer available anywhere else

PR:		32416
Submitted by:	maintainer

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 29 02:40:24 2000 UTC (11 years, 8 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Avoid name clash with system f77 by renaming executable to ftn77.

PR:		18839
Submitted by:	maintainer

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Apr 12 06:18:26 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Convert to the PORTNAME - PORTVERSION syntax.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 27 22:29:34 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.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
echo -> ${ECHO} or ${ECHO_MSG}  and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 11 07:27:03 1999 UTC (12 years, 9 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -7 lines
Don't write to ${PKGDIR}/PLIST.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Apr 24 22:50:24 1999 UTC (12 years, 9 months ago) by obrien
Branches: KARGL
CVS tags: f77_0_3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
driver utility for f2c and gcc

PR:		ports/11220
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Apr 24 22:50:24 1999 UTC (12 years, 9 months ago) by obrien
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