1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

2412 Commits

Author SHA1 Message Date
Alex Dupre
3331709120 Update to 1.41 release. 2008-10-03 06:29:05 +00:00
Martin Wilke
bc294691dd - Update to 0.7722
PR:		127749
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-09-30 14:11:40 +00:00
Martin Wilke
3edf6fcb5f - Update to 0.6.1
PR:		127355
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2008-09-26 08:54:18 +00:00
Martin Wilke
1bc538f3aa - Update to 1.2.0
PR:		127352
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2008-09-24 09:08:42 +00:00
Greg Lewis
3a55ad1a9d . Fix the build when WITHOUT_MOZILLA is defined by removing the manual
inclusion of an (obsolete) copy of bsd.gecko.mk (its included when
  appropriate by the port setting USE_GECKO).

Submitted by:	ale
Approved by:	portmgr (pav)
2008-09-13 04:06:44 +00:00
Pietro Cerutti
3a7a5a527e - Add dependency to libGL
PR:		127239
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
Reported by:	QA Tindie
Approved by:	portmgr
2008-09-09 18:49:02 +00:00
Alex Dupre
d7f744d656 Update to 3.3.0 release for Eclipse 3.3 support. 2008-09-07 08:37:19 +00:00
Greg Lewis
206bef988c . Update to Eclipse Ganymede
Submitted by:	"Stephane E. Potvin" <sepotvin@videotron.ca>
2008-09-06 19:31:51 +00:00
Greg Lewis
371035ab61 . Update to Eclipse Europa, copied over from eclipse-devel. 2008-09-06 19:30:17 +00:00
Pav Lucistnik
e0c0cf9b56 - JAVA_VERSION=1.4 1.5 is better style than 1.4-1.5
Reported by:	hq
2008-09-05 19:10:12 +00:00
Pav Lucistnik
332c60ddbb - Backout previous commit, the problem was fixed in previous revision
Reported by:	hq
2008-09-05 18:12:21 +00:00
Pav Lucistnik
072014a8d6 - Update to 5.0.0.cr1, which also fixes build with jdk16
PR:		ports/126718
Submitted by:	Greg Lewis <glewis@eyesbeyond.com>
Approved by:	maintainer timeout (nemoliu; 14 days)
2008-09-04 19:33:59 +00:00
Pav Lucistnik
30e929a8f8 - Limit to jdk 1.4-1.5, does not build with jdk 1.6
Reported by:	pointyhat
2008-09-04 17:49:39 +00:00
Pav Lucistnik
fb30692e37 - Limit to jdk 1.4-1.5, does not build with 1.6
Reported by:	pointyhat
2008-09-04 17:45:03 +00:00
Pietro Cerutti
547538095e - New port: netbeans-devel
The NetBeans IDE 6.5 Beta release provides several new features and
enhancements, such as a new IDE-wide QuickSearch shortcut, more
user-friendly interface, and automatic Compile on Save. In addition
to full support of all Java editions (Java SE, Java EE, Java ME), the
NetBeans IDE is the ideal tool for software development with PHP,
C/C++, Groovy and Grails, Ruby and Rails, Ajax and JavaScript.
The 6.5 release also includes enhanced support for web frameworks
(Hibernate, Spring, JSF, JPA), the GlassFish application server, and
databases.

More here: http://www.netbeans.org/community/releases/65/
2008-09-04 14:25:39 +00:00
Max Khon
c67ded42cf Remove empty files. 2008-09-03 14:45:10 +00:00
Max Khon
92de834c22 - Update to 1.5.2
- Assign maintainership to PR submitter

PR:		125828
Submitted by:	Jonathan Chen
2008-09-03 14:41:58 +00:00
Herve Quiroz
eb21a45aa2 Fix build with Java 1.6
Reported by:	pointyhat
2008-09-02 08:13:30 +00:00
Greg Lewis
bfd6dd9584 . Enforce JAVA_VERSION of 1.6 on FreeBSD 7.x and better. While jdk15 will
work, diablo-jdk15 won't, so the safest way to do this is to just
  enforce jdk16 or diablo-jdk16.
. Enforce using something that was compiled on FreeBSD 8.x since the binary
  packages are likely to cause problems.
2008-08-29 05:27:16 +00:00
Herve Quiroz
8335546f70 Update to 3.2.1
PR:		125722
Submitted by:	Wen heping <wenheping@gmail.com>
2008-08-26 07:26:16 +00:00
Rong-En Fan
4206b8043e Overhaul the port.
- Define USE_LINUX as it installs Linux binaries (bump PORTREVISION)
- Remove ONLY_FOR_ARCH since it's an Linux binary port
- Extract contents in WRKSRC at do-extract target (was done in do-install)
- Move patching work from do-install to do-patch
- Use SUB_FILES for pkg-message substitution
2008-08-25 13:15:16 +00:00
Rong-En Fan
6259bcd11a - The port contains 32bit Linux binaries and we can run them on amd64, so
mark this port works for amd64, too.
- Update download URL since the old one does not work anymore

PR:		ports/126755
Submitted by:	Douglas William Thrift <douglas at douglasthrift.net>
2008-08-25 10:44:44 +00:00
Greg Lewis
ae29a3bbe3 . Revert the change to create a build dependency on the bootstrapping JDK
if it already exists.  Since the bootstrap JDK can be an already
  installed instance of itself this creates a circular dependency which
  breaks portmaster and possibly other port management tools.
2008-08-25 03:25:31 +00:00
Rong-En Fan
a1028550a2 - Always define BUILDDIR. This fixes build when NOPORTDOCS is defined.
Reported by:	QAT
2008-08-24 10:06:04 +00:00
Greg Lewis
456101e5af . Fix some portlint warnings:
. Unquote RESTRICTED.
  . Begin IGNORE with a lower case letter.
  . printf -> ${PRINTF}
. Remove some unnecessary whitespace.
2008-08-20 04:13:02 +00:00
Greg Lewis
1aec149d04 . Remove some unnecessary whitespace.
. printf -> ${PRINTF}.
2008-08-20 04:03:51 +00:00
Greg Lewis
582d67b410 . If DISTFILES are missing then print out the instructions to get them
nicely formatted and error out rather than trying to use IGNORE and
  resetting ECHO_MSG.
2008-08-19 23:18:36 +00:00
Greg Lewis
f2ee68448d . A number of small enchancements:
. Actually create a valid BUILD_DEPENDS for the bootstrap JDK instead of
    just skipping it.
  . Make the default bootstrap JDK diablo-jdk16 rather than diablo-jdk15.
    We should actually try and get this from bsd.java.mk somehow.
  . Fix some portlint warnings:
    . No quotes for RESTRICTED and NO_CDROM.
    . Use variables for executables rather than the raw names.
  . If DISTFILES are missing then print out the instructions to get them
    nicely formatted and error out rather than trying to use IGNORE and
    resetting ECHO_MSG.
  . Fix some grammar errors in various messages printed out by the port.
2008-08-19 18:50:20 +00:00
Greg Lewis
c317d29df2 . Fix printing out the download directions.
Reported by:	itetcu@
2008-08-18 15:36:23 +00:00
Greg Lewis
8a9c241362 . Add ports for the Diablo 1.6 (aka 6.0) releases for both the JDK and JRE. 2008-08-18 02:36:50 +00:00
Eric Anholt
d661e422dd Drop maintainership on my ports as I'm no longer using FreeBSD. 2008-08-06 20:41:05 +00:00
Martin Wilke
3a3b8cad2b - Update to 2.5.5
PR:		126220
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2008-08-06 16:23:09 +00:00
Nicola Vitale
0a4765c48d - Update to 1.1.7.015414 2008-08-01 19:41:18 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
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