Baptiste Daroussin
54eaefebf1
Add forgotten patches
...
Reported by: (pointyhat) Pav
2011-03-11 07:11:26 +00:00
Mark Linimon
674f8a50d0
Enable build on powerpc64. Tested on i386, no regression.
...
PR: ports/155310
Submitted by: andreast
Approved by: lwhsu (python team)
2011-03-11 05:38:57 +00:00
Baptiste Daroussin
2345429ec4
- upgrade to 2.1
2011-03-09 16:43:26 +00:00
Johan van Selst
7312e03472
- Remove broken workaround when security/nettle is installed
...
and register it as CONFLICTS_BUILD instead
- Remove md5 checksum while we're here
Reported by: pointyhat via pav
2011-03-07 23:19:36 +00:00
Dmitry Marakasov
5767a87a7f
- Update to 1.0.93
...
PR: 154168
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
2011-03-07 19:42:56 +00:00
Emanuel Haupt
1bf4b2310b
Unify maintainer address for emulation ports.
...
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org )
Discussed with: netchild (emulation)
2011-03-07 15:08:25 +00:00
Wen Heping
cd7a0077ee
- Apply two patch from svn.python.org to fix CVE-2010-3493 and SA43463
...
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-3493
http://secunia.com/advisories/43463
2011-03-07 06:57:38 +00:00
Wen Heping
da7f87fe17
- Remove obsolete gnat-doc(3.15p) ports
...
PR: ports/153676
Submitted by: John Marino <freebsdml@marino.st>
2011-03-07 06:38:10 +00:00
Dennis Herrmann
f26496880b
- Update to 20110305
2011-03-06 12:31:25 +00:00
Stanislav Sedov
850754b1d5
- Update to 1.2.2.
2011-03-05 02:51:15 +00:00
Gerald Pfeifer
a4ce7ef0bf
Update to the 20110303 snapshot of GCC 4.5.3. The change for code
...
generation on i386 to default to i486 on FreeBSD 6 and above is now
upstream, so we can shed our specific patch.
2011-03-04 13:46:27 +00:00
Alex Dupre
a298707282
librt is not needed, but we have nanosleep, fix check.
2011-03-04 08:11:21 +00:00
Emanuel Haupt
1f1c285bba
Add a more reliable mirrors for fc4 and f10 linux emulation ports.
...
Triggered by: distilator
Reviewed by: netchild (emulation)
2011-03-03 09:26:45 +00:00
Alex Dupre
935c10e602
Don't link with librt, nanosleep is in libc.
...
Spotted by: ache
2011-03-03 08:20:27 +00:00
Cy Schubert
1fa2f8be00
Update 2.051 --> 2.052.
2011-03-03 05:13:38 +00:00
Cy Schubert
8ad80d0dd2
Update 1.066 --> 1.067.
2011-03-03 04:22:41 +00:00
Cy Schubert
e9593a1133
This files contains trailing CRLF (msdos format). Remove the trailing CR,
...
converting the CRLF at the end of each line to LF.
2011-03-03 04:06:10 +00:00
Daniel Eischen
4dc92bd607
Add gnathtml.pl to the package list; it was missing.
...
Pointed out by: Martin Wilke
2011-03-01 03:18:20 +00:00
Sylvio Cesar Teixeira
4d4485fe7b
- Update to 8.2
...
PR: ports/155117
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
2011-02-28 18:17:14 +00:00
Alexander Leidinger
252e481b40
Deprecate all non-default Fedora based linux_base respectively linux-fx-*
...
ports. All of them are End of Life (no security updates) since a loooong time.
As they are not the default, I decided to go with a short expiration date (one
month). The maintainer of the few ports which depend upon the f8 infrastructure
is informed to take action (update to the default f10 infrastructure, or to
deprecate).
2011-02-28 14:07:23 +00:00
Li-Wen Hsu
e1537c17b9
- Link the shared library to correct name
...
Reported by: Alex Vasylenko <lxv AT omut.org>
2011-02-28 05:40:03 +00:00
Li-Wen Hsu
2c49e3321b
- Suport PEP 3149 -- ABI version tagged .so files
...
This fixes building with UCS4 or PYMALLOC turned off.
2011-02-27 15:39:49 +00:00
Thomas Abthorpe
73c7900f5b
- Reassign ports to heap
...
Submitted by: alepulver
2011-02-27 04:54:41 +00:00
Mark Linimon
e01dea753d
Mark as broken on -CURRENT: needs distinfo update.
2011-02-27 04:43:22 +00:00
Gerald Pfeifer
a74bb0926e
Update to the 20110226 snapshot of GCC 4.6.0. The change for code
...
generation on i386 to default to i486 on FreeBSD 6 and above is now
upstream, too, so we can shed our specific patch.
2011-02-27 01:11:53 +00:00
Li-Wen Hsu
c81e89ab7f
- Remove using of ?=, this port is a not a master port
...
- Using variable provided by PLIST_SUB in pkg-plist
2011-02-26 11:41:39 +00:00
Li-Wen Hsu
4420c18f00
- Finish removal of PLIST trick and OpenSSL 0.9.8 detection.
...
Now supported FreeBSD versions are all use OpenSSL greater
than 0.9.8 . This also fixes the problem of generating and
leaving pkg-plist.tmp in /usr/ports/lang/python32 .
- Add some PLIST_SUB anchors, this does:
* Not being conflict with default python version
(the one installed as /usr/local/bin/python)
* Make life easier for later 3.2.x (and higher) updates
* Add NO_NIS support back
2011-02-26 11:31:09 +00:00
Gerald Pfeifer
5f4b6daa43
Update to the 20110224 snapshot of GCC 4.5.3.
2011-02-26 08:56:38 +00:00
Brooks Davis
22b813c155
Upgrade to r126497 and in particulr pick up r126226 which fixes stack
...
alignment.
2011-02-25 18:53:15 +00:00
Xin LI
03b42818c9
Chase after net/openldap24-server update.
...
Reminded by: miwi
2011-02-25 01:32:17 +00:00
Mark Linimon
a0d6245c01
Changes to make python ports work on powerpc (32-bit mode; 64-bit not
...
yet tested).
Tested on: powerpc, i386
Hat: portmgr
PR: ports/153657 (partial)
Submitted by: andreast
2011-02-24 23:50:28 +00:00
Mark Linimon
314cb862ff
Changes to make python ports work on powerpc (32-bit mode; 64-bit not
...
yet tested).
Tested on: powerpc, i386
Hat: portmgr
PR: ports/153657 (partial)
Submitted by: andreast
2011-02-24 23:50:27 +00:00
Mark Linimon
a24db69934
Changes to make python ports work on powerpc (32-bit mode; 64-bit not
...
yet tested).
Tested on: powerpc, i386
Hat: portmgr
PR: ports/153657 (partial)
Submitted by: andreast
2011-02-24 23:50:26 +00:00
Brooks Davis
d843069c0e
Upgrade to LLVM and Clang r126079 to match the version in HEAD.
...
Add support to the LLVM makefile to set SVN_REV externally to make
upgrading to a specific version easier.
2011-02-24 21:54:36 +00:00
Dirk Meyer
1059efe47e
- update to 1.2
2011-02-24 07:26:46 +00:00
Gerald Pfeifer
77eff505c7
Update to the 20110222 snapshot of GCC 4.4.6.
2011-02-23 08:50:37 +00:00
Gerald Pfeifer
cc0c80be71
Update to the 20110217 snapshot of GCC 4.5.3.
...
By means of an extra patch code generation on i386 now defaults to
i486 on FreeBSD 6 and above. [1]
Submitted by: tijl [1]
Reported by: Yuri Karaban <tech@askold.net> [1]
PR: 154364 [1]
2011-02-22 19:44:39 +00:00
Gerald Pfeifer
d5804fb6b8
Update to the 20110219 snapshot of GCC 4.6.0.
...
This addresses the pollution of common namespace by
share/python/aotcompile.py and share/python/classfile.py which are
now saved in version-specific directories.
By means of an extra patch default code generation on i386 now
defaults to i486 on FreeBSD 6 and above. [1]
Submitted by: tijl [1]
Reported by: Yuri Karaban <tech@askold.net> [1]
PR: 154364 [1]
2011-02-22 18:57:48 +00:00
Gerald Pfeifer
13f863d3af
Update to the 20110219 snapshot of GCC 4.6.0.
...
This addresses the pollution of common namespace by
share/python/aotcompile.py and share/python/classfile.py which now
go into version-specific directories.
By means of an extra patch default code generation on i386 defaults
to i486 on FreeBSD 6 and above. [1]
Submitted by: tijl [1]
Reported by: Yuri Karaban <tech@askold.net> [1]
PR: 154364 [1]
2011-02-22 18:56:53 +00:00
Wen Heping
99b07ea914
- Connect lang/python32
2011-02-22 07:57:13 +00:00
Wen Heping
24fc729f59
- Update to 3.2.0 and complete repocopy
...
PR: ports/153829
Submitted by: Wen Heping (myself)
Reviewed by: miwi@
2011-02-22 07:44:48 +00:00
Lars Engels
0641222ae1
Update to 20110216 snapshot
...
PR: ports/154861
Submitted by: joel (maintainer)
2011-02-18 18:18:39 +00:00
Dirk Meyer
c86e5ab6e5
- update to 1.1.1
2011-02-18 17:32:12 +00:00
Wen Heping
3f7845fc82
- Fix fetch on amd64 platform
...
Reported by: pointyhat
2011-02-18 00:15:54 +00:00
Wen Heping
cf23106cd3
- Update to 0.24.0
...
PR: ports/154258
Submitted by: Wen Heping (myself)
Approved by: maintainer(timeout, >3 weeks)
2011-02-17 01:08:57 +00:00
Sergey Skvortsov
751b6823f9
Update to 3.1.0
...
Changes: http://www.parrot.org/news/2011/Parrot-3.1.0
http://www.parrot.org/news/2011/Parrot-3.0.0
2011-02-16 18:37:37 +00:00
Thomas Abthorpe
7387137ea8
Reassign ports to the pool, thanks for your service, we hope to see you
...
back.
2011-02-16 03:46:50 +00:00
Gerald Pfeifer
af1054cb2e
Remove debug code. Completely harmless, but...
2011-02-16 02:14:12 +00:00
Gerald Pfeifer
24ee1b205c
Update to the 20110215 snapshot of GCC 4.4.6.
...
Unbreak the case where CPPFLAGS is already pre-initialized. [1]
Reported by: avg [1]
2011-02-16 02:12:44 +00:00
Wen Heping
99d52a0079
GNAT AUX is based on the trunk version of Free Software Foundation's GNU
...
Compiler Collection. It carries with it the GMGPL license, the modified
version of the GPL that exempts generic instantiation from resulting in
a GPL-licensed executable. This version of GNAT also carries with it the
GCC Runtime Library Exception, so the resulting binaries have no licensing
requirements. Binaries produced by GNAT AUX should be handled the same as
binaries produced by any FSF GNAT compiler.
GNAT AUX implements the full Ada-83, Ada-95, and Ada-2005 language standards.
It also implements some features of the draft Ada-2012 standard, which are
optionally accessible via the -gnat2012 switch or Ada_2012 pragma.
WWW: http://www.dragonlace.net/
PR: ports/153828
Submitted by: John Marino <freebsdml@marino.st>
2011-02-15 07:32:50 +00:00