| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=86939
|
|
|
|
|
|
|
| |
Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br>
Notes:
svn path=/head/; revision=86358
|
|
|
|
| |
Notes:
svn path=/head/; revision=86340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
start native JDK port build. linprocfs mounted become pre-requisite of
build after Linux SUN JDK port was updated to 1.4.2.
Add run-time (pre-build) check for linprocfs mounted as well.
Bump space requirements note about disk space required for build of
whole JDK 1.4.1 port and package to more appropriate value (as reported
by many people).
Notes:
svn path=/head/; revision=86264
|
|
|
|
|
|
|
|
|
|
| |
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
PR: 52195
Notes:
svn path=/head/; revision=86196
|
|
|
|
|
|
|
|
|
|
|
|
| |
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
2. Don't create directories for new files, invoke patch with -p0.
PR: 52195 [1]
Submitted by: David Yeske <dyeske@yahoo.com> [1 - based on]
Notes:
svn path=/head/; revision=86195
|
|
|
|
|
|
|
|
| |
these great pieces of software, so that let others with more free time
to take over them.
Notes:
svn path=/head/; revision=85841
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# Date created: June 1, 2001
# Whom: Ernst de Haan <znerd@FreeBSD.org>
#
# $FreeBSD: ports/java/jdom/Makefile,v 1.8 2003/07/23 14:30:27 znerd Exp $
#
PORTNAME= jdom
PORTVERSION= 1.0b9
CATEGORIES= java
MASTER_SITES= http://www.jdom.org/dist/source/
DISTNAME= ${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//}
MAINTAINER= znerd@FreeBSD.org
COMMENT= Java library for accessing and manipulating XML documents
BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant
USE_JAVA= 1.2+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//}
PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
TARGET_DIR?= ${PREFIX}/share/java/${PORTNAME}-${PORTVERSION}
ANT?= ${LOCALBASE}/bin/ant
ANT_TARGET= package javadoc
do-build:
@cd ${WRKSRC} && ${ANT} ${ANT_TARGET}
do-install:
@${ECHO} -n ">> Creating directory ${TARGET_DIR}..."
@${MKDIR} ${TARGET_DIR}
@${ECHO} " [ DONE ]"
@${ECHO} -n ">> Copying files..."
@${CP} -r ${WRKSRC}/* ${TARGET_DIR}
@${ECHO} " [ DONE ]"
@${ECHO} -n ">> Installing JAR..."
@${CP} ${WRKSRC}/build/jdom.jar ${PREFIX}/share/java/classes/
@${ECHO} " [ DONE ]"
.include <bsd.port.mk>
Notes:
svn path=/head/; revision=85452
|
|
|
|
|
|
|
|
| |
Reported by: kris
Pointy hat to: me
Notes:
svn path=/head/; revision=85451
|
|
|
|
|
|
|
|
|
|
| |
See:
ftp://javaww@207.25.253.61/developer/linuxia32/131SR5/fixes.html
Pointed out by: Lauri J. Jarvenpaa <Lauri.Jarvenpaa@students.turkuamk.fi>
Notes:
svn path=/head/; revision=85420
|
|
|
|
|
|
|
| |
Notify from: maintainer via fenner
Notes:
svn path=/head/; revision=85343
|
|
|
|
|
|
|
|
|
| |
it doesn't require user intervention to download and install.
PR: 30576
Notes:
svn path=/head/; revision=85308
|
|
|
|
|
|
|
|
| |
. Note that you now need to enable linprocfs for this port to work
correctly.
Notes:
svn path=/head/; revision=85307
|
|
|
|
| |
Notes:
svn path=/head/; revision=85284
|
|
|
|
|
|
|
|
| |
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
PR: 54615
Notes:
svn path=/head/; revision=85281
|
|
|
|
|
|
|
| |
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=85275
|
|
|
|
| |
Notes:
svn path=/head/; revision=85117
|
|
|
|
| |
Notes:
svn path=/head/; revision=85095
|
|
|
|
|
|
|
|
|
| |
xdoclet doesn't work.
2) Remove empty stylesheets directory that was messing up packaging.
Notes:
svn path=/head/; revision=85065
|
|
|
|
|
|
|
|
|
| |
Bumped PORTREVISION.
Pointed out by: Joshua Sahala <ntranc3d@yahoo.com>
Notes:
svn path=/head/; revision=85037
|
|
|
|
| |
Notes:
svn path=/head/; revision=84922
|
|
|
|
|
|
|
|
|
|
|
|
| |
stated in Eclipse PR 37846.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=37846
The REINPLACE_CMD-powered "refactoring" is somewhat brutal, but it
is better than 50+ patchfiles or a single large diff.
Notes:
svn path=/head/; revision=84894
|
|
|
|
|
|
|
|
|
|
|
| |
It may happen that ant does not have sufficient heap to zip the plugins
during installation.
Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup)
Verified by: Edmond Nolan <eddie@eddienolan.com>
Notes:
svn path=/head/; revision=84892
|
|
|
|
| |
Notes:
svn path=/head/; revision=84870
|
|
|
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
Notes:
svn path=/head/; revision=84865
|
|
|
|
|
|
|
| |
Requested by: des
Notes:
svn path=/head/; revision=84862
|
|
|
|
| |
Notes:
svn path=/head/; revision=84777
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
plugins. This basically means that Javadoc help and editor hover
links will work on Eclipse libraries when developing plugins and
SWT applications.
It requires some zipping and unzipping but at least we get the
correct tree installed (much like the available binaries for other
platforms).
Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup)
Notes:
svn path=/head/; revision=84775
|
|
|
|
| |
Notes:
svn path=/head/; revision=84720
|
|
|
|
|
|
|
|
|
|
| |
files. This will hopefully fix some build problems people have been
experiencing with bogus versions of these files being installed by Qt.
PR: 54180
Notes:
svn path=/head/; revision=84718
|
|
|
|
|
|
|
|
| |
PR: 54337, 54364
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Notes:
svn path=/head/; revision=84681
|
|
|
|
|
|
|
|
|
|
| |
. Ensure correct ownership after copying files.
. More consistent VM registration.
. Create/destroy the ${LOCALBASE}/share/doc/java in the packing list.
. Register/unregister the VM in the packing list.
Notes:
svn path=/head/; revision=84677
|
|
|
|
| |
Notes:
svn path=/head/; revision=84668
|
|
|
|
|
|
|
|
|
| |
Bumped PORTREVISION.
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
Notes:
svn path=/head/; revision=84653
|
|
|
|
|
|
|
| |
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=84652
|
|
|
|
|
|
|
|
|
|
|
| |
2. Install a symbolic link to the main shell script in ${PREFIX}/bin so
that people won't have to change $PATH to run it.
PR: 50481
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1 partially]
Notes:
svn path=/head/; revision=84610
|
|
|
|
|
|
|
| |
Over 160 bugs fixed, including some really annoying ejb tag mishandling.
Notes:
svn path=/head/; revision=84591
|
|
|
|
|
|
|
| |
(should speed up the build a bit).
Notes:
svn path=/head/; revision=84586
|
|
|
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
Notes:
svn path=/head/; revision=84582
|
|
|
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
Notes:
svn path=/head/; revision=84574
|
|
|
|
|
|
|
|
|
| |
PR: 54275
Submitted by: Ronald Klop <ronald@cs.vu.nl>
Pointed out by: "Sergey A. Osokin" <osa@freebsd.org>
Notes:
svn path=/head/; revision=84561
|
|
|
|
| |
Notes:
svn path=/head/; revision=84537
|
|
|
|
|
|
|
|
|
|
|
| |
2. More consistent javavm usage.
3. Create/delete /usr/local/share/doc/java in the packing list for
consistency.
Suggested by: des [1]
Notes:
svn path=/head/; revision=84536
|
|
|
|
|
|
|
|
| |
PR: 54239
Submitted by: Ronald Klop <ronald@cs.vu.nl>
Notes:
svn path=/head/; revision=84501
|
|
|
|
| |
Notes:
svn path=/head/; revision=84465
|
|
|
|
| |
Notes:
svn path=/head/; revision=84463
|
|
|
|
| |
Notes:
svn path=/head/; revision=84451
|
|
|
|
|
|
|
|
| |
PR: 53764
Submitted by: Anton Yudin <toha@toha.org.ua>
Notes:
svn path=/head/; revision=84355
|
|
|
|
| |
Notes:
svn path=/head/; revision=84319
|
|
|
|
| |
Notes:
svn path=/head/; revision=84226
|