aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse-cdt
Commit message (Collapse)AuthorAgeFilesLines
* */*: Refactor java/openjdk7 removalMuhammad Moinur Rahman2023-04-041-1/+1
| | | | | | | | | | | | | | | - java/openjdk7* has been removed from the tree since 2022-09-03 however the relevant codebases in bsd.java.mk has not been removed and the consumers has also not been updated to use the next jdk version. This commit updates all relevant consumers to use JAVA_VERSION=8 instead of JAVA_VERSION=1.7 - Since the introduction of jdk version 18 it looks like similar with jdk version 8(java version string 1.8). This is prone to error as it looks similar and is only seperated by a '.'. Remove using JAVA_VERSION with dotted fomat of java version string and update all consumers to utilize version 8 instead of 1.8. 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)
* java: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alex Dupre <ale@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alexander Yerenkow <yerenkow@gmail.com> * Anton Yudin (<contact@toha.org.ua>) * Anton Yudin <toha@toha.org.ua> * Benjamin Close <benjsc@FreeBSD.org> * Björn König <bkoenig@alpha-tierchen.de> * Conor McDermottroe <ports@mcdermottroe.com> * Danilo Egea Gondolfo <danilo@FreeBSD.org * Dave Glowacki <dglo@ssec.wisc.edu> * Ernst de Haan <znerd@FreeBSD.org> * Eugene Grosbein <ports@grosbein.net> * Filippo Natali <filippo@widestore.net> * Gerrit Beine <gerrit.beine@gmx.de> * Greg Lewis <glewis@FreeBSD.org> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Jason Helfman <jgh@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Jonathan Chen <jonc@chen.org.nz> * Jose Marques * Jose Marques <noway@nohow.demon.co.uk> * Lapo Luchini <lapo@lapo.it> * Lev Serebryakov <lev@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Matthew Dillon <dillon@backplane.com> * Maxim Sobolev <sobomax@FreeBSD.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * OISHI Masakuni <yamasa@bsdhouse.org> * OKAZAKI Tetsurou * Pedro Giffuni * Simeo Reig <reig.simeo@gmail.com> * Sutra Zhou <zhoushuqun@gmail.com> * Tom Judge <tj@FreeBSD.org> * Volker Stolz <vs@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * gldisater@gldis.ca * ijliao * jake@checker.org * jpbeconne * lon_kamikaze@gmx.de * mi * nordwick@xcf.berkeley.edu * nork@FreeBSD.org * olgeni@FreeBSD.org * rasputin * rfarmer@predatorlabs.net * rtdean@cytherianage.net * tux@pinguru.net With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update Eclipse CDT to 9.0.1 and assign port to submitter.Tijl Coosemans2017-01-1213-459/+944
| | | | | | | | PR: 213649 Submitted by: Michael Zhilin <mizhka@gmail.com> Notes: svn path=/head/; revision=431296
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* eclipse plugins: Deprecate 25 for removal, ignore 1 to be updatedJohn Marino2015-03-211-0/+2
| | | | | | | | | | | Removal scheduled 4 weeks into the future on April 18. PR: 195985 Submitted by: Jimmy Kelley (eclipse maintainer) Reason: by-product of upcoming eclipse upgrade Notes: svn path=/head/; revision=381787
* java/eclipse-cdt: Allow it to build with java > 1.6John Marino2014-11-071-2/+2
| | | | | | | | It builds with openjdk7 at least. I have no idea if it works, but the rest of the eclipse ports have moved past 1.6. (port is unmaintained) Notes: svn path=/head/; revision=372249
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert j* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347771
* - Stage supportAntoine Brodin2014-02-161-6/+3
| | | | | | | - Remove infozip dependency Notes: svn path=/head/; revision=344563
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* In categories starting with [h-m], remove empty lines from pkg-plist (andAlexey Dokuchaev2013-03-171-1/+0
| | | | | | | purge one empty file). Notes: svn path=/head/; revision=314442
* Reassign to the pool and trim headers.Wesley Shields2012-12-201-6/+2
| | | | | | | Submitted by: Aldis Berjoza <graudeejs@gmail.com> Notes: svn path=/head/; revision=309276
* Update email address for ports maintained by aldis@bsdroot.lv --> ↵Chris Rees2011-09-171-1/+1
| | | | | | | graudeejs@gmail.com Notes: svn path=/head/; revision=281893
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* UnbreakBeech Rintoul2010-12-031-5/+1
| | | | | | | | | PR: ports/152762 Submitted by: Aldis Berjoza (aldis@bsdroot.lv) (maintainer) Approved by: itetcu (mentor) (implicit) Notes: svn path=/head/; revision=265647
* - Mark BROKEN: bad plist (mkdirs directories it never uses)Pav Lucistnik2010-12-011-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=265525
* Update eclipse-cdt according to PR, and give maintainership to Aldis.Palle Girgensohn2010-11-213-92/+169
| | | | | | | PR: ports/150646 Notes: svn path=/head/; revision=264882
* . Update installation path for the new version of eclipse.Greg Lewis2010-07-311-11/+11
| | | | | | | | PR: 148621 Approved by: maintainer timeout Notes: svn path=/head/; revision=258539
* - Mark BROKEN: bad depobjPav Lucistnik2010-07-291-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=258448
* - 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
* 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 3.1.2, and hopefully fix build problems on amd64.Palle Girgensohn2007-03-2711-2107/+69
| | | | Notes: svn path=/head/; revision=188455
* Don't use USE_ZIP, since the distro is a tarball, but instead depend onPalle Girgensohn2006-11-071-1/+1
| | | | | | | unzip, since we need it for the pre-patch script Notes: svn path=/head/; revision=176715
* Add dependency on unzip.Palle Girgensohn2006-11-071-1/+1
| | | | Notes: svn path=/head/; revision=176691
* Update to 3.1.1, which is compatibale with Eclipse 3.2.1Palle Girgensohn2006-11-0714-750/+2195
| | | | Notes: svn path=/head/; revision=176689
* Unbreak, port fetches just fine.Tom McLaughlin2006-08-091-2/+0
| | | | Notes: svn path=/head/; revision=170210
* Mark broken: unfetchable.Mark Linimon2006-07-151-0/+2
| | | | Notes: svn path=/head/; revision=167922
* . Update to 3.0.2.Greg Lewis2006-06-1414-652/+656
| | | | | | | | PR: 95128 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=165437
* . Fix the build on amd64 (although some native libraries are missing).Greg Lewis2006-02-023-5/+16
| | | | | | | | | | | . Fix a crash when trying to execute a programme via the "Run" or "Debug" menu items. PR: 91825 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=155104
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* [patch] update java/eclipse-cdt to version 3.0.1Edwin Groothuis2006-01-0314-12/+960
| | | | | | | | | | | | | | | | This patch updates java/eclipse-cdt to the latest version 3.0.1. It also installs the native shared libraries that were previously missing. In order to do this the distfile of the cdt-sdk had to be used instead. A static pkg-plist is also used to help people searching through the ports files. PR: ports/89893 Submitted by: Panagiotis Astithas <past@ebs.gr> Approved by: maintainer timeout Notes: svn path=/head/; revision=152641
* . Update to 3.0.0.Greg Lewis2005-09-123-625/+8
| | | | | | | | PR: 85300 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=142500
* Change MAINTAINER from java@ to freebsd-eclipse@.Norikatsu Shigemura2005-08-281-1/+1
| | | | | | | Noticed by: Vizion <vizion@vizion.occoxmail.com> Notes: svn path=/head/; revision=141136
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 2.1.0.Norikatsu Shigemura2005-01-183-9/+66
| | | | | | | | PR: ports/75779 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=126717
* Refetchable.Norikatsu Shigemura2005-01-041-3/+1
| | | | | | | | | PR: ports/75779 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Approved by: portmgr (krion) Notes: svn path=/head/; revision=125709
* BROKEN: UnfetchableKris Kennaway2005-01-021-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125670
* 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
* Update to 2.0.2.Norikatsu Shigemura2004-10-283-580/+566
| | | | | | | | PR: ports/73214 Submitted by: Jeremy Faulkner <gldisater@gldis.ca> Notes: svn path=/head/; revision=120390
* Fix typo.Norikatsu Shigemura2004-08-221-1/+1
| | | | | | | Pointy hat to: myself Notes: svn path=/head/; revision=117009
* Add eclipse-cdt 2.0, c/C++ IDE for Eclipse.Norikatsu Shigemura2004-08-214-0/+617
PR: ports/69830 Submitted by: Jeremy Faulkner <gldisater@gldis.ca> Reviewed by: hq Notes: svn path=/head/; revision=116988