CVS log for ports/devel/global/Makefile
Up to [FreeBSD] / ports / devel / global
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Oct 8 16:26:36 2011 UTC (4 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
- Update to 6.1
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Sep 26 03:01:15 2011 UTC (4 months, 2 weeks ago) by clsung
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
- Update to 6.0
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Aug 25 07:39:23 2011 UTC (5 months, 2 weeks ago) by clsung
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
- Update to 5.9.7
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Mar 16 01:41:30 2011 UTC (10 months, 3 weeks ago) by clsung
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
- Update to 5.9.4
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Feb 5 11:22:24 2011 UTC (12 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
- Update to 5.9.3 PR: 153531 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: maintainer timeout Feature safe: yes
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Oct 24 17:06:44 2010 UTC (15 months, 2 weeks ago) by culot
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
- Update to 5.9.2. Changes: http://www.gnu.org/software/global/whatsnew.html PR: ports/151069 Submitted by: culot@ (myself) Approved by: sahil@ (mentor), maintainer (timeout, >14 days)
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Aug 16 06:26:49 2010 UTC (17 months, 3 weeks ago) by clsung
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Update to 5.9.1: - gtags-parser(1) removed, globash(1) added - jQuery library used for hypertext ouptput PR: ports/149171 Submitted by: Frederic Culot <frederic_AT_culot dot org>
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Feb 1 08:35:07 2010 UTC (2 years ago) by clsung
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- Update to 5.7.7 PR: ports/143230 Submitted by: Hung-Yi Chen <gaod_AT_hychen dot org>
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Oct 21 02:10:56 2009 UTC (2 years, 3 months ago) by clsung
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- Update to 5.7.6
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Apr 24 06:54:27 2009 UTC (2 years, 9 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- Update to 5.7.5 PR: ports/133596 Submitted by: lwhsu
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Jan 25 07:08:28 2009 UTC (3 years ago) by clsung
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
- Update to 5.7.4
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Nov 20 06:24:05 2008 UTC (3 years, 2 months ago) by clsung
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
- Update to 5.7.3
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Oct 7 00:17:29 2008 UTC (3 years, 4 months ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
- Update to 5.7.2 - Reasssign to ports@
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:39 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Apr 22 18:19:53 2008 UTC (3 years, 9 months ago) by tabthorpe
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
- Update to 5.7.1 Reported by: portscout
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Mar 31 03:03:01 2008 UTC (3 years, 10 months ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
- Update to 5.7
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Dec 13 15:30:31 2007 UTC (4 years, 1 month ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -3 lines
- Update to 5.6.2
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Aug 27 01:58:13 2007 UTC (4 years, 5 months ago) by tabthorpe
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
- update to 5.6.1 Approved by: clsung (mentor)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Aug 23 03:59:56 2007 UTC (4 years, 5 months ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
- change maintainer address on ports I maintain Approved by: clsung (mentor)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Aug 2 00:30:24 2007 UTC (4 years, 6 months ago) by clsung
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
- Update to 5.6 - Take maintainership PR: ports/115115 Submitted by: maintainer (Thomas Abthorpe)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jun 20 13:44:40 2007 UTC (4 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
- Update to 5.5
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Apr 11 03:12:45 2007 UTC (4 years, 10 months ago) by clsung
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Update to 5.4.1
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 31 13:16:50 2007 UTC (5 years ago) by pav
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Update to 5.4 PR: ports/108600 (based on) Submitted by: Damien Deville <damien.deville@netasq.com>
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jan 26 16:13:09 2007 UTC (5 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
- Drop maintainership PR: ports/108376 Submitted by: Rui Lopes <rgl@ruilopes.com> (maintainer)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 17 09:43:43 2006 UTC (5 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- Update to 5.2 PR: ports/102151 Submitted by: Rui Lopes <rui at ruilopes.com> (maintainer)
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jul 11 13:12:44 2006 UTC (5 years, 7 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Update global to 5.1. PR: ports/100084 Submitted by: maintainer
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu May 4 21:40:40 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +0 -1 lines
Remove USE_REINPLACE from all categories starting with D
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:09 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:43 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jan 12 04:39:24 2005 UTC (7 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -1 lines
Update port: devel/global to 4.8.2 Make sure you remove the files/ directory altogether, its not neeeded anymore. PR: ports/76079 Submitted by: Rui Lopes <rui@ruilopes.com>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Sep 2 09:39:57 2004 UTC (7 years, 5 months ago) by mat
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -2 lines
Update to 4.8 PR: 71277 Submitted by: maintainer
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Oct 21 14:24:59 2003 UTC (8 years, 3 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_10_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
- Update to version 4.6.1 PR: 58276 Submitted by: maintainer
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jul 8 12:03:14 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -5 lines
update devel/global: 4.5.3 -> 4.6 PR: 54214 Submitted by: Rui Lopes <rui@ruilopes.com> (maintainer)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jun 22 15:58:15 2003 UTC (8 years, 7 months ago) by erwin
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -3 lines
- updated to global 4.5.3
- added a patch to fix a header inclusion problem in strbuf.h
- updated WWW link
- removed the anoying configure warning:
configure: WARNING: you should use --build, --host, --target
- moved the @unexec install-info thing in pkg-plist
- give maintainership to submitter
PR: 53263
Submitted by: Rui Lopes <rui@ruilopes.com>
Approved by: maintainer
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Apr 2 04:48:34 2003 UTC (8 years, 10 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Update to 4.5.2 PR: 50497 Submitted by: MAINTAINER
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 20 19:41:11 2003 UTC (8 years, 11 months ago) by obraun
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
De-pkg-comment. PR: ports/48491 Submitted by: maintainer
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Nov 15 18:46:14 2002 UTC (9 years, 2 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
upgrade to 4.5.1 PR: 45306 Submitted by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 15 11:33:56 2002 UTC (9 years, 5 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
Update to 4.5. PR: 41677 Submitted by: Jos Backus <jos@catnook.com>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 18 09:05:32 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
Add USE_PERL5 since port build depend on perl to be present. PR: 39385 Submitted by: maintainer
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Apr 20 02:52:13 2002 UTC (9 years, 9 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Update to 4.4 fixing a security vulnerability. ALL USERS OF THIS PORT ARE STRONGLY URGED TO UPGRADE. PR: 37265 Submitted by: maintainer
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 22 19:23:00 2002 UTC (10 years ago) by sf
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
update to 4.3.1. PR: 34176 Submitted by: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 22 18:55:31 2002 UTC (10 years ago) by sf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -0 lines
fix perl path in htags. PR: 34176 Submitted by: maintainer
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 13 13:32:22 2002 UTC (10 years ago) by sada
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
- Upgrade to 4.3 . # This is done over my last commit from 4.0.1 to 4.2. - Change maintainer to Jos Backus <josb@cncdsl.com>. # Chuckr seems too busy to respond queries. PR: ports/33553 Submitted by: New maintainer
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 12 17:56:59 2002 UTC (10 years, 1 month ago) by sada
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Upgrade to version 4.2. No response from: maintainer
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 29 19:16:19 2000 UTC (11 years, 3 months ago) by sada
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +14 -4 lines
Upgrade to 4.0.1. PR: ports/22216 Submitted by: sada No responce for a week from: maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 9 21:43:41 2000 UTC (11 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Update to 3.56 to fix security hole in CGI script. Submitted by: Shigio Yamaguchi <shigio@tamacom.com> (author)
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Jun 28 01:04:12 2000 UTC (11 years, 7 months ago) by chuckr
Branches: SHIGIO
CVS tags: global_3_55, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of Shigio Yamaguchi's GLOBAL, an enhanced ctags utility. This was moved from the base system based on need and licensing considerations. Reviewed and approved by most of the current list, see the mail logs for a lengthy discussion.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 28 01:04:12 2000 UTC (11 years, 7 months ago) by chuckr
Branches: MAIN
Initial revision
