aboutsummaryrefslogtreecommitdiffstats
path: root/java/mmake
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-10/+10
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Add staging supportpawel2014-05-311-3/+5
|
* - Covert gmake, xz to USESmiwi2014-05-261-2/+1
| | | | Approved by: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | java)
* - Convert to new perl frameworkaz2013-08-031-7/+2
| | | | - Trim Makefile header
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | 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)
* - Add SHA256pav2005-11-251-0/+1
|
* Update to 2.3vs2005-02-012-4/+3
|
* Reset znerd's ports maintainership:hq2004-12-031-1/+1
| | | | | | | | | | - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer)
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-2/+2
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix typo: USE_PERL -> USE_PERL5petef2002-06-031-1/+1
|
* Taking care of unmaintained ports in the java category.znerd2002-05-081-1/+1
| | | | | All of these ports are currently listed as problematic at: http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html
* add mmakeijliao2001-09-025-0/+43
Create a Makefile for Your Java files, ready to compile