CVS log for ports/devel/shtool/Makefile
Up to [FreeBSD] / ports / devel / shtool
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:50 2008 UTC (3 years, 5 months ago) by rafan
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_6_EOL, RELEASE_6_4_0, HEAD
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +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.44: download - view: text, markup, annotated - select for diffs
Tue Jul 22 09:29:46 2008 UTC (3 years, 6 months ago) by vd
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Upgrade devel/shtool from 2.0.7 to 2.0.8 Changes between 2.0.7 and 2.0.8 (19-May-2007 to 18-Jul-2008): *) Upgrade build environment to GNU autoconf 2.62 *) Fix argument handling in "shtool mkln" command. *) Adjust copyright for year 2008. *) Detect Windows/Cygwin *) Detect DragonFly BSD *) Improved AIX hardware detection *) Detect CentOS as a RHEL clone instead of a RHL clone. *) Improved Mac OS X detection in "shtool plaform". PR: ports/125852 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:45 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +0 -1 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.42: download - view: text, markup, annotated - select for diffs
Wed Jun 13 15:25:29 2007 UTC (4 years, 7 months ago) by vd
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -1 lines
* Upgrade devel/shtool from 2.0.6 to 2.0.7 * Add regression-test: target which is an alias for test:
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Apr 26 09:41:31 2006 UTC (5 years, 9 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -1 lines
* Update from 2.0.5 to 2.0.6 * Add `test' target to aid testing
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Feb 7 10:46:43 2006 UTC (6 years ago) by vd
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Update devel/shtool from 2.0.4 to 2.0.5 Approved by: garga (mentor)
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Feb 7 09:22:32 2006 UTC (6 years ago) by vd
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Update devel/shtool from 2.0.3 to 2.0.4 Approved by: garga (mentor)
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jan 20 06:12:03 2006 UTC (6 years ago) by vd
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Change my email address to the @FreeBSD one Approved by: garga (mentor)
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Oct 3 14:23:16 2005 UTC (6 years, 4 months ago) by az
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -4 lines
- Upadate to 2.0.3 - Pass maintainership to submiter - While I'm here: Utilize %%DATADIR%% in pkg-plist PR: ports/86862 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: sem (mentor)
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jun 15 19:56:49 2005 UTC (6 years, 7 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -3 lines
. Update to 2.0.2. . Use new MASTER_SITE and web page. PR: 82276 Submitted by: Ports Fury
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Aug 21 15:19:41 2004 UTC (7 years, 5 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
- Introduce MASTER_SITE_OSSP PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Aug 17 13:12:34 2004 UTC (7 years, 5 months ago) by pav
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
- Update to 2.0.1 PR: ports/70573 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jul 8 19:58:08 2004 UTC (7 years, 7 months ago) by sem
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +9 -6 lines
Update to 2.0.0 PR: ports/68801 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Approved by: krion (mentor)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Mar 14 11:23:25 2004 UTC (7 years, 10 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Resign maintainership of the ports corresponding to software I developed myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:22:58 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.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
De-pkg-comment.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Nov 2 13:52:16 2002 UTC (9 years, 3 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
upgrade to GNU shtool 1.6.2
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jul 13 18:34:22 2002 UTC (9 years, 7 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Upgrade to GNU shtool 1.6.1
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jun 14 18:54:24 2001 UTC (10 years, 7 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Upgrade to GNU shtool 1.5.4
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jun 14 14:36:19 2001 UTC (10 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Upgrade to GNU shtool 1.5.3
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Mar 25 14:02:42 2001 UTC (10 years, 10 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Upgrade to GNU Shtool, version 1.5.2
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jul 29 16:01:33 2000 UTC (11 years, 6 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Upgrade to GNU Shtool, version 1.5.1
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jul 1 13:51:54 2000 UTC (11 years, 7 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Upgrade to GNU Portable Shell Tool (shtool), version 1.5.0
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Apr 16 11:14:30 2000 UTC (11 years, 9 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Upgrade to GNU Portable Shell Tool (shtool), version 1.4.9
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Apr 14 05:44:26 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Convert to PORTNAME/PORTVERSION.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Mar 19 10:36:33 2000 UTC (11 years, 10 months ago) by rse
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Upgrade to GNU shtool, version 1.4.8
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Dec 24 21:39:56 1999 UTC (12 years, 1 month ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
Remove useless --enable-batch from CONFIGURE_ARGS. That still doesn't enable anything in GNU shtool, so get rid of it at all. Submitted by: brad@comstyle.com
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Dec 24 18:39:29 1999 UTC (12 years, 1 month ago) by mharo
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Dec 24 15:25:53 1999 UTC (12 years, 1 month ago) by rse
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Upgrade to GNU shtool 1.4.7
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Sep 5 13:43:36 1999 UTC (12 years, 5 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Upgrade to GNU Portable Shell Tool (shtool), version 1.4.6
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:50:15 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Change Id->FreeBSD.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 28 06:58:59 1999 UTC (12 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Upgrade to GNU shtool 1.4.5
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jul 17 14:57:20 1999 UTC (12 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Upgrade to GNU shtool 1.4.4
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jul 11 10:23:40 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -4 lines
GNU shtool 1.4.2 -> 1.4.3
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 9 16:00:33 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
GNU shtool 1.4.1 -> 1.4.2
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jul 7 18:55:00 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5 lines
Upgrade to GNU shtool 1.4.1
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 1 12:08:12 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Upgrade to GNU shtool 1.3.3
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 25 20:13:35 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5 lines
Upgrade to new GNU shtool, version 1.3.0
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 2 12:08:01 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Upgrade shtool to version 1.2.9
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri May 28 11:20:42 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Upgrade to shtool, version 1.2.8
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 17 06:23:42 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Upgrade to shtool, Version 1.2.7
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 6 12:49:57 1999 UTC (12 years, 9 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Upgrade to shtool 1.2.3
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 5 12:24:55 1999 UTC (12 years, 9 months ago) by rse
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Upgrade to shtool 1.2.2
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 29 15:32:56 1999 UTC (12 years, 9 months ago) by rse
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Upgrade to shtool 1.2.1
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 29 11:07:06 1999 UTC (12 years, 9 months ago) by rse
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Upgrade to shtool 1.2.0
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Apr 26 18:44:36 1999 UTC (12 years, 9 months ago) by rse
Branches: RSE
CVS tags: shtool_1_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of shtool, version 1.1.0 his is a compilation of small but very stable and portable shell scripts into a single shell tool. All ingredients were in successful use over many years in various Open Source projects. The compiled shtool program is intended to be used inside the source tree of Open Source packages. There it can overtake various non-portable tasks related to the building and installation of an Open Source package. It currently contains the following tools: echo Print command with optional construct expansion fixperm Fix file permission inside a source tree guessos Simple OS/Platform guesser install Install a program, script or datafile mkdir Make a directory mkshadow Create a shadow tree move Move files, but if files are the same just delete the source path Deal with $PATH variables prop Display a process indication though a running propeller slo Separate Linker Options by library class table Pretty print a field-sperarated list as a table version Generate and maintain a version information file The homepage with the latest release can be found on http://www.engelschall.com/sw/shtool/
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 26 18:44:36 1999 UTC (12 years, 9 months ago) by rse
Branches: MAIN
Initial revision
