| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 May 2013 13:49:06
2.0.7
|
bapt  |
Convert to new options framework |
09 Nov 2011 15:26:04
2.0.7
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
28 Oct 2011 18:00:25
2.0.7
|
miwi  |
- Fix build FreeBSD 10 |
03 Jul 2011 14:59:23
2.0.7
|
ohauer  |
-remove MD5 |
28 Apr 2009 21:36:08
2.0.7
|
pgollucci  |
- Mark MAKE_JOBS_UNSAFE= yes
Approved by: pav (via irc on #bsdports)
Tested on: RideCharge TB, and P6 TB |
28 Apr 2009 20:15:24
2.0.7
|
vd  |
Fix the patch for ports/132828 which erroneously checked
__FreeBSD_version without including osreldate.h.
Not tesed on 8-CURRENT with /usr/include/signal.h after
Apr 17 (>= r191202). sledge is running r191005 from Apr 13,
pointyhat from Mar 7 and tb3.droso.net from Feb 22.
If this is still broken after the present patch then I will
install 8-CURRENT in a qemu...
Reported by: linimon, markm
PR: ports/132828 |
12 Apr 2009 18:53:44
2.0.7
|
vd  |
Do not include signal.h because it seems not to be necessary and its
inclusion breaks the compilation on FreeBSD 8.0. Limit this fix only
to FreeBSD versions where the breakage occurs to be on the safe side.
Thanks to das@, stas@, Coleman Kane, Peter Schuller and others that
discussed this issue.
PR: ports/132828 |
21 Aug 2008 06:18:49
2.0.7
|
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 ) |
01 Jun 2008 09:42:37
2.0.7
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
12 Feb 2007 16:04:14
2.0.7
|
vd  |
Get rid of WITH_SYSCALL_HARD and depend on whether PKGNAMESUFFIX is -hard
or not. |
12 Feb 2007 15:38:08
2.0.7
|
vd  |
Prepare devel/pth for the slave port devel/pth-hard that will be added
shortly.
PR: ports/108975
Submitted by: Martin Matuska <martin@matuska.org> |
19 Jun 2006 09:06:14
2.0.7
|
vd  |
Switch to USE_LDCONFIG |
16 Jun 2006 14:18:59
2.0.7
|
vd  |
Upgrade from 2.0.6 to 2.0.7 |
04 May 2006 21:41:12
2.0.6
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
20 Jan 2006 06:12:05
2.0.6
|
vd  |
Change my email address to the @FreeBSD one
Approved by: garga (mentor) |
23 Nov 2005 11:57:30
2.0.6
|
flz  |
- Update to 2.0.6.
PR: ports/89449
Submitted by: maintainer |
15 Nov 2005 15:44:39
2.0.5_1
|
nork  |
Fix pkg-plist WITH_SYSCALL_HARD, and Bump PORTREVISION.
Approved by: Vasil Dimov <vd@datamax.bg> (maintainer) |
26 Oct 2005 18:59:25
2.0.5
|
mnag  |
Update to 2.0.5
Take MAINTAINER
PR: 88037
Submitted by: Vasil Dimov <vd@datamax.bg> |
17 Jun 2005 19:01:30
2.0.4
|
alfred  |
Explicitly disable "soft syscalls" when compiling WITH_HARD_SYSCALLS. |
15 Jun 2005 21:03:03
2.0.4
|
alfred  |
support toggling of HARD/SOFT syscalls. |
16 May 2005 14:11:40
2.0.4
|
danfe  |
- Adjust Makefile header slightly
- Mute in-place patching and unmute script install
- Do not pass CFLAGS twice in !OPTIMIZED_CFLAGS case
- Utilize OPTIONS |
16 May 2005 13:58:45
2.0.4
|
danfe  |
Update to version 2.0.4, the latest from GNU. |
12 Apr 2005 03:26:57
2.0.3
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
2.0.3
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
15 Dec 2004 00:06:16
2.0.3
|
mi  |
Use vertical bar (``|'') instead of coma (``,'') for
sed-substitutions. Comas can occur within CFLAGS now. |
03 Dec 2004 17:30:58
2.0.3
|
rse  |
upgrade to (my ;-) GNU pth 2.0.3 |
10 Nov 2004 09:03:33
2.0.2
|
demon  |
Upgrade to version 2.0.2. |
02 May 2004 19:36:28
2.0.0
|
pav  |
- Support WITH_OPTIMIZED_CFLAGS knob
PR: ports/66102
Submitted by: michael johnson <ahze@ahze.net> |
10 Apr 2004 17:26:55
2.0.0
|
trevor  |
Tidy up whitespace. |
29 Jan 2004 07:24:56
2.0.0
|
trevor  |
SIZEify. |
21 Nov 2003 12:25:04
2.0.0
|
arved  |
Respect CFLAGS, should fix build on alpha |
20 Feb 2003 17:07:10
2.0.0
|
knu  |
De-pkg-comment. |
17 Feb 2003 11:15:32
2.0.0
|
rse  |
upgrade to GNU Pth (Portable Threads), version 2.0.0 |
28 Apr 2002 07:38:54
1.4.1_1
|
dirk  |
Add startup script for non standard library path.
PR: ports/37142
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
23 Mar 2002 10:59:25
1.4.1
|
kevlo  |
Update to 1.4.1
PR: 36115
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> |
20 Dec 2001 06:19:02 
|
sobomax  |
Backout previous change - it seems that new revision of the patch doesn't
apply everywhere. |
19 Dec 2001 20:20:23 
|
sobomax  |
Don't filter libc_r on 5-CURRENT. |
31 Oct 2001 08:20:45 
|
sobomax  |
Don't link in libc - FreeBSD doesn't need this. |
11 Sep 2001 15:49:45 
|
sf  |
install headers/libraries under its own directory, ${PREFIX}/includes/pth and
${PREFIX}/lib/pth, to avoid conflict with FreeBSD pthread. |
30 Jul 2001 17:38:49 
|
sobomax  |
Don't install useless .la files. |
06 Jun 2001 15:58:18 
|
ade  |
Revert maintainership to ports@FreeBSD.org since current maintainer appears to
be idle (see ports/25224) |
25 Mar 2001 14:12:17 
|
rse  |
Upgrade to GNU Portable Threads (Pth), version 1.4.0 |
16 Mar 2001 01:20:02 
|
archie  |
This patch fixes a scheduling bug and is to be incorporated in the next
version. In the meantime, apply with the port. |
08 Oct 2000 02:10:04 
|
asami  |
Convert category devel to new layout. |
01 Jul 2000 15:27:20 
|
rse  |
Upgrade to GNU Portable Threads (Pth), version 1.3.6 |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 
|
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:59:45 
|
sobomax  |
Third round of INSTALL_SHLIBS=yes fixes. |
03 Jun 2000 10:17:27 
|
asami  |
Add share/aclocal/pth.m4. |