Alex Dupre
2f81495b64
Update to 1.40 release.
2008-07-14 06:09:07 +00:00
Greg Lewis
6dc6d22c10
. Update to tzupdater 1.3.6.
...
PR: 125469
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
2008-07-13 18:18:44 +00:00
Greg Lewis
0d7c30a63c
. Update to 1.4.2_18.
2008-07-13 17:24:54 +00:00
Greg Lewis
9f4c51bee7
. Update to 1.5.0_16.
2008-07-13 16:35:19 +00:00
Greg Lewis
2dc0b1f660
. Update to Update 7.
2008-07-13 05:10:04 +00:00
Greg Lewis
6e5f7fa1db
. Update to tzupdater 1.3.6.
...
PR: 125469
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
2008-07-13 02:33:12 +00:00
Greg Lewis
83d97b3279
. Update to tzupdater 1.3.6.
...
PR: 125469
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
2008-07-12 21:02:25 +00:00
Greg Lewis
c1d76b5940
. Update to tzupdater 1.3.6.
...
PR: 125469
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
2008-07-12 16:52:21 +00:00
Martin Wilke
b981b05f83
- Fix build
...
PR: 125418
Submitted by: maintainer
Reported by: pavbot
2008-07-09 08:35:11 +00:00
Pav Lucistnik
2b186c48a2
- Mark BROKEN: does not package
2008-07-08 22:03:15 +00:00
Andrey Slusar
1d632b1623
- Change mantainership to Brad Clawsie
...
PR: ports/122955
Submitted by: maintainer
Approved by: clawsie at fastmail dot fm via email
2008-07-05 05:01:59 +00:00
Nicola Vitale
13c026151e
- Update to 1.3.18
2008-07-03 13:15:41 +00:00
Lev A. Serebryakov
9c0af88e61
(1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set
...
(2) Fix CATEGORIES for devel/*-subversion ports
(3) Add note to UPDATING about neon26/neon28 transition and
binding changes.
PR: ports/125168 [2]
Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3]
2008-07-02 05:21:39 +00:00
Greg Lewis
af0f8abc61
. Update to 1.4.2_17.
...
PR 124454
Submitted by: gahr@
2008-07-02 05:14:39 +00:00
Greg Lewis
4b5ebe33b8
. Report when the time zone data is being updated.
...
. Error if the time zone update fails. This is a bit of a double edged
sword. It prevents installing a broken port with a broken packing list
if Diablo won't run on this version of FreeBSD, but it also creates a
situation where the install can fail without really needing to if you
have to retry it for some reason (e.g. you forget the root password when
installing as a user). If the latter is the case, you'll need to first
clean to before trying to install again to resolve the issue.
Making pre-install somewhat bogusly pre-install or checking for the
existence of an updated time zone file before running tzupdate may
alleviate the problem with this solution.
PR: 125085
2008-07-01 05:47:11 +00:00
Lev A. Serebryakov
7979636c95
Fix CATEGORIES for subversion & binding ports.
2008-06-30 12:39:14 +00:00
Lev A. Serebryakov
54259416d2
Add subversion-java: high-level bindings for Java and subversion VCS.
2008-06-30 10:04:47 +00:00
Ion-Mihai Tetcu
fbacd72097
- respect NOPORTDOCS and NOPORTEXAMPLES
...
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run
Approved by: maintainer timeout on BotMail
2008-06-28 11:52:27 +00:00
Ion-Mihai Tetcu
67d11da33e
- s/NOPORTDOCS/NO_INSTALL_MANPAGES/ where needed
...
- use MAN1 for man page anr remove it from plist
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run
2008-06-28 11:25:26 +00:00
Jimmy Olgeni
b860ade270
Unbreak and make fetchable again.
...
Implement memory detection in startup script.
Submitted by: Dr. A. Haakh <bugReporter(at)Haakh.de>
2008-06-25 22:07:03 +00:00
Greg Lewis
e211b79763
. Don't cheat on BUILD_DEPENDS in regards to a bootstrap JDK as this
...
confuses portmaster, which (understandably) expects that we didn't
fake up our bootstrap dependency.
Instead, only set up a BUILD_DEPENDS for a bootstrap if there isn't one
installed. A more complicated and arguably more correct patch would
always set up the BUILD_DEPENDS for the bootstrap JDK but would do so
correctly based on what it found to use.
This almost certainly needs to happen to the other jdk* ports, but I'm
going to await some positive feedback before doing so.
2008-06-25 04:51:30 +00:00
Felippe de Meirelles Motta
f9299030c5
- Remove java/bsh port after repocopy to lang/bsh, changing your main category.
...
Pointy hat to: lippe
Reported by: araujo
Approved by: gabor (mentor, implicit)
2008-06-23 14:16:35 +00:00
Pietro Cerutti
25a4c5baed
- Update to 1.4.1
...
PR: 124206
Submitted by: yours truly
Approved by: nemoliu (maintainer)
2008-06-23 07:50:43 +00:00
Martin Wilke
01a458fa7b
- Fix build
...
Reported by: pavbot
Approved by: maintainer implicit
2008-06-22 19:53:55 +00:00
Pav Lucistnik
f89a024c7d
- Mark BROKEN: unfetchable
2008-06-22 19:14:41 +00:00
Martin Wilke
485e12f2b1
- Fix build with jdk16
...
PR: 123624
Submitted by: Andrew Reilly <areilly@bigpond.net.au>
Approved by: maintainer
2008-06-21 09:20:11 +00:00
Martin Wilke
af6fd22b24
JTiger is a unit test framework and tools for the Java 2 Platform. The
...
framework provides a useful abstraction on which to write unit test
fixtures and unit test cases. JTiger tools provide functionality
that is often desired in software unit testing environments. JTiger
development encourages Test Driven Development, though it doesn't
mandate it, and any unit testing software development technique
is sufficient.
WWW: http://www.jtiger.org
PR: ports/124209
Submitted by: Wen Heping <wenheping at gmail.com>
2008-06-20 14:38:40 +00:00
Pietro Cerutti
6a9dca8ecd
- Update to 1.1.1
...
- Adjust download URL
PR: 124204
Submitted by: yours truly
Approved by: maintainer timeout
2008-06-19 09:43:53 +00:00
Pav Lucistnik
6da29a94fa
- This port has been BROKEN for more than 6 months. It will be removed unless
...
fixed in next two months.
With hat: portmgr
2008-06-19 02:54:54 +00:00
Alex Dupre
e7a6f09777
Set IGNORE if NOPORTDOCS is set: this port installs only documentation.
2008-06-08 09:04:28 +00:00
Marcelo Araujo
a6aa442060
- Update to 5.12.0.4. [1]
...
- Reset maintainer.
PR: ports/123162 [1]
Submitted by: Wen Heping <wenheping@gmail.com>
2008-06-07 02:45:53 +00:00
Edwin Groothuis
090059a210
Bump portrevision due to upgrade of devel/gettext.
...
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
2008-06-06 14:17:21 +00:00
Ion-Mihai Tetcu
b6e2c14a4c
Update to 1.4.0 and unbreak.
...
PR: ports/123854
Submitted by: maintainer
2008-06-05 08:12:58 +00:00
Ion-Mihai Tetcu
50e40690ae
Broken, The URL to manually fetch the DISTFILES gives a 404.
...
Submitted by: QA Tindy run
2008-06-05 08:05:38 +00:00
Martin Wilke
f52b04d279
- Fix buid
...
Submitted by: pavbot/maintainer
2008-05-25 20:13:29 +00:00
Martin Wilke
af49d11845
- Fix build
...
Submitted by: pavbot/maintainer
2008-05-22 09:55:38 +00:00
Nicola Vitale
b6f19e58e2
- Update to 1.3.17
2008-05-21 15:59:50 +00:00
Martin Wilke
e92c2d7d19
- Fix build/install problems
...
PR: 120959
Reported by: Andrew Reilly <areilly@bigpond.net.au>
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
2008-05-18 09:32:01 +00:00
Mikhail Teterin
a3ac6d0233
Upgrade from 3.2.13 to 3.2.76.
...
PR: ports/123699
Submitted by: Lapo Luchini
2008-05-16 22:34:46 +00:00
Greg Lewis
c4aa41237d
. Enable system tray support for Enlightenment.
...
Submitted by: gahr@
2008-05-16 01:40:51 +00:00
Jimmy Olgeni
694b9167b2
Upgrade to version 6.1.
2008-05-14 21:16:57 +00:00
Jimmy Olgeni
0f1fe50ab6
Add support for running module suites in place on FreeBSD.
...
PR: ports/121001
Submitted by: Stefan Schmidt <stefan.schmidt(at)stadtbuch.de>
2008-05-14 19:59:29 +00:00
Greg Lewis
422be08af9
. Update to Eclipse 3.3.2.
...
Submitted by: Ken Yamada
2008-05-10 03:51:42 +00:00
Greg Lewis
30d270a334
. Update to tzupdater 1.3.5. This patch is based on that submitted in the
...
PR but also fixes the path to tzupdater and bumps PORTREVISION.
PR: 123189
Submitted by: Greg Larkin
2008-05-06 06:05:39 +00:00
Herve Quiroz
a2a90129c1
- Update to version 4.4 [1]
...
- Remove Java 1.1 related logic
PR: 122520 [1]
Submitted by: Wen heping <wenheping@gmail.com> [1]
2008-05-05 19:49:20 +00:00
Tilman Keskinoz
8708e9b82c
Drop maintainership, as it looks like i am motivated enough to fix this port.
2008-05-03 20:06:22 +00:00
Greg Lewis
b861b03f77
. Update to tzupdater 1.3.5. This patch is based on that submitted in the
...
PR but also fixes the path to tzupdater and bumps PORTREVISION.
PR: 123190
Submitted by: Greg Larkin
2008-05-03 15:52:45 +00:00
Greg Lewis
d1f323c075
. Update to tzupdater 1.3.5. This patch is based on that submitted in the
...
PR but also fixes the path to tzupdater and bumps PORTREVISION.
PR: 123191
Submitted by: Greg Larkin
2008-05-03 15:50:22 +00:00
Greg Lewis
0735038dc5
. Use the correct specifier for printing a size_t.
...
Noticed by: Andrei V. Lavreniyuk (via -Wformat)
2008-05-03 15:49:27 +00:00
Pav Lucistnik
1b205f9aa2
- Does not configure: configure: error: cannot find jni.h
...
Reported by: pointyhat
2008-05-03 15:25:31 +00:00