summaryrefslogtreecommitdiff
path: root/java/sablevm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Remove expired java/sablevm* ports:Rene Ladan2024-04-014-70/+0
| | | | | 2024-03-31 java/sablevm-classpath: Only user in tree is java/sablevm which is deprecated 2024-03-31 java/sablevm: Abandonware, last release in 2007 and is no longer being developed
* java/sablevm: Deprecate and set expiration date to 2024-03-31Daniel Engberg2024-02-251-0/+3
| | | | | | | Abandonware, last release in 2007 and is no longer being developed PR: 276956 Approved by: portmgr (maintainer timeout, 2+ weeks)
* java/sablevm: Moved man to share/manMuhammad Moinur Rahman2024-02-242-3/+4
| | | | Approved by: portmgr (blanket)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* devel/libffi: Bump deps PORTREVISION for shlib changeKevin Bowling2022-05-091-1/+1
| | | | | PR: 263764 Reported by: VVD <vvd@unislabs.com>
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Chanse update of devel/libffiNiclas Zeising2020-07-041-1/+1
| | | | | | | | | | | | | Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking) Notes: svn path=/head/; revision=541232
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Cleanup plistAntoine Brodin2014-11-141-6/+0
| | | | Notes: svn path=/head/; revision=372560
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-2/+2
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* Fix build by forcing -lpopt.Adam Weinberger2014-09-101-0/+2
| | | | Notes: svn path=/head/; revision=367900
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-09-082-5/+5
| | | | Notes: svn path=/head/; revision=367654
* Finish stage supportAntoine Brodin2014-08-112-16/+6
| | | | Notes: svn path=/head/; revision=364629
* Use new LIB_DEPENDS format. Remove unnecessary NO_STAGE.Jung-uk Kim2014-06-091-3/+2
| | | | Notes: svn path=/head/; revision=357229
* - Covert gmake, xz to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355314
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert j* categories to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316350
* - Reset maintainership. See ports/164941.Jung-uk Kim2012-10-042-29/+27
| | | | | | | | | | | - Fix conflicts with java/classpath. Note security provider configuration is moved to ${PREFIX}/lib/security/SableVM.security. This file is always loaded first because the short vendor name is SableVM. If it does not exist, then classpath.security is loaded (java/security/Security.java). - Reduce Makefile headers, add licenses, and convert to optionsNG. Notes: svn path=/head/; revision=305262
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Fix build with jdk16Martin Wilke2008-06-212-3/+5
| | | | | | | | | PR: 123624 Submitted by: Andrew Reilly <areilly@bigpond.net.au> Approved by: maintainer Notes: svn path=/head/; revision=215444
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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) Notes: svn path=/head/; revision=214430
* - Adapt for new libffi, and various fixesPav Lucistnik2008-04-041-5/+8
| | | | | | | | PR: ports/122399 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer) Notes: svn path=/head/; revision=210497
* - Use devel/libffi instead of devel/libffi-develMartin Wilke2008-02-211-3/+3
| | | | | | | | | | | - Use SF macro - Bump PORTREVISION PR: 120926 Submitted by: Bjoern Koenig (maintainer) Notes: svn path=/head/; revision=207697
* - Update to 1.13Pav Lucistnik2007-12-156-2915/+41
| | | | | | | | | | | | - Take maintainership - Split classpath into separate port - Switch to libffi-devel to allow build on !386 PR: ports/118288, ports/118312 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=203766
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - switch INSTALLS_SHLIB => USE_LDCONFIGMartin Wilke2007-07-031-1/+5
| | | | | | | - Fix build after objformat removal Notes: svn path=/head/; revision=194786
* - Reset MAINTAINER:Pav Lucistnik2007-07-031-1/+1
| | | | | | | | <<< 550 relay not permitted 550 5.1.1 <roman@ontographics.com>... User unknown Notes: svn path=/head/; revision=194783
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgplPav Lucistnik2006-05-281-1/+1
| | | | Notes: svn path=/head/; revision=163701
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-3/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Add build fix for FreeBSD 4.x.Archie Cobbs2004-07-271-0/+14
| | | | Notes: svn path=/head/; revision=114825
* Update to 1.1.6.Archie Cobbs2004-07-265-12/+270
| | | | Notes: svn path=/head/; revision=114805
* New maintainer.Archie Cobbs2004-07-051-1/+1
| | | | Notes: svn path=/head/; revision=113007
* Use USE_LIBLTDL instead of depending on ltdl:${PORTSDIR}/devel/libltdl15.Archie Cobbs2004-06-171-2/+2
| | | | | | | Noticed by: krion Notes: svn path=/head/; revision=111679