non port: java/jikes/Makefile |
Number of commits found: 48 |
Saturday, 24 Feb 2024
|
12:29 Muhammad Moinur Rahman (bofh)
java/jikes: Moved man to share/man
Approved by: portmgr (blanket)
d3703a3 |
Wednesday, 26 Jul 2023
|
00:48 Muhammad Moinur Rahman (bofh)
*/*: Fix build with llvm16 on 13.2-STABLE
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
95274bf |
Sunday, 25 Jun 2023
|
18:09 Muhammad Moinur Rahman (bofh)
java/jikes: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation
436f58e |
Thursday, 8 Sep 2022
|
15:43 Stefan Eßer (se)
Move more WWW entries from pkg-descr files into Makefiles
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)
986beaa |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
java: remove 'Created by' lines
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
526869d |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 26 Aug 2018
|
10:10 tobik
java/jikes: Unbreak on 12.0 and fix build with Clang 6
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>
|
Monday, 25 Jun 2018
|
20:39 linimon
This fails on amd64-12 as well.
|
06:17 linimon
Mark as broken on arm on -CURRENT.
Approved by: portmgr (tier-2 blanket)
|
Saturday, 10 Oct 2015
|
14:03 tijl
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
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)
|
Wednesday, 15 Apr 2015
|
08:20 tijl
converters/libiconv:
- 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)
|
Tuesday, 29 Jul 2014
|
18:41 adamw
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Wednesday, 11 Jun 2014
|
14:50 tijl
Support LIBS like LDFLAGS.
- 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)
|
Saturday, 1 Feb 2014
|
15:38 miwi
- Stage support
- Convert to USES
|
Tuesday, 15 Oct 2013
|
21:17 eadler
Clean up some COMMENTs
|
Friday, 20 Sep 2013
|
19:48 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
|
Saturday, 27 Apr 2013
|
11:59 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Saturday, 22 Aug 2009
|
00:24 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
|
Wednesday, 18 Apr 2007
|
11:46 gabor
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
|
Saturday, 25 Nov 2006
|
16:46 linimon
Reassign ports from archie@ back to pool at his request.
Hat: portmgr
|
Sunday, 27 Nov 2005
|
16:54 archie
Fix problem with -encoding flag.
PR: ports/89536
|
Friday, 7 Oct 2005
|
18:29 archie
Update master site.
|
Sunday, 2 Jan 2005
|
01:09 kris
BROKEN on alpha 4.x: Internal compiler error
Approved by: portmgr (self)
|
Tuesday, 2 Nov 2004
|
01:12 archie
Update to version 1.22.
|
Sunday, 16 May 2004
|
19:06 archie
Upgrade to version 1.21.
|
Tuesday, 20 Apr 2004
|
14:24 archie
Update to version 1.20.
|
Tuesday, 30 Mar 2004
|
19:20 krion
- Use USE_ICONV knob
Approved by: portmgr
|
Saturday, 21 Feb 2004
|
21:47 archie
Fix incorrect MASTER_SITES.
|
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Monday, 2 Feb 2004
|
19:43 archie
Upgrade to version 1.19.
|
Monday, 10 Nov 2003
|
23:07 archie
Add iconv encoding support.
PR: ports/57725
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
Friday, 7 Mar 2003
|
06:04 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Monday, 24 Feb 2003
|
20:31 archie
Update to version 1.18, but without using 'libicuuc' which seems
to be what destablizes the jikes-devel port.
|
Sunday, 13 Oct 2002
|
19:22 archie
Update MASTER_SITES after directory re-org.
|
Friday, 30 Aug 2002
|
23:14 archie
Using libicuuc.a seems to make jikes more unstable. Since this is supposed
to be the stable version, stop using it. Folks who need it can use the
"jikes-devel" port.
|
Tuesday, 27 Aug 2002
|
20:32 archie
Split the jikes port into stable and development versions.
PR: ports/41961
Reviewed by: freebsd-java
|
17:49 archie
Don't compile jikes with '-O' because that makes core dumps more likely.
Exactly why is not understood yet.
PR: ports/41961
|
Wednesday, 7 Aug 2002
|
16:01 archie
LIB_DEPENDS should have been BUILD_DEPENDS.
Submitted by: vanilla
|
Monday, 5 Aug 2002
|
19:14 archie
Add support for the -encoding option by utilizing the ICU library.
PR: ports/38396
|
Thursday, 18 Jul 2002
|
18:14 archie
Update to version 1.16.
|
Tuesday, 23 Apr 2002
|
23:25 billf
respect PREFIX by using GNU_CONFIGURE, not HAS_CONFIGURE
Submitted by: Nick Johnson <freebsd@spatula.net>
|
Thursday, 4 Oct 2001
|
18:39 archie
Update to version 1.15.
|
Wednesday, 16 May 2001
|
02:30 archie
Update to version 1.14.
|
Thursday, 1 Mar 2001
|
15:52 archie
Update to version 1.13.
|
Friday, 23 Feb 2001
|
16:08 archie
Distfile location changed.
|
Wednesday, 9 Aug 2000
|
17:49 cpiazza
Update MASTER_SITE
|
Tuesday, 1 Aug 2000
|
00:55 archie
Update to version 1.12.
|
Thursday, 29 Jun 2000
|
08:03 obrien
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
|
Number of commits found: 48 |