summaryrefslogtreecommitdiff
path: root/java/jikes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/jikes: Moved man to share/manMuhammad Moinur Rahman2024-02-242-2/+3
| | | | Approved by: portmgr (blanket)
* */*: Fix build with llvm16 on 13.2-STABLEMuhammad Moinur Rahman2023-07-261-6/+1
| | | | | | | | | | | | As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE with the OSVERSION 1302507. - Utilize USE_CXXSTD=c++14 or similar solution where applicable - Update conditionals to addtionally check for OSVERSION greater than 1302507 and less than 1400000 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* java/jikes: Fix build with llvm16Muhammad Moinur Rahman2023-06-251-4/+9
| | | | | | - Pet portclippy Sponsored by: The FreeBSD Foundation
* Remove WWW lines that have been moved into MakefilesStefan Eßer2022-09-081-2/+0
| | | | Approved by: portmgr (implicit)
* Move more WWW entries from pkg-descr files into MakefilesStefan Eßer2022-09-081-0/+1
| | | | | | | The WWW: lines in the pkg-descr files of these ports where not at the end of those files and have been missed in prior conversion runs. Approved by: portmgr (implicit)
* 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
|
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508880
* java/jikes: Unbreak on 12.0 and fix build with Clang 6Tobias Kortkamp2018-08-261-3/+1
| | | | | | | | | | | checking for standard set_new_handler... no configure: error: Could not find standard set_new_handler function PR: 230673 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=478118
* This fails on amd64-12 as well.Mark Linimon2018-06-251-3/+1
| | | | Notes: svn path=/head/; revision=473337
* Mark as broken on arm on -CURRENT.Mark Linimon2018-06-251-0/+4
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473293
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans2015-10-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=398996
* converters/libiconv:Tijl Coosemans2015-04-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Cleanup plistAntoine Brodin2014-11-141-1/+0
| | | | Notes: svn path=/head/; revision=372560
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Stage supportMartin Wilke2014-02-012-5/+2
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=342173
* Clean up some COMMENTsEitan Adler2013-10-151-1/+1
| | | | Notes: svn path=/head/; revision=330460
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | java) Notes: svn path=/head/; revision=327738
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-181-7/+1
| | | | | | | with letter i-m Notes: svn path=/head/; revision=190286
* Reassign ports from archie@ back to pool at his request.Mark Linimon2006-11-251-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=178026
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Fix problem with -encoding flag.Archie Cobbs2005-11-272-0/+18
| | | | | | | PR: ports/89536 Notes: svn path=/head/; revision=149681
* Update master site.Archie Cobbs2005-10-071-1/+2
| | | | Notes: svn path=/head/; revision=144513
* Update project home page.Archie Cobbs2005-02-281-1/+1
| | | | Notes: svn path=/head/; revision=129945
* BROKEN on alpha 4.x: Internal compiler errorKris Kennaway2005-01-021-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125656
* Update to version 1.22.Archie Cobbs2004-11-022-3/+3
| | | | Notes: svn path=/head/; revision=120621
* Upgrade to version 1.21.Archie Cobbs2004-05-162-3/+3
| | | | Notes: svn path=/head/; revision=109279
* Update to version 1.20.Archie Cobbs2004-04-202-4/+3
| | | | Notes: svn path=/head/; revision=107722
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Fix incorrect MASTER_SITES.Archie Cobbs2004-02-211-1/+1
| | | | Notes: svn path=/head/; revision=101605
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Upgrade to version 1.19.Archie Cobbs2004-02-024-15/+3
| | | | Notes: svn path=/head/; revision=99836
* Add iconv encoding support.Archie Cobbs2003-11-101-0/+5
| | | | | | | | PR: ports/57725 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=93707
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to version 1.18, but without using 'libicuuc' which seemsArchie Cobbs2003-02-242-3/+3
| | | | | | | to be what destablizes the jikes-devel port. Notes: svn path=/head/; revision=76416
* Add missing includeKris Kennaway2003-01-141-0/+1
| | | | Notes: svn path=/head/; revision=73090
* Update MASTER_SITES after directory re-org.Archie Cobbs2002-10-131-1/+1
| | | | Notes: svn path=/head/; revision=67984
* Using libicuuc.a seems to make jikes more unstable. Since this is supposedArchie Cobbs2002-08-303-46/+1
| | | | | | | | to be the stable version, stop using it. Folks who need it can use the "jikes-devel" port. Notes: svn path=/head/; revision=65339
* Split the jikes port into stable and development versions.Archie Cobbs2002-08-275-21/+19
| | | | | | | | PR: ports/41961 Reviewed by: freebsd-java Notes: svn path=/head/; revision=65114
* Don't compile jikes with '-O' because that makes core dumps more likely.Archie Cobbs2002-08-271-2/+3
| | | | | | | | | Exactly why is not understood yet. PR: ports/41961 Notes: svn path=/head/; revision=65108
* LIB_DEPENDS should have been BUILD_DEPENDS.Archie Cobbs2002-08-071-2/+2
| | | | | | | Submitted by: vanilla Notes: svn path=/head/; revision=64152
* Add support for the -encoding option by utilizing the ICU library.Archie Cobbs2002-08-054-4/+50
| | | | | | | PR: ports/38396 Notes: svn path=/head/; revision=64062
* Update to version 1.16.Archie Cobbs2002-07-183-4/+6
| | | | Notes: svn path=/head/; revision=63212
* respect PREFIX by using GNU_CONFIGURE, not HAS_CONFIGUREBill Fumerola2002-04-231-1/+1
| | | | | | | Submitted by: Nick Johnson <freebsd@spatula.net> Notes: svn path=/head/; revision=58046
* Update to version 1.15.Archie Cobbs2001-10-044-10/+14
| | | | Notes: svn path=/head/; revision=48431