| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part2)
Notes:
svn path=/head/; revision=308604
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=240715
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152807
|
| |
|
|
|
|
|
|
|
| |
- Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3
years now
- Use FIND | INSTALL_DATA to install documentation
Notes:
svn path=/head/; revision=137631
|
| |
|
|
|
|
|
|
|
|
| |
- Remove redundant port name in COMMENT
- Use CPIO to make docs install stage more simple
- Use %%JAVAJARDIR%%
- Use INSTALL_DATA for JAR file
Notes:
svn path=/head/; revision=120680
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119982
|
| |
|
|
|
|
|
|
|
|
|
|
| |
. Use PLIST_FILES and get rid of pkg-plist.
. Switch MASTER_SITES to MASTER_SITE_SOURCEFORGE_EXTENDED
. Cleaned up the Makefile.
PR: 65298
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
Notes:
svn path=/head/; revision=106590
|
| |
|
|
|
|
|
| |
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
Notes:
svn path=/head/; revision=106293
|
| |
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
| |
|
|
|
|
|
|
|
|
|
| |
. Add support for %%JAVAJARDIR%% in pkg-plist.
. Don't define INSTALL_JAR as INSTALL_DATA, just use INSTALL_DATA.
PR: 59039
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Notes:
svn path=/head/; revision=95430
|
| |
|
|
|
|
|
|
|
| |
The port now uses the JAVAJARDIR variable defined in bsd.java.mk.
Submitted by: maintainer
Notes:
svn path=/head/; revision=80430
|
|
|
PR: 45287
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Notes:
svn path=/head/; revision=77533
|