Steve Wills
aa5f321aed
- Add TEST_DEPENDS to enable testing
...
- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS
2012-01-10 03:46:45 +00:00
Steve Wills
219d94eab0
- Add missing BUILD_DEPENDS and RUN_DEPENDS so the module works
...
- Bump PORTREVISION due to new RUN_DEPENDS
- Add TEST_DEPENDS to enable testing
2012-01-10 03:13:16 +00:00
Wesley Shields
ef3c306eac
Set IGNORE if building with clang. This port uses nested functions which
...
are a gcc extension and not supported by clang yet (if ever).
2012-01-10 02:54:08 +00:00
Jung-uk Kim
0a66e6819c
Improve a patch for IBus 1.4.0 from upstream and reduce diff.
2012-01-10 00:52:39 +00:00
Raphael Kubo da Costa
91b877d378
Update to 2.8.7.
...
Approved by: avilla (mentor, implicit), portmgr (pav via exp-run)
2012-01-10 00:51:43 +00:00
Daichi GOTO
d5e45fcadc
Update for ibus 1.4.0
2012-01-10 00:09:47 +00:00
Thomas Abthorpe
ebdda17c3d
- Update to 2.0
...
PR: ports/163889
Submitted by: maintainer
2012-01-09 23:42:55 +00:00
Rene Ladan
ce7918b9a1
- Update to 1.3.2
...
- Should be MAKE_JOBS_SAFE
- Clean up Makefile / pkg-plist
Changelog: http://torcs.sourceforge.net/index.php?name=News&file=article&sid=77
Security: http://www.vuxml.org/freebsd/e7fd27b2-3ae9-11e1-8b5c-00262d5ed8ee.html
2012-01-09 22:42:29 +00:00
Joseph S. Atkinson
4ad974cfcd
Update to 3.5.3.
...
Approved by: kwm (mentor)
2012-01-09 21:57:50 +00:00
Steve Wills
2bbc5c5eaa
- Add BUILD_DEPENDS to silence build warnings and enable testing
2012-01-09 21:53:05 +00:00
Steve Wills
87a305565c
- Add missing BUILD_DEPENDS to silence build warnings
2012-01-09 21:45:52 +00:00
Steve Wills
2a0a1038cb
- Add missing BUILD_DEPENDS to silence build warnings and enable testing
2012-01-09 21:22:23 +00:00
Pawel Pekala
599c515812
- Use autotools at build time, they are used when installed on system anyway
...
(this eliminates packaging errors seen only on live systems while
tinderbox builds are fine)
- Fix installation of collectd.conf.sample, patch src/Makefile.am to always
install it with same name
- Remove libgcrypt version check from configure.in, it breaks automake
process when libgcrypt is not installed
- Don't patch configure script, it's created on build phase now
PR: ports/163709
Reported by: Garrett Cooper <yanegomi@gmail.com>
Approved by: maintainer
2012-01-09 21:13:48 +00:00
Jung-uk Kim
5e11c41b5a
Update to 1.3.2.
2012-01-09 21:02:52 +00:00
Jung-uk Kim
19f77042a0
- Add a missing patch from ports/163791. [1]
...
- Note korean/ibus-hangul is available as well.
PR: ports/163961 [1]
2012-01-09 21:01:59 +00:00
Daniel Gerzo
73f8fdcebd
- update to 1.0.1
...
- unbreak build on 9.x [1]
Submitted by: Maxim Khitrov <max@mxcrypt.com> [1]
2012-01-09 20:59:12 +00:00
Pawel Pekala
e81659a8b7
- Update to version 0.97
...
- Add desktop entry
- Take maintainership
2012-01-09 20:52:32 +00:00
Mikhail Teterin
9921dc07c3
Fix my own patch to stop accumulation of zombie-processes.
...
Reported by: se@, Sergey Grigoriev, Stefan Sundberg
Add a handful of patches accepted by the author from different people.
Bump PORTREVISION.
2012-01-09 20:45:07 +00:00
Steve Wills
f7c8489170
- Use space to separate categories, not tab
2012-01-09 20:37:45 +00:00
Olli Hauer
eb76b5d303
- fix outdated download link
2012-01-09 20:00:53 +00:00
Ruslan Makhmatkhanov
ba01774a7c
- cleanup unsupported versions of FreeBSD
...
- whitespace fix in pkg-descr
Approved by: johans (maintainer)
2012-01-09 19:39:45 +00:00
Brendan Fabeny
b7b2c4fadf
Add cblas 1.0, reference implementation of the C interface to the legacy
...
Fortran BLAS.
2012-01-09 19:12:17 +00:00
Steve Wills
45a5545333
- Add missing BUILD_DEPENDS so the module works
...
- Expand value of RUN_DEPENDS before assigning it to BUILD_DEPENDS
- Add TEST_DEPENDS to enable testing
- Bump PORTREVISION due to new RUN_DEPENDS
2012-01-09 18:25:31 +00:00
Rene Ladan
3083a4d5cc
Document a untrusted local library exploit in games/torcs.
...
Security: CVE-2010-3384
2012-01-09 18:13:37 +00:00
Dmitry Marakasov
5c1bc7d89b
- Update to r198, remove memory limit
2012-01-09 18:12:04 +00:00
Dmitry Marakasov
fa96870d8d
- Update to r2164, remove memory limit
2012-01-09 18:12:03 +00:00
Dmitry Marakasov
f21518f3a4
- Update to 0.2.7
2012-01-09 18:11:55 +00:00
Dmitry Marakasov
4b6a361561
- Update to 1.2
2012-01-09 18:11:54 +00:00
Steve Wills
d796409950
- Add missing BUILD_DEPENDS and RUN_DEPENDS so the module works
...
- Add TEST_DEPENDS to enable testing
2012-01-09 17:30:33 +00:00
Michael Scheidell
c207bf6a9a
- patch to resolve THRIFT-1487 issue
...
PR: ports/163946
Approved by: gabor (mentor, implicit)
2012-01-09 17:26:45 +00:00
Michael Scheidell
d477272613
- Update to 2.3.5-ext1 [1]
...
- Fix path to vsftpd.conf in defs.h and builddefs.h old path /usr/local/etc/vsftpd.conf is not defined correctly [1]
- patch-sysdeputil.c removed (FreeBSD already detected in sources) [1]
PR: ports/163940 [1]
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1]
Approved by: gelraen.ua@gmail.com (maintainer), gabor (mentor, implicit)
2012-01-09 16:39:53 +00:00
Lars Balker Rasmussen
8a9861292e
Was interactive, have made the installation of the DDS.pm alias the default, instead of marking the
...
port IS_INTERACTIVE as suggested in the pr.
PR: 162071
Submitted by: Doug Barton <dougb@freebsd.org>
2012-01-09 16:14:57 +00:00
Sunpoet Po-Chuan Hsieh
f031db1397
- Update to 1.04
...
Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes
PR: ports/163895
Submitted by: sunpoet (myself)
Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
2012-01-09 16:12:34 +00:00
Sunpoet Po-Chuan Hsieh
5e62545324
- Update to 7.3
...
Changes: https://github.com/buganini/python-bsdconv/commits/master
PR: ports/163949
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2012-01-09 16:11:47 +00:00
Alex Dupre
365655dfe7
Update to 4.1.4 release.
2012-01-09 15:55:38 +00:00
Thomas Abthorpe
e0ac1afbf4
- The proper acronym for Apache Software License 2 is really AL2
...
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
2012-01-09 15:41:08 +00:00
Lars Balker Rasmussen
6b3c1c257a
The port asks the user a question. Tools like portmaster need to
...
know this so that they can inform the user.
PR: 162070
Submitted by: Doug Barton <dougb@freebsd.org>
2012-01-09 15:32:36 +00:00
Thomas Abthorpe
9535b93cb0
- Make pkg_add honour -p/-P
...
PR: ports/153573
Submitted by: ohauer
Exp run by: pav
2012-01-09 15:31:27 +00:00
Lars Balker Rasmussen
b622f23e99
The port asks the user a question. Tools like portmaster need to
...
know this so that they can inform the user.
PR: 162072
Submitted by: Doug Barton <dougb@freebsd.org>
2012-01-09 15:29:20 +00:00
Lars Balker Rasmussen
a88f7db3da
p5-ack comes with a plugin for bash shell completion (shells/bash_completion). This patch installs the plugin if the bash completion system is installed.
...
PR: 163517
Submitted by: Adam Weinberger <adamw@FreeBSD.org>
2012-01-09 14:59:32 +00:00
Jun Kuriyama
830f2f6374
- Update to r228301.
...
- Use /boot/modules like as other KLD ports [1].
- Create tarball to build on pointyhat cluster.
Submitted by: beat [1]
2012-01-09 14:58:27 +00:00
Lars Balker Rasmussen
2688018172
gist app written in perl moved into a different port.
2012-01-09 14:47:33 +00:00
Lars Balker Rasmussen
23d1ee86c8
Add p5-App-gist 0.04, gitHub Gist creator.
...
PR: ports/163813
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
2012-01-09 14:44:31 +00:00
Lars Balker Rasmussen
bfc931570d
Updated to 0.13.
...
Note that this version deletes the "gist" command, now found in the new p5-App-gist port.
PR: 163813
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
2012-01-09 14:41:18 +00:00
Alex Dupre
89f84bd07b
Modify XPI_ID in every place.
...
PR: ports/163781
Submitted by: Igor Ostapenko <igor.ostapenko@gmail.com>
2012-01-09 11:32:24 +00:00
Alex Dupre
1e6a2b068d
Update to 2.0.3 release.
...
PR: ports/163841
Submitted by: Barbara <barbara.xxx1975@libero.it>
2012-01-09 11:24:57 +00:00
Boris Samorodov
f7c8ebb473
A note about how to upgrade the graphics/inkscape port to version 0.48.2.
2012-01-09 08:43:11 +00:00
Emanuel Haupt
2ebb31b153
Update to 277
2012-01-09 08:34:17 +00:00
Jun Kuriyama
242a4c76ac
- Upgrade to 0.4.6.
...
PR: ports/162108, ports/163377
Submitted by: swills, pgollucci
2012-01-09 08:05:53 +00:00
Ganael LAPLANCHE
125df25992
Update to 4.3.4
2012-01-09 07:38:08 +00:00