notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: japanese/migemo/Makefile
SVNWeb

Number of commits found: 46

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  8d9b67b  (Only the first 10 of 220 ports in this commit are shown above. View all ports for this commit)
japanese: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Daichi GOTO <daichi@FreeBSD.org>
  *  Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
  *  FUJISHIMA Satsuki <sf@FreeBSD.org>
  *  Fumihiko Kimura <jfkimura@yahoo.co.jp>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 2 Mar 2018
[ 20:11 rene search for other commits by this committer ] Original commit   Revision:463448
japanese/migemo: remove now obsolete deprecated-if-slave section

Reported by:	jrm
Fri, 2 Feb 2018
[ 19:51 jrm search for other commits by this committer ] Original commit   Revision:460732
japanese/migemo-emacs: Deprecate and mark for deletion in one month
Thu, 1 Feb 2018
[ 18:03 jrm search for other commits by this committer ] Original commit   Revision:460621 (Only the first 10 of 143 ports in this commit are shown above. View all ports for this commit)
Flavorize and modernize Emacs ports

- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
  editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
  subshell
- Silence some portlint warnings

[1] By not depending on base texinfo

PR:		225404
Reviewed by:	antoine
Approved by:	portmgr (mat) ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13506
Sun, 25 Jun 2017
[ 00:29 linimon search for other commits by this committer ] Original commit   Revision:444251 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
Begin deorbit burn of ia64.  We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Thu, 25 Sep 2014
[ 09:24 tijl search for other commits by this committer ] Original commit   Revision:369227
- Convert to USES=autoreconf
- Use BROKEN_ia64
- Don't display pkg-message from post-install
Sun, 22 Jun 2014
[ 09:52 nobutaka search for other commits by this committer ] Original commit   Revision:358779
Support staging.
Thu, 2 Jan 2014
[ 20:02 swills search for other commits by this committer ] Original commit   Revision:338480
- Ruby 1.9 is default now, remove conditionalization for it

With hat:	ruby@
Fri, 20 Sep 2013
[ 18:47 bapt search for other commits by this committer ] Original commit   Revision:327737 (Only the first 10 of 352 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 22 Aug 2011
[ 14:48 nobutaka search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Fix incompatibility with Ruby 1.9.

Reported by:        linimon
Sun, 14 Aug 2011
[ 03:15 nobutaka search for other commits by this committer ] Original commit 
Use SKK dictionary as of 2011/08/13.
Bump PORTREVISION.
Sat, 6 Aug 2011
[ 08:41 swills search for other commits by this committer ] Original commit 
- Mark broken with Ruby 1.9

With hat:       ruby@
Fri, 24 Dec 2010
[ 15:38 nobutaka search for other commits by this committer ] Original commit 
- Fix build error.
- Update MASTER_SITES.
- Add license info.
- Use SKK dictionary as of 2010/12/23.
- Bump PORTREVISION.
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Fri, 24 Sep 2010
[ 03:22 ade search for other commits by this committer ] Original commit 
Migrate from devel/automake15 to devel/automake14 (legacy)
Sun, 13 Jun 2010
[ 08:40 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
BROKEN should not be quoted.
No functional change.
Wed, 27 Jan 2010
[ 16:54 nobutaka search for other commits by this committer ] Original commit 
Fix breakage of isearch-backward function

Submitted by:   kuriyama
Thu, 19 Nov 2009
[ 23:41 pav search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Tue, 6 May 2008
[ 06:43 nobutaka search for other commits by this committer ] Original commit 
Make migemo ports to properly handle a case that EMACS_PORT_NAME is defined in
/etc/make.conf.
Mon, 5 May 2008
[ 16:53 nobutaka search for other commits by this committer ] Original commit 
Fix build error.
Sun, 9 Jul 2006
[ 17:07 nobutaka search for other commits by this committer ] Original commit 
Update SKK dictionary for migemo to the today's snapshot.
Fri, 31 Mar 2006
[ 13:44 nobutaka search for other commits by this committer ] Original commit 
Remove BROKEN mark since pthread support of lang/ruby18 port that causes
coredump is disabled by default.
Sun, 12 Feb 2006
[ 22:24 kris search for other commits by this committer ] Original commit 
BROKEN: Coredump during build
Sun, 20 Nov 2005
[ 12:40 nobutaka search for other commits by this committer ] Original commit 
Update SKK dictionary to the today's snapshot.
Thu, 17 Nov 2005
[ 10:31 sem search for other commits by this committer ] Original commit 
- Fix dependency on removed port.
- Bump PORTREVISION in master port

Reported by:    cperciva
Pointy hat to:  me
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
Sat, 18 Jun 2005
[ 17:38 nobutaka search for other commits by this committer ] Original commit 
Use the latest SKK dictionary snapshot to generate the migemo dictionary.
Mon, 27 Sep 2004
[ 22:58 kris search for other commits by this committer ] Original commit 
Now builds on amd64

Approved by:    portmgr (self)
Fri, 4 Jun 2004
[ 17:29 ade search for other commits by this committer ] Original commit  (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
Sync with new bsd.autotools.mk
Tue, 6 Apr 2004
[ 13:23 nobutaka search for other commits by this committer ] Original commit 
Change MASTER_SITES to unbreak fetch.
[ 01:06 kris search for other commits by this committer ] Original commit 
BROKEN: Unfetchable
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Mon, 23 Feb 2004
[ 22:07 kris search for other commits by this committer ] Original commit 
BROKEN on !i386 and !sparc64: Does not compile
Sun, 15 Jun 2003
[ 13:55 nobutaka search for other commits by this committer ] Original commit 
Update to 0.40.
Sat, 22 Feb 2003
[ 14:25 nobutaka search for other commits by this committer ] Original commit  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sun, 6 Oct 2002
[ 12:55 nobutaka search for other commits by this committer ] Original commit 
Unify post-install targets of migemo-* ports.
Sat, 3 Nov 2001
[ 19:16 nobutaka search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Maintainer is committer now.    
Thu, 11 Oct 2001
[ 11:30 ijliao search for other commits by this committer ] Original commit 
add missing file into PLIST    
Thu, 20 Sep 2001
[ 05:46 knu search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update migemo to 0.32.    

Number of commits found: 46