Brooks Davis
3499d9b72d
Depend on devel/llvm29 as opengtl is not compatiable with the upcoming
...
upgrade to llvm-3.0.
2012-01-20 18:05:28 +00:00
Brooks Davis
fae520e1f6
Enable shared library support.[1]
...
Expand the conflict definition to include all other versions of llvm.
Requested by: avilla [1]
2012-01-20 17:46:35 +00:00
Brendan Fabeny
a3e35a5298
Use the right toolchain, not lang/gcc34; add a test target
2012-01-20 17:27:58 +00:00
Brendan Fabeny
f2a3597c79
The compiler flags contain '/', so use a different delimiter
...
with sed; set USE_FORTRAN; remove some unused variables
2012-01-20 17:26:00 +00:00
Alexey Dokuchaev
f5aa5faf94
- Check for supported CPU features per MACHINE_CPU variable; it is both more
...
clear, in line with what most other ports do, and more generic (no need to
account for amd64 which always has MMX and SSE2)
- Rephrase OPTION line a bit to fit in 80-char terminal while I am here
Approved by: x11 (eadler)
2012-01-20 16:32:06 +00:00
Greg Larkin
6ed7c761bd
- Updated to 0.4.0
...
ChangeLog: http://pear.php.net/package/VersionControl_SVN/download/0.4.0
- Restricted the dependency versions according to upstream requirements
2012-01-20 16:06:26 +00:00
MANTANI Nobutaka
d9db250101
Update to 1.7.2.
2012-01-20 16:00:23 +00:00
Greg Larkin
3a15b7e85b
- Update to 0.05 (non-functional to user, internal housekeeping and new repos)
...
ChangeLog: http://cpansearch.perl.org/src/DWHEELER/SVN-Notify-Filter-Markdown-0.05/Changes
2012-01-20 15:40:11 +00:00
Greg Larkin
05d552ab1b
- Updated to 0.30
...
ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Look-0.30/Changes
- Updated dependencies to reflect new upstream requirements
2012-01-20 15:33:24 +00:00
Brendan Fabeny
1f9bd2c098
correct a mirror subdirectory
2012-01-20 14:45:59 +00:00
Brendan Fabeny
4e36db0e98
steer users toward math/atlas while this port is being revised
2012-01-20 14:45:14 +00:00
Steve Wills
cb9c6c542f
- Put back PORTEPOCH which should never be removed
...
Pointyhat to: swills (myself)
Pointed out by: erwin
2012-01-20 14:39:59 +00:00
Ruslan Makhmatkhanov
9f07852dc2
- update to 0.54
...
PR: 163944
Submitted by: rm (myself)
Approved by: acm (via mail)
2012-01-20 14:37:05 +00:00
Frederic Culot
f321e464e3
- Update to 0.108
...
- Make use of CPAN:USER macro
Changes: http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
2012-01-20 14:05:32 +00:00
Doug Barton
63d0619c3b
Maintainer agrees to let me take it over.
...
Thank you for your help on this in the past. :)
2012-01-20 13:22:21 +00:00
Frederic Culot
6170da2374
- Update to 0.002
...
- Make use of CPAN:USER macro
Changes: http://search.cpan.org/dist/HTML-HTML5-Entities/Changes
2012-01-20 13:16:15 +00:00
Vanilla I. Shu
1b52d2aaad
Fix build with gcc46.
...
PR: ports/164331
Submitted by: Changming Sun <snnn119@gmail.com>
2012-01-20 13:09:16 +00:00
Doug Barton
56b8885186
Remove license info
2012-01-20 13:07:17 +00:00
Doug Barton
c8f0f11d2f
This port is now 8 months out of date, and needs updating for the new
...
version of xxe.
0.7.9:
Update URLs in xml2rfc_catalog.xml (making the patch obsolete)
Update xsl11toXep.xslt
0.8.0
Updates to support XMLmind XML Editor Version 5.x
2012-01-20 13:05:41 +00:00
Tilman Keskinoz
425c7f03e2
Add pcsc-tools, tools for testing PCSC cards and readers
...
First submission:
PR: 42702
Submitted by: bms
2012-01-20 13:03:48 +00:00
Doug Barton
41efa3cdf4
Upgrade to version 5.1.1, released 2012-01-10
...
There are some very nice improvements and new features in the 5.x branch.
See http://www.xmlmind.com/xmleditor/changes.html#v5.1.1 for more info.
2012-01-20 12:50:29 +00:00
Frederic Culot
610b6c8319
- Update to 3.87
...
Changes: http://search.cpan.org/dist/Object-InsideOut/Changes
2012-01-20 12:21:56 +00:00
Ruslan Makhmatkhanov
0eddfb8484
- update to 2.13.12
...
Changes:
- Prevent a cross-site-scripting attack against the default standard error
message handling. (CVE-2010-1104).
- Use in operator instead of deprecated has_key method (which is not implemented
by OFS.ObjectManager). This fixes an issue with WebDAV requests for skin objects.
VuXML entry will be added later this day.
2012-01-20 11:03:54 +00:00
Ruslan Makhmatkhanov
f6775ca256
- update to 3.7.3
2012-01-20 11:01:15 +00:00
Doug Barton
7d6ad43b14
Move the Bash completion file to ${PREFIX}/etc/bash_completion.d
...
Bump PORTREVISION for the WITH_BASH case
While here, remove the license info
2012-01-20 10:19:00 +00:00
Doug Barton
15a1d4ddc6
Apply a better fix for CC
...
While I'm here, remove the license info
PR: ports/163173
Submitted by: Jan Beich <jbeich@tormail.net>
2012-01-20 10:03:47 +00:00
Doug Barton
ca035c36e6
Update to 0.15.9, a bugfix release:
...
* fixed https crash
* added some functions missing from the python binding
* fixed rare piece picker bug
* fixed invalid torrent_status::finished_time
* fixed bugs in dont-have and upload-only extension messages
* don't open files in random-access mode (speeds up hashing)
2012-01-20 09:25:17 +00:00
Maho Nakata
e3837c2f01
Environmental variable CCX_NPROC has been replaced by OMP_NUM_THREADS.
...
Submitted by: pgf
2012-01-20 09:10:53 +00:00
Hiroki Sato
5c1b1f459e
Update to 2.4.
2012-01-20 03:41:30 +00:00
Sunpoet Po-Chuan Hsieh
5b1618350c
- Add TEST_DEPENDS
...
PR: ports/164262
Submitted by: swills
2012-01-20 03:33:38 +00:00
Sunpoet Po-Chuan Hsieh
6e59ecf002
- Update to 0.1426
...
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Validator-Custom/Changes
2012-01-20 02:00:41 +00:00
Marcelo Araujo
eada843b1d
- Update to 2.7.
2012-01-20 01:04:07 +00:00
Marcelo Araujo
cf95c5b5e5
- Update to 1.3.6.
2012-01-20 01:03:18 +00:00
Marcelo Araujo
96c42d7494
- Update to 3.3.12ga7.
...
- Improve the description into pkg-descr.
2012-01-20 01:01:45 +00:00
Florian Smeets
8ec72bcf4a
Update to 10.0.1
...
Security: www.vuxml.org/freebsd/dd698b76-42f7-11e1-a1b6-14dae9ebcf89.html
2012-01-20 00:59:41 +00:00
Doug Barton
882bfacfcc
Fix LIBDEPENDS != LIB_DEPENDS
...
Submitted by: eadler
2012-01-20 00:56:17 +00:00
Florian Smeets
e584afba0f
Update to 1.8.8.2
...
Security: www.vuxml.org/freebsd/dd698b76-42f7-11e1-a1b6-14dae9ebcf89.html
2012-01-20 00:53:14 +00:00
Doug Barton
848a0b4e4e
Quick typo fix, LIBDEPENDS != LIB_DEPENDS
...
Submitted by: jsa (maintainer)
Approved by: jsa (maintainer)
2012-01-20 00:40:28 +00:00
Florian Smeets
9bb456e9a3
- document asterisk remote crash vulnerability
2012-01-20 00:14:41 +00:00
Pawel Pekala
7d9f272f3d
- Update to version 1.3.12
...
- Disable documentation building when doxygen is found on system
- Respect WITHOUT_NLS
- Use bsd.port.options.mk
- Fix few portlint warnings
2012-01-19 23:17:19 +00:00
Baptiste Daroussin
f16cba880d
Google has created a set of fonts for it's ChromeOS Operating system.
...
The three standard ones closely mimic the most popular ones for
the Windows platform and the linuxso-called Liberation fonts but
are available under an OpenFont license.
Tinos, Arimo and Cousine, appear to be variations of the old
standard Times, Arial and Courier.
PR: ports/164229
Submitted by: Pedro Giffuni
2012-01-19 23:13:34 +00:00
Steve Wills
5c67a7dbf0
A Perl module which provides an enhanced database populate method
...
WWW: http://search.cpan.org/dist/DBIx-Class-Schema-PopulateMore/
2012-01-19 22:34:16 +00:00
Jason Helfman
1497f10ee4
- Update to 4.5.0
...
- Follow upstream support of MySQL 5.5
- Follow upstream dropping support of Java 1.5
Approved by: crees (mentor)
2012-01-19 21:14:01 +00:00
Chris Rees
8e2d831b93
Over to perl@ (really not being abandoned!)
2012-01-19 21:13:31 +00:00
Chris Rees
a72f4c50ac
Over to perl@ -- more exposure to criticism
2012-01-19 21:12:14 +00:00
TAKATSU Tomonari
830eea5095
- Update to 0.99.17
2012-01-19 20:36:09 +00:00
Tilman Keskinoz
beeae7d818
Fix plist
...
Submitted by: ale
2012-01-19 20:14:34 +00:00
Jason Helfman
a7643c4831
Document recent vulnerability of Apache Tomcat Server.
...
Approved by: rene (mentor)
2012-01-19 19:51:53 +00:00
TAKATSU Tomonari
7251bd857f
- Update to 1.9-5
2012-01-19 19:43:57 +00:00
Steve Wills
e9e0e32ffc
- Add forgotten PKGNAMEPREFIX
...
pointyhat to: swills (myself)
2012-01-19 19:36:27 +00:00