| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
|
|
|
|
|
| |
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
|
|
|
|
|
| |
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
|
|
|
|
|
| |
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
|
| |
|
|
|
|
| |
Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
| |
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
PR: 52195
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
| |
these great pieces of software, so that let others with more free time
to take over them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# 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>
|
|
|
|
|
| |
Reported by: kris
Pointy hat to: me
|
|
|
|
|
|
|
| |
See:
ftp://javaww@207.25.253.61/developer/linuxia32/131SR5/fixes.html
Pointed out by: Lauri J. Jarvenpaa <Lauri.Jarvenpaa@students.turkuamk.fi>
|
|
|
|
| |
Notify from: maintainer via fenner
|
|
|
|
|
|
| |
it doesn't require user intervention to download and install.
PR: 30576
|
|
|
|
|
| |
. Note that you now need to enable linprocfs for this port to work
correctly.
|
| |
|
|
|
|
|
| |
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
PR: 54615
|
|
|
|
| |
Approved by: MAINTAINER
|
| |
|
| |
|
|
|
|
|
|
| |
xdoclet doesn't work.
2) Remove empty stylesheets directory that was messing up packaging.
|
|
|
|
|
|
| |
Bumped PORTREVISION.
Pointed out by: Joshua Sahala <ntranc3d@yahoo.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
|
|
|
| |
Requested by: des
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
files. This will hopefully fix some build problems people have been
experiencing with bogus versions of these files being installed by Qt.
PR: 54180
|
|
|
|
|
| |
PR: 54337, 54364
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
|
|
| |
. 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.
|
| |
|
|
|
|
|
|
| |
Bumped PORTREVISION.
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
| |
Over 160 bugs fixed, including some really annoying ejb tag mishandling.
|
|
|
|
| |
(should speed up the build a bit).
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
|
|
|
|
|
| |
PR: 54275
Submitted by: Ronald Klop <ronald@cs.vu.nl>
Pointed out by: "Sergey A. Osokin" <osa@freebsd.org>
|
| |
|
|
|
|
|
|
|
|
| |
2. More consistent javavm usage.
3. Create/delete /usr/local/share/doc/java in the packing list for
consistency.
Suggested by: des [1]
|
|
|
|
|
| |
PR: 54239
Submitted by: Ronald Klop <ronald@cs.vu.nl>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 53764
Submitted by: Anton Yudin <toha@toha.org.ua>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 53778
Submitted by: maintainer
|
|
|
|
|
| |
PR: 53703
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
|
|
|
|
| |
java. Can be used from command line or through the Swing-based GUI.
|
|
|
|
| |
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
|
|
|
|
|
|
| |
be sufficient. The Eclipse documentation mentions needing 1.3 or better.
PR: 53426 (hopefully)
Suggested by: kan
|
|
|
|
|
|
| |
in the first place.
Assign maintainership to java@.
|
|
|
|
|
|
| |
in particular.
Submitted by: kan
|
|
|
|
|
| |
PR: 52628
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: 45275
Submitted by: Scott Lambert <lambert@lambertfam.org>
|
|
|
|
| |
BUILD_DEPENDS.
|
|
|
|
| |
messages are produced in the order that they were intended.
|
|
|
|
| |
Submitted by: nork
|
|
|
|
| |
. Use the POSIX command line syntax for tail, not the "historical".
|
|
|
|
| |
Requested by: parv <parv_fm@emailgroups.net>
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
|
|
|
|
| |
PR: 47153
Requested by: parv_fm@emailgroups.net
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The -CURRENT /bin/expr command may get confused when matching regexps
against strings that begin with "-", because they are interpreted as
command flags.
Using "--" as the first flag solves this, but it will in turn confuse
-STABLE expr (syntax error), so it looks like there's no common way to do
it (that I can think of).
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
| |
|
|
|
|
|
| |
PR: 52442
Submitted by: maintainer
|
|
|
|
|
|
| |
JDK_HOME will have to be set by hand (or use the -jdkhome switch).
Submitted by: Khairil Yusof <kaeru@pd.jaring.my>
|
|
|
|
|
|
|
|
|
|
|
| |
* Mark as RESTRICTED
* Use java >= 1.3
* Add better package description
PR: ports/44275
Submitted by: Stefan Schmidt <stefan.schmidt@twest.de>
PR: ports/49100
Submitted by: Angel Todorov <angel.todorov@-u.de>
|
|
|
|
| |
use the javavm command to start.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
JMP is a profiler for java that can be used to trace objects usage and
method timings. JMP uses the JVMPI interface to gather statistics and
interact with the JVM. JMP uses a GTK+ interface to show the status.
PR: 47151, 48474, 50325
Submitted by: Ronald Klop <ronald@cs.vu.nl>
|
|
|
|
|
|
|
|
| |
include/bsd -> include/freebsd in sources, but not reflected
this change in pkg-plist)
Reported by: Holger Kipp <Holger.Kipp@alogis.com>,
Kunihiro Arai <kunihiro-arai@seagreen.ocn.ne.jp>
|
|
|
|
|
| |
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR: 51788
|
|
|
|
|
|
| |
The port now uses the JAVAJARDIR variable defined in bsd.java.mk.
Submitted by: maintainer
|
| |
|
|
|
|
| |
Reminded by: lioux
|
| |
|
|
|
|
| |
Reported by: kris
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ttyname() must not return NULL. This isn't entirely true according
to the manual page (the device must be able to be found as well) and
certainly appears to not necessarily be true in the package building
environment on bento (plus at least the PR submitter's environment).
Note that this assert() was, of course, only ever triggered when
running in debug mode (which most people don't, but does happen
during the build in some parts). Also note that there is a check
for isatty() preceding the call for ttyname() and a NULL return
from ttyname() is handled, so removing this assert should not
create any problems.
PR: 48164
|
|
|
|
|
|
| |
. Revert back to using the actual distribution site in MASTER_SITES.
Approved by: znerd
|
|
|
|
| |
Reported by: Thomas Vogt <thomas.vogt@bsdunix.ch>
|
|
|
|
| |
install if linux_base isn't installed.
|
|
|
|
|
|
|
|
| |
. Put the MD JNI headers in include/freebsd _not_ include/bsd. This
brings the 1.4 port in line with 1.1, 1.2 and 1.3, and arguably inline
with Solaris and Linux.
Not-objected-to by: phantom
|
|
|
|
|
|
|
| |
Destination JAR file now without the version number.
Submitted by: maintainer
PR: 51637
|
|
|
|
|
| |
PR: 36411
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
There may be other Math methods which similarly fail under optimisation,
these will be addressed by a more extensive change in patchset 9.
PR: 48825
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
post-patch clean up.
. Simplify installation find command.
Reviewed by: znerd
Approved by: znerd
|
|
|
|
|
| |
Reviewed by: znerd
Approved by: znerd
|
|
|
|
|
|
| |
PR: 36411
Reviewed by: znerd
Approved by: znerd
|
|
|
|
| |
threads) the default. This is the most stable combination.
|
|
|
|
|
|
| |
warning that the Classic VM is unusable with HotSpot.
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
|
| |
|
|
|
|
|
|
|
|
| |
ProGuard can read jar files, shrink and obfuscate them (to prevent
reverse engineering), and write out the resulting jar file.
PR: 50434
Submitted by: Alex Semenyaka
|
|
|
|
|
|
| |
commit to distinfo.
Forgotten by: edwin
|
|
|
|
|
|
|
| |
Lots of changes in the HTML code
PR: ports/50939
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
|
| |
|
|
|
|
|
|
|
|
|
| |
us to ensure ownership is correct on the installed files.
. Note that this is a Sun JDK in the registervm comment.
PR: 36411 (more ports to go)
Reviewed by: znerd
Approved by: znerd
|
|
|
|
|
|
|
|
|
| |
us to ensure ownership is correct on the installed files.
. Note that this is a Blackdown JDK in the registervm comment.
PR: 36411 (more ports to go)
Reviewed by: znerd
Approved by: znerd
|
|
|
|
| |
to maintain the JBoss ports.
|
|
|
|
|
|
| |
stability of native JDK 1.4.1 with its built-in JIT on steroids
(HotSpot), so that I am unlikely ever will want to use external
JIT.
|
|
|
|
| |
Pointed out by: joerg
|
|
|
|
| |
PATCH_DEPENDS, since it is required by pre-patch
|
|
|
|
|
|
|
|
|
| |
not be installed, but appears to be on rare occasions for reasons
unknown.
2. Add handling of share/doc/java, previously only done in pkg-plist.
PR: 50092 (2)
Submitted by: Munehiro Matsuda <haro@kgt.co.jp> (2)
|
|
|
|
|
|
|
|
|
|
| |
. Clean up for WITHOUT_PLUGIN.
. Clean up for WITH_NATIVE_THREADS.
. Add handling of jre/lib/ext, previously only done in Makefile.
PR: 50092
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Munehiro Matsuda <haro@kgt.co.jp>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
java/bouncycastle port is currently at version 1.11. However the
jce-jdk13-111.tar.gz tarball downloaded from
http://www.bouncycastle.org/download/ suddenly seems to contain
jce-jdk13-116, which naturally fails the checksum test:
PR: ports/46184
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
|
|
|
| |
Java version of GNU getopt family functions
|
|
|
|
|
| |
PR: 45287
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
| |
|
| |
|
|
|
|
| |
Requested by: kris
|
|
|
|
|
|
|
| |
don't have pthread_attr_get_np() at all (early 4.7-STABLE and previous
versions).
Reported by: Phillip Oleson <poleson@verio.net>
|
|
|
|
|
|
|
|
| |
This is pre-requisite of native jdk14 port build on bento.
Requested by: kris
Approved by: portmgr
No response from: znerd (maintainer)
|
|
|
|
|
|
|
|
| |
people about requirement of libc_r updates as early as possible.
Bump PORTREVISION
Approved by: portmgr (kris) (implicitly)
|
| |
|
|
|
|
| |
Submitted by: olgeni, glewis
|
|
|
|
| |
but sometimes leaves in)
|
| |
|
| |
|
|
|
|
|
|
| |
(old K6 and some SMP machines) don't use javah_g in build process.
Reported by: many people
|
|
|
|
|
|
| |
MulticastSocket.joinGroup() from behaving correctly.
Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for JDK 1.4.1. This is complete and close to production quality
native JDK with both working client and server native JVMs. Local micro
benchmarks shown very little difference between Linux and FreeBSD JVMs in
speed.
One of important points of this patchset that it marks point when we are
very close to passing of Sun TCK tests. Currently about 20 of >27000 tests
are known to be broken (tests were run at -STABLE). If testing of this
patchset will be smooth and founding of this work will be continued we
may expect to have binary distribution of JDK 1.4.1 in April or begining
of May.
BUT, don't forget that even TCK tests can't cover all possible problems
and this is -beta patchset. Keep your eyes open and report your problems
to freebsd-java mailing list or to me directly!
* About supported FreeBSD releases:
Altough 4.8-RELEASE will be first officially supported FreeBSD release,
you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT.
You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including
5.0-RELEASE), but it's required to apply libc_r patch, distributed with
patchset3 archive, and rebuild libc_r first.
* About compiler:
This port is supposed to be built with stock FreeBSD compiler (3.2.[12]
for -CURRENT and 2.95.4 for -STABLE)!
* Following issues are known, but not yet addressed:
. IPv6 networking. IPv6 support is disabled in this patchset.
. Asian languages support. Patches are welcome!
. K6 (586-class) processors support. There're issues with building on
old K6 processors. If you've problems with 586-class machines other than
K6 - please let me know.
. Mozilla plugin is not yet ported.
* Following areas should be used with increased attention:
. Java Virtual Machine Profiling Interface (JVMPI)
. Java Virtual Machine Debugging Interface (JVMDI)
. Host Porting Interface (HPI)
If you have problems with these interfaces please let me know.
* THANKS!
I would thank very much to FreeBSD Foundation, without which support
and sponsorship JDK 1.4.1 port would not happen in such timeframes (less
than 2 months).
Sponsored by: FreeBSD Foundation
Approved by: portmgr
|
|
|
|
| |
Requested by: kris
|
|
|
|
|
| |
Submitted by: Mark Linimon <linimon@lonesome.com>
Pointy hat to: glewis
|
|
|
|
| |
Requested by: kris
|
|
|
|
|
|
|
|
|
|
| |
. de-pkg-comment.
. Move check for distfile after the include of bsd.pre.port.mk so it
actually works correctly.
. Make install owner/group safe (*).
PR: 36411 (*)
Hopefully approved by: znerd
|
|
|
|
|
|
|
|
| |
. find -> ${FIND}
. Make install owner/group safe. (*)
PR: 36411 (*)
Approved by: znerd
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- unbreak with new gcc on -current ('using namespace std')
- CFLAGS/env police
- condense port's Makefile
- install additional shell script
- install documentation (honour NOPORTDOCS)
PR: 48464
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Tested on: -STABLE, -CURRENT
|
|
|
|
| |
targets in bsd.port.mk
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2. Enable compiling the HotSpot JVM. This is experimental and there are a
number of caveats with its use that are reported by the port. The flag
to enable this is WITH_HOTSPOT.
3. Try to pick some OSVERSION settings appropriate for the current native
threads implementation.
PR: 47397 (2)
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> (2)
|
|
|
|
|
|
|
|
|
|
|
|
| |
committed enhancements to libc_r and is only suitable for very recent
versions of FreeBSD. The big benefit is that it removes almost all
the previous grovelling about in the pthreads internals.
The change only comes into effect when WITH_NATIVE_THREADS is set.
A separate Makefile commit will attempt to enforce appropriate
OSVERSION settings for using it.
Submitted by: fjoe
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently gethostbyaddr_r collides with the implementation (in libc!) for
FreeBSD 5.x which both uses a different prototype (as per the Linux
version) and is marked temporary and not thread safe. Also, limit the
scope of these internal implementations to this file.
This fixes crashes in networked applications for FreeBSD 5.x.
Some tweaks (making the functions static, naming, BSD ifdefs) by me.
Submitted by: "Georg-W. Koltermann" <g.w.k@web.de>
|
|
|
|
|
| |
PR: 47668
Submitted by: Mike Meyer <mwm-dated-1044336154.329122@mired.org>
|
|
|
|
|
|
| |
FreeBSD 5.x. This fixes native threads compilation on FreeBSD 5.x.
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
|
|
|
|
|
| |
inconsistent with the rest of the code and only relevant on 4.x (since
5.x has gcc 3.2.x as its default compiler).
|
|
|
|
|
|
|
| |
packaged by bento cluster due to legal restrictions, user still can create his
own custom package to simplify internal deployment.
Sponsored by: Porta Software Ltd.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
XDoclet is a Java code generation engine. It enables
Attribute-Oriented Programming for java. In short, this means
that you can add more significance to your code by adding meta
data (attributes) to your java sources. This is done in special
JavaDoc tags.
|
|
|
|
|
|
| |
two times.
Submitted by: des
|
| |
|
|
|
|
| |
to be what destablizes the jikes-devel port.
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: kris (implicitly)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
. Cope with gcc 3.x in a preprocessor conditional.
PR: 47707, 47699
Submitted by: grog (PRs),
"R. Lake" <rich@lakes.plus.com> (independently in email)
|
|
|
|
| |
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
| |
|
|
|
|
|
|
| |
- use USE_JAVA.
Submitted by: des (USE_JAVA)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/45165
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
| |
that this port works out of the box:
. Use the linux version of expr in the .java_wrapper scripts.
. Use the Classic VM by default, not HotSpot (which is unhappy with
the emulation layer).
. Bump PORT_REVISION.
Approved by: znerd
|
|
|
|
|
| |
although there is very little that needs to be done on such an old
binary release.
|
|
|
|
| |
the value, then tell the user to use that to set the value too.
|
|
|
|
| |
Noticed by: 'make index' in crontab
|
|
|
|
| |
required) and just gets me email about unfetchable distfiles.
|
|
|
|
|
| |
PR: ports/47030
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
|
|
|
|
| |
PR: ports/41984
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
|
| |
|
| |
|
|
|
|
| |
system directories created by BSD.local.dist
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: glewis, kris
Approved by: kris
|
|
|
|
| |
Submitted by: bento, MAINTAINER
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/45513,ports/45512,ports/45511
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
| |
|
|
|
|
|
|
| |
as ./pkg-plist. It is now written as $WRKDIR/PLIST.
Indicated by: kris
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
|
|
|
|
|
|
| |
the package list. This reduces the size of the ports tree with
~ 600 K !
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
|
|
|
| |
Bumped PORTREVISION.
|
|
|
|
|
| |
PR: ports/45231
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
| |
|
| |
|
|
|
|
|
| |
See:
http://jakarta.apache.org/commons/logging.html
|
| |
|
|
|
|
| |
Bumped PORTREVISION.
|
|
|
|
|
| |
See:
http://jakarta.apache.org/commons/beanutils.html
|
| |
|
|
|
|
| |
Bumped PORTREVISION.
|
|
|
|
| |
Java-library for command line arguments and options.
|
|
|
|
| |
Bumped PORTREVISION.
|
|
|
|
|
|
|
|
| |
built by someone other than root. After the files have been moved run
${CHOWN} on them recursively.
PR: 36411 (still more ports to go)
Approved by: Dave Glowacki <dglo@ssec.wisc.edu> (maintainer)
|
|
|
|
|
|
|
|
| |
built by someone other than root. Instead of moving the files with tar,
move them with cpio and set up ownership.
PR: 36411 (more ports still to go)
Submitted by: alane
|
|
|
|
| |
share/doc
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
|
| |
See:
http://www.savarese.org/oro/downloads/index.html#NetComponents
|
| |
|
|
|
|
|
|
|
| |
Changing maintainer to java@freebsd.org
PR: ports/44558
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
|
|
|
|
|
|
|
| |
Move maintainer to java@freebsd.org
PR: ports/44557
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
|
|
|
|
|
| |
. Alter maintainer from freebsd-ports@ to the more standard ports@.
. Instead of explicitly depending on jdk1.1 set USE_JAVA appropriately.
|
|
|
|
|
|
|
|
| |
built by someone other than root. Instead of moving the files with tar,
move them with cpio and set up ownership.
PR: 36411 (9 more ports to go)
Submitted by: alane
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
|
| |
built by a non-root user.
Submitted by: glewis
|
|
|
|
| |
Noticed by: bento
|
|
|
|
| |
And some ports have USE_PERL5=yes now.
|
|
|
|
|
|
| |
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
|
|
|
|
| |
necessary to support the different font.properties that are installed.
|
|
|
|
|
|
| |
. Bump PORTREVISION.
Submitted by: daichi, Tetsuo Suzuki <tetsuo@ss-lab.net>
|
|
|
|
| |
libMrm.a, which isn't.
|
|
|
|
|
|
| |
use ${DISTDIR} rather than /usr/ports/distfiles.
Submitted by: Mike Meyer <mwm@mired.org>
|
| |
|
| |
|