| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
1.0.1
|
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
12 Mar 2008 13:27:28
1.0.1
|
jadawin  |
- Update maintainer address
Approved by: thierry (mentor) |
12 Oct 2007 14:54:57
1.0.1
|
tabthorpe  |
- Update to 1.0.1
- Pet portlint
- Rass maintainership to submitter
PR: ports/117134
Submitted by: Philippe Audeoud <jadawin tuxaco.net>
Approved by: clsung (mentor, implicit) |
23 Jan 2007 05:47:41
1.0.0
|
rodrigc  |
Only compile on i386 and amd64, due to requirement for rdtsc() function. |
23 Jan 2007 05:34:13
1.0.0
|
rodrigc  |
- FreeBSD patches to include <machine/cpufunc.h> to get rdtsc() function,
instead of using local one in hourglass.h.
- Other minor amd64 compilation fixes. |
20 Jan 2007 17:30:40
1.0.0
|
rodrigc  |
PR: 108154
- respect PTHREAD_LIBS and PTHREAD_CFLAGS
- add WITH_LINUXTHREADS tunable to override PTHREAD_LIBS and PTHREAD_CFLAGS
with linuxthreads port |
04 Sep 2006 09:35:44
1.0.0
|
linimon  |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
13 May 2006 05:15:53
1.0.0
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
24 Jan 2006 01:06:45
1.0.0
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Apr 2005 04:26:57
1.0.0
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
1.0.0
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
12 Apr 2004 16:54:56
1.0.0
|
thierry  |
Add hourglass 1.0.0, a real-time application useful to learn how
CPU scheduling works.
PR: 64635
Submitted by: Olivier Tharan
Approved by: pav (mentor). |