| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
Notes:
svn path=/head/; revision=518482
|
|
|
|
| |
Notes:
svn path=/head/; revision=502558
|
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=363904
|
|
|
|
| |
Notes:
svn path=/head/; revision=347786
|
|
|
|
| |
Notes:
svn path=/head/; revision=346550
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part3)
Notes:
svn path=/head/; revision=308605
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
Notes:
svn path=/head/; revision=278068
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
|
| |
- Bumped PORTREVISION
PR: 70143
Submitted by: me
Approved by: maintainer
Notes:
svn path=/head/; revision=119984
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use USE_JAVA to depend on any available JDK that fits (version >= 1.1)
- honor NOPORTDOCS (do not install documentation when it is set)
- honor DOCSDIR (install documentation in the same place as for any other port)
- use PLIST_FILES and PORTDOCS macros (thus no more pkg-plist)
- does not install source files anymore
- now bsd.java.mk 2.0 compliant
- changes location of install files to fit in with standard Java scheme,
so bump PORTREVISION.
PR: ports/65067
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Approved by: maintainer timeout (6 weeks)
Notes:
svn path=/head/; revision=109300
|
|
|
|
| |
Notes:
svn path=/head/; revision=76042
|
|
|
|
|
|
|
| |
Forgotten by: znerd
Notes:
svn path=/head/; revision=61341
|
|
|
|
| |
Notes:
svn path=/head/; revision=37252
|
|
|
|
| |
Notes:
svn path=/head/; revision=27429
|
|
detects all non well-formed documents.
XP has the following design goals: Conformance and correctness, high
performance and a layered structure. Is is currently non-validating but can
parse all external entities.
PR: 13875
Submitted by: mike@vee.net
Notes:
svn path=/head/; revision=22182
|