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/jvim3/Makefile
SVNWeb

Number of commits found: 41

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.
Thu, 7 Nov 2019
[ 20:20 zeising search for other commits by this committer ] Original commit   Revision:517008 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Sprinkle more USES=xorg
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
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
Fri, 29 Aug 2014
[ 16:31 hrs search for other commits by this committer ] Original commit   Revision:366528
- Fix build.  A "grep" directory conflicted with "grep" target.
- Move generation of a file to post-build.
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 25 May 2014
[ 03:11 hrs search for other commits by this committer ] Original commit   Revision:355106
Fix build.
Sat, 29 Mar 2014
[ 12:30 antoine search for other commits by this committer ] Original commit   Revision:349502
Mark broken: Fails to link

cc -o jvim3 alloc.o unix.o buffer.o charset.o cmdcmds.o cmdline.o  csearch.o
digraph.o edit.o fileio.o getchar.o help.o  linefunc.o main.o mark.o memfile.o
memline.o message.o misccmds.o  normal.o ops.o param.o quickfix.o regexp.o 
regsub.o screen.o search.o  tag.o term.o undo.o window.o  kanji.o track.o  u2s.o
s2u.o feponew.o version.o -ltermlib -L/usr/local/lib -lX11 -L/usr/local/lib
-lonew-canna+freewnn -lcanna -ljd -lcrypt
/usr/bin/ld: cannot find -lonew-canna+freewnn
*** [jvim3] Error code 1

Reported by:	pkg-fallout
Fri, 14 Mar 2014
[ 14:38 hrs search for other commits by this committer ] Original commit   Revision:348240
- Fix build.
- Integrate FREEWNN and CANNA into one option.
- STAGEDIR support.
- Bump PORTREVISION due to the option change.
Thu, 20 Feb 2014
[ 21:06 antoine search for other commits by this committer ] Original commit   Revision:345267
Mark broken again, fails to install

mkdir -p /usr/local/bin
install  -s -o root -g wheel -m 555 jvim3 /usr/local/bin
mkdir -p /usr/local/man/man1
install  -o root -g wheel -m 444 ../doc/vim.1 /usr/local/man/man1/jvim3.1
mkdir -p /usr/local/lib
install  -o root -g wheel -m 444 ../doc.j/vim.hlp /usr/local/lib/jvim3.hlp
/bin/ln -sf /usr/local/bin/jvim3 /usr/local/bin/jvim
install  -s -o root -g wheel -m 555
/wrkdirs/usr/ports/japanese/jvim3/work/vim/src/grep/grep /usr/local/bin/jgrep
install: /wrkdirs/usr/ports/japanese/jvim3/work/vim/src/grep/grep: No such file
or directory
*** Error code 71

Reported by:	pkg-fallout since August 2013
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)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Fri, 3 May 2013
[ 18:57 hrs search for other commits by this committer ] Original commit   Revision:317231
- Update to 3.0.j2.1b.
- Use OPTIONS_RADIO for Japanese FEP selection.
- Fix build when CC is defined.
- Respect CFLAGS.
- Rename MACHINE and TARGET in Makefile.
- Mark MAKE_JOBS_SAFE=yes.
[ 16:48 ume search for other commits by this committer ] Original commit   Revision:317221
Unmark BROKEN.  It seems buildable.
Sat, 23 Feb 2013
[ 14:55 miwi search for other commits by this committer ] Original commit   Revision:312828
- BROKEN does not build

install  -s -o root -g wheel -m 555
/work/a/ports/japanese/jvim3/work/vim/src/grep/grep /usr/local/bin/jgrep
install: /work/a/ports/japanese/jvim3/work/vim/src/grep/grep: No such file or
directory
*** Error code 71
Fri, 29 Jun 2012
[ 12:42 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Convert to new option framework
Fri, 28 May 2010
[ 16:57 nork search for other commits by this committer ] Original commit 
Fix build error on clangbsd
Fri, 21 Nov 2008
[ 13:08 hrs search for other commits by this committer ] Original commit 
Fix "make install" when setting all of $OPTIONS off.

Spotted by:     nork
Tue, 28 Oct 2008
[ 15:09 hrs search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Simplify japanese/jvim3-* variants into a single japanese/jvim3.
- OPTIONify Japanese backend support selection.
[ 11:29 hrs search for other commits by this committer ] Original commit 
Update dependency.
Sun, 26 Oct 2008
[ 20:25 hrs search for other commits by this committer ] Original commit 
Update dependency.
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Thu, 23 Dec 2004
[ 09:32 nork search for other commits by this committer ] Original commit  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER to ports@.
We cannot contact them for a long time.

Discussed with: hrs
Approved by:    kiri(blanket), mita(blanket),
                shige(blanket), taoka(blanket)
Mon, 15 Nov 2004
[ 05:19 sf search for other commits by this committer ] Original commit  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
farewell to libxpg4.
Tue, 29 Jun 2004
[ 14:03 nork search for other commits by this committer ] Original commit 
Use termios rather than sgtty.

Approved by:            taoka (blanket)
Tested on the box from: AMD Developper Program
Fri, 7 Mar 2003
[ 00:16 ade search for other commits by this committer ] Original commit  (Only the first 10 of 241 ports in this commit are shown above. View all ports for this commit)
Remove pkg-comment from remaining master/slave port sets.

Approved by:    portmgr (implicitly)
Thu, 23 May 2002
[ 08:09 taoka search for other commits by this committer ] Original commit 
Remove -traditional -Dconst= from compile options
  A swap file (foo.swp) is used to recover when crashed.
  Before the modification, we cannot recover from the swap file.

Submitted by: Kikuchi <kikuchan@wave.tc.knct.ac.jp>
Suggested by: Tomoaki NISHIYAMA <tomoaki@nibb.ac.jp>
Obtained from:
http://home.jp.freebsd.org/cgi-bin/showmail/FreeBSD-users-jp/68055
Tue, 29 Jan 2002
[ 16:38 fenner search for other commits by this committer ] Original commit 
Fix Makefile typo ("$" at beginning of line before comment)    
[ 11:08 knu search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
Thu, 29 Nov 2001
[ 04:30 taoka search for other commits by this committer ] Original commit 
On WITHOUT_X11=yes, compiling jvim3-* fails.   This fix is to succeed in it.    
Mon, 27 Aug 2001
[ 02:20 taoka search for other commits by this committer ] Original commit  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
* Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library for   Wnn7
clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib   by me and is
not released from the Product company of Wnn7 (Omron   Software Co., Ltd).    
Thu, 5 Jul 2001
[ 20:49 taoka search for other commits by this committer ] Original commit 
Support WITHOUT_X11=yes    
Sat, 30 Jun 2001
[ 10:44 taoka search for other commits by this committer ] Original commit 
Update Japanized patch from j2.1beta to j2.1a    
Mon, 15 Jan 2001
[ 18:21 taoka search for other commits by this committer ] Original commit 
Support ${CFLAGS}    
Tue, 10 Oct 2000
[ 06:10 taoka search for other commits by this committer ] Original commit 
Make symlinks jvim3 -> jvim and jvim2 -> jvim   Each port of jvim3 and
jvim3-direct_canna has a problem   when using jvim3rc in privious port. So I
fixed it.    
Sun, 8 Oct 2000
[ 08:21 asami search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Change PATCHDIR from patches/ to files/.  Also change PKGDIR (pkg/ to   .) and
other pkg variables if they are nearby.    
Fri, 8 Sep 2000
[ 05:34 taoka search for other commits by this committer ] Original commit  (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:    
Fri, 25 Aug 2000
[ 03:12 taoka search for other commits by this committer ] Original commit 
Updated to 2.1beta    

Number of commits found: 41