non port: lang/ruby22/Makefile |
SVNWeb
|
Number of commits found XX: 37 |
Wed, 27 Dec 2017
|
[ 19:52 sunpoet ] 
457400 lang/ruby22/Makefile
Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31
|
Fri, 15 Dec 2017
|
[ 03:02 swills ] 
456382 lang/ruby22/Makefile
456382 lang/ruby23/Makefile
456382 lang/ruby24/Makefile
lang/ruby22, 23, 24: update ARCHs
Add armv7, drop armv6hf and ia64. While here, drop unneeded quotes.
PR: 223986
Submitted by: linimon
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] 
450351 Mk/Scripts/qa.sh
450351 Mk/Uses/execinfo.mk
450351 astro/opencpn/Makefile
450351 audio/clementine-player/Makefile
450351 audio/deadbeef/Makefile
450351 audio/pulseaudio/Makefile
450351 audio/sayonara/Makefile
450351 biology/seqtools/Makefile
450351 biology/ugene/Makefile
450351 cad/klayout/Makefile
(Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Tue, 11 Jul 2017
|
[ 21:03 swills ] 
445549 Mk/bsd.ruby.mk
445549 lang/ruby22/Makefile
445549 lang/ruby23/Makefile
445549 lang/ruby24/Makefile
445549 lang/ruby24/pkg-plist
lang/ruby2{2,3,4}: require libunwind
Since ruby detects this if it's installed, and it's more often installed now
due to other deps, and ruby provides no way to not depend on it if it's found,
pull it in as a dependency unconditionally. While here, fix plist for ruby 2.4
with the CAPIDOCS option on, and restore the MAKE_JOBS_UNSAFE flag when using
that build option since it's not fixed like I thought it was.
PR: 219796
Reported by: Grzegorz Junka <list1@gjunka.com>
|
Mon, 12 Jun 2017
|
[ 22:25 sunpoet ] 
443478 lang/ruby22/Makefile
Use USES=readline:port
|
Mon, 1 May 2017
|
[ 14:55 sunpoet ] 
439900 lang/ruby22/Makefile
439900 lang/ruby23/Makefile
439900 lang/ruby24/Makefile
Always use latest doxygen
MFH: 2017Q2
|
Sun, 16 Apr 2017
|
[ 11:08 sunpoet ] 
438650 lang/ruby22/Makefile
Use BROKEN_SSL
|
Mon, 3 Apr 2017
|
[ 12:57 sunpoet ] 
437623 lang/ruby22/Makefile
437623 lang/ruby22/files/patch-eval.c
437623 lang/ruby22/files/patch-eval_error.c
437623 lang/ruby22/files/patch-ext_readline_extconf.rb
437623 lang/ruby22/files/patch-thread.c
437623 lang/ruby22/files/patch-vm_eval.c
437623 lang/ruby22/files/patch-vm_trace.c
Pet portlint
|
Mon, 27 Feb 2017
|
[ 06:37 sunpoet ] 
434915 lang/ruby21/Makefile
434915 lang/ruby22/Makefile
434915 lang/ruby23/Makefile
434915 lang/ruby24/Makefile
Fix doxygen version requirement
PR: 217384
Submitted by: Yunchih Chen <yunchih@csie.ntu.edu.tw>
|
Fri, 17 Feb 2017
|
[ 06:18 rea ] 
434270 lang/ruby21/Makefile
434270 lang/ruby22/Makefile
434270 lang/ruby23/Makefile
Ruby: introduce dependency on modern Doxygen
Otherwise (found with Doxygen 1.8.10) packaging list will be broken
with missing entries like dir_<hexdigits>.html.
Reviewed by: swills@ (part of ruby@)
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] 
431796 Mk/Scripts/check-stagedir.sh
431796 Mk/Uses/elixir.mk
431796 Mk/Uses/gem.mk
431796 Mk/bsd.commands.mk
431796 Mk/bsd.port.mk
431796 archivers/libzip/Makefile
431796 audio/denemo/Makefile
431796 audio/libamrnb/Makefile
431796 audio/libamrwb/Makefile
431796 base/gcc/Makefile
(Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Thu, 22 Dec 2016
|
[ 03:39 danfe ] 
429141 lang/ruby21/Makefile
429141 lang/ruby22/Makefile
429141 lang/ruby23/Makefile
Relax condition to pull GCC from ports which was added in r417665 to fix
the build specifically on powerpc64, while the check included both 32-bit
and 64-bit PowerPC. While here, drop rudimentary support for ia64 which
is long unsupported in base (and hardly ever was in ports).
Tested on: Mac mini G4
|
Tue, 29 Nov 2016
|
[ 18:46 mat ] 
427389 archivers/libarchive/Makefile
427389 archivers/unrar/Makefile
427389 databases/freetds/Makefile
427389 databases/postgresql92-server/Makefile
427389 devel/libevent2/Makefile
427389 dns/credns/Makefile
427389 dns/ldns/Makefile
427389 dns/validns/Makefile
427389 ftp/lftp/Makefile
427389 ftp/proftpd/Makefile
(Only the first 10 of 55 ports in this commit are shown above. )
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
|
Fri, 25 Nov 2016
|
[ 21:27 gerald ] 
427129 biology/seqan-apps/Makefile
427129 devel/bisoncpp/Makefile
427129 devel/libbobcat/Makefile
427129 devel/pure-stldict/Makefile
427129 emulators/dolphin-emu/Makefile
427129 lang/cilkplus/Makefile
427129 lang/gcc6-devel/Makefile
427129 lang/gcc6/Makefile
427129 lang/gcc7-devel/Makefile
427129 lang/ruby21/Makefile
(Only the first 10 of 12 ports in this commit are shown above. )
Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9.
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] 
424411 Makefile
424411 Mk/Uses/elixir.mk
424411 Mk/Uses/erlang.mk
424411 Mk/Uses/gem.mk
424411 Mk/Uses/gnome.mk
424411 Mk/Uses/gssapi.mk
424411 Mk/Uses/pear.mk
424411 Mk/Uses/perl5.mk
424411 Mk/Uses/php.mk
424411 Mk/bsd.gecko.mk
(Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sun, 4 Sep 2016
|
[ 00:51 swills ] 
421301 lang/ruby22/Makefile
421301 lang/ruby22/pkg-plist
lang/ruby22: fix plist with CAPIDOCS
While here, switch to USES=ssl
PR: 209359
Submitted by: Ting-Wei Lan <lantw44@gmail.com> (with modifications)
|
Mon, 27 Jun 2016
|
[ 14:50 swills ] 
417666 lang/ruby21/Makefile
417666 lang/ruby22/Makefile
417666 lang/ruby23/Makefile
lang/ruby2?: Actually unmark broken
|
[ 14:37 swills ] 
417665 lang/ruby21/Makefile
417665 lang/ruby22/Makefile
417665 lang/ruby23/Makefile
lang/ruby2?: Fix build on powerpc64
|
Fri, 17 Jun 2016
|
[ 13:44 mat ] 
417013 lang/ruby22/Makefile
With the default options set, ruby is also sometime failing with:
--- loadpath.o ---
loadpath.c:30:2: error: RUBY_EXEC_PREFIX must be defined
^
loadpath.c:41:50: error: use of undeclared identifier 'RUBY_LIB_VERSION'
typedef char ruby_lib_version_string[(int)sizeof(RUBY_LIB_VERSION) - 2];
Sponsored by: Absolight
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] 
413746 archivers/innoextract/Makefile
413746 archivers/pecl-phk/Makefile
413746 archivers/php55-phar/Makefile
413746 archivers/php56-phar/Makefile
413746 audio/xmms-volnorm/Makefile
413746 benchmarks/smhasher/Makefile
413746 biology/plinkseq/Makefile
413746 chinese/wordpress-zh_CN/Makefile
413746 chinese/wordpress-zh_TW/Makefile
413746 comms/atslog/Makefile
(Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Sun, 17 Apr 2016
|
[ 18:40 sunpoet ] 
413529 lang/ruby22/Makefile
- Pet portlint
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] 
412347 hebrew/culmus/Makefile
412347 hebrew/he2/Makefile
412347 irc/anope/Makefile
412347 irc/atheme-services/Makefile
412347 irc/bitlbee/Makefile
412347 irc/ctrlproxy/Makefile
412347 irc/cwirc/Makefile
412347 irc/dxirc/Makefile
412347 irc/epic4/Makefile
412347 irc/ezbounce/Makefile
(Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 23 Dec 2015
|
[ 19:09 sunpoet ] 
404312 Mk/bsd.ruby.mk
404312 lang/ruby22/Makefile
404312 lang/ruby22/distinfo
404312 lang/ruby22/files/patch-ext_openssl_extconf.rb
404312 lang/ruby22/files/patch-ext_readline_extconf.rb
404312 lang/ruby22/pkg-plist
- Update to 2.2.4
- Add LICENSE_FILE
- Use USES=autoreconf instead of USE_AUTOTOOLS=autoconf
- Use USES=libedit
- Silence patch and build messages
Changes: https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-2-4-released/
http://svn.ruby-lang.org/repos/ruby/tags/v2_2_4/ChangeLog
Security: 3b50881d-1860-4721-aab1-503290e23f6c
Differential Revision: https://reviews.freebsd.org/D4668
PR: 205487
Exp-run by: antoine
MFH: 2015Q4
|
Fri, 20 Nov 2015
|
[ 22:53 mmoll ] 
402110 lang/ruby20/Makefile
402110 lang/ruby21/Makefile
402110 lang/ruby22/Makefile
lang/ruby2*: fix configure on armv6 with LLVM 3.7
Submitted by: dim
|
Mon, 16 Nov 2015
|
[ 19:11 mmoll ] 
401783 lang/ruby20/Makefile
401783 lang/ruby21/Makefile
401783 lang/ruby22/Makefile
lang/ruby2*: mark BROKEN on ia64
PR: 194572
|
Thu, 5 Nov 2015
|
[ 10:14 mmoll ] 
400831 lang/ruby20/Makefile
400831 lang/ruby21/Makefile
400831 lang/ruby22/Makefile
lang/ruby2*: correct configure options
Fix readline & libedit configure options after a slight error slipped in
with the patches done in r400142.
PR: 203988
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
|
Sun, 25 Oct 2015
|
[ 00:21 mmoll ] 
400142 lang/ruby20/Makefile
400142 lang/ruby20/files/patch-ext_readline_extconf.rb
400142 lang/ruby21/Makefile
400142 lang/ruby21/files/patch-ext_readline_extconf.rb
400142 lang/ruby22/Makefile
400142 lang/ruby22/files/patch-ext_readline_extconf.rb
lang/ruby2*: fix readline & libedit configure options
The fixed error(s) were only visible with LOCALBASE not set to /usr/local.
PR: 203988
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
|
Mon, 7 Sep 2015
|
[ 17:47 sunpoet ] 
396294 Mk/bsd.ruby.mk
396294 lang/ruby22/Makefile
396294 lang/ruby22/files/patch-Makefile.in
396294 lang/ruby22/files/patch-configure.in
396294 lang/ruby22/files/patch-lib_mkmf.rb
396294 lang/ruby22/files/patch-tool_mkconfig.rb
396294 lang/ruby22/files/patch-tool_rbinstall.rb
- Move *_DEPENDS together
- Add GMP option: libgmp.so is linked if present
- Sort CONFIGURE_ARGS
- Remove duplicate WRKSRC
- Sort USES
- Use pre-install: instead of pre-su-install:
- Convert to new options helper
- Convert to new options target helper
- Add regression-test:
- Fix typo
- Cosmetic change
- Pet portlint: fix diff header of patch files
- Bump PORTREVISION for dependency and package change
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] 
394508 CHANGES
394508 Mk/bsd.database.mk
394508 Mk/bsd.options.mk
394508 Mk/bsd.port.mk
394508 Mk/bsd.sanity.mk
394508 Tools/scripts/README
394508 Tools/scripts/check-latest-link
394508 UPDATING
394508 audio/amarok-kde4/Makefile
394508 audio/jack/Makefile
(Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Thu, 14 May 2015
|
[ 10:15 mat ] 
386312 Mk/bsd.sites.mk
386312 accessibility/py-atspi/Makefile
386312 accessibility/py3-atspi/Makefile
386312 archivers/dpkg/Makefile
386312 archivers/fastjar/Makefile
386312 archivers/gcpio/Makefile
386312 archivers/lbrate/Makefile
386312 archivers/lha-ac/Makefile
386312 archivers/macutils/Makefile
386312 archivers/mscompress/Makefile
(Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Mon, 4 May 2015
|
[ 13:21 antoine ] 
385403 Mk/bsd.port.mk
385403 graphics/xfig/Makefile
385403 lang/ruby20/Makefile
385403 lang/ruby21/Makefile
385403 lang/ruby22/Makefile
385403 mail/courier/Makefile
385403 news/cleanfeed/Makefile
Remove _*OWNGRP, with staging it's not useful anymore
With hat: portmgr
Original submission: bapt
Exp-run: self
|
Sun, 19 Apr 2015
|
[ 19:51 swills ] 
384323 lang/ruby20/Makefile
384323 lang/ruby21/Makefile
384323 lang/ruby22/Makefile
Fix build on arm
|
Tue, 14 Apr 2015
|
[ 00:38 swills ] 
383967 lang/ruby21/Makefile
383967 lang/ruby22/Makefile
Don't enable dtrace on non-x86 platforms since it causes build issues.
|
Wed, 1 Apr 2015
|
[ 23:26 bdrewery ] 
382973 Mk/bsd.ruby.mk
382973 lang/ruby20/Makefile
382973 lang/ruby20/files/patch-ext_openssl_extconf.rb
382973 lang/ruby21/Makefile
382973 lang/ruby21/files/patch-ext_openssl_extconf.rb
382973 lang/ruby22/Makefile
382973 lang/ruby22/files/patch-ext_openssl_extconf.rb
- Fix runtime with OpenSSL after the removal of SSLv2 in head.
- Make the main LOCALBASE/bin files into symlinks to the actual version to
make it simpler to tell which version is default.
|
Wed, 25 Mar 2015
|
[ 12:58 marino ] 
382211 lang/afnix/Makefile
382211 lang/afnix/files/patch-cnf_mak_afnix-clg4.mak
382211 lang/ecl/Makefile
382211 lang/ferite/Makefile
382211 lang/icon/Makefile
382211 lang/ocaml/Makefile
382211 lang/ofc/Makefile
382211 lang/onyx/Makefile
382211 lang/php5/Makefile
382211 lang/php53/Makefile
(Only the first 10 of 26 ports in this commit are shown above. )
lang category: Remove $PTHREAD_LIBS
Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.
approved by: PTHREAD blanket
|
Mon, 9 Mar 2015
|
[ 13:30 swills ] 
380845 Mk/bsd.ruby.mk
380845 lang/ruby22/Makefile
380845 lang/ruby22/distinfo
380845 lang/ruby22/files/extra-vm_dump.c
380845 lang/ruby22/files/patch-Makefile.in
380845 lang/ruby22/files/patch-configure.in
380845 lang/ruby22/files/patch-tool_rbinstall.rb
380845 lang/ruby22/pkg-plist
lang/ruby22: update to 2.2.1
PR: 198338
Submitted by: Yasuhiro KIMURA <freebsd.org@pob01.utahime.jp>
|
Fri, 20 Feb 2015
|
[ 23:51 swills ] 
379473 Mk/bsd.ruby.mk
379473 lang/Makefile
379473 lang/ruby22
379473 lang/ruby22/Makefile
379473 lang/ruby22/distinfo
379473 lang/ruby22/files/extra-vm_dump.c
379473 lang/ruby22/files/patch-ext_readline_extconf.rb
379473 lang/ruby22/files/patch-tool_mkconfig.rb
379473 lang/ruby22/files/patch-tool_rbinstall.rb
379473 lang/ruby22/pkg-plist
Add Ruby 2.2.0
Differential Revision: D1457
Submitted by: sunpoet
Reviewed by: swills (myself)
|
Number of commits found XX: 37 |