non port: japanese/jvim3/Makefile |
SVNWeb
|
Number of commits found: 41 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 8d9b67b (Only the first 10 of 220 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 7 Nov 2019
|
[ 20:20 zeising ] (Only the first 10 of 70 ports in this commit are shown above. )
Sprinkle more USES=xorg
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
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 ] (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
|
Fri, 29 Aug 2014
|
[ 16:31 hrs ]
- Fix build. A "grep" directory conflicted with "grep" target.
- Move generation of a file to post-build.
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
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 )
|
Sun, 25 May 2014
|
[ 03:11 hrs ]
Fix build.
|
Sat, 29 Mar 2014
|
[ 12:30 antoine ]
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 ]
- 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 ]
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 ] (Only the first 10 of 352 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 3 May 2013
|
[ 18:57 hrs ]
- 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 ]
Unmark BROKEN. It seems buildable.
|
Sat, 23 Feb 2013
|
[ 14:55 miwi ]
- 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 ] (Only the first 10 of 25 ports in this commit are shown above. )
Convert to new option framework
|
Fri, 28 May 2010
|
[ 16:57 nork ]
Fix build error on clangbsd
|
Fri, 21 Nov 2008
|
[ 13:08 hrs ]
Fix "make install" when setting all of $OPTIONS off.
Spotted by: nork
|
Tue, 28 Oct 2008
|
[ 15:09 hrs ] (Only the first 10 of 21 ports in this commit are shown above. )
- Simplify japanese/jvim3-* variants into a single japanese/jvim3.
- OPTIONify Japanese backend support selection.
|
[ 11:29 hrs ]
Update dependency.
|
Sun, 26 Oct 2008
|
[ 20:25 hrs ]
Update dependency.
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 7868 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 174 ports in this commit are shown above. )
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 ] (Only the first 10 of 54 ports in this commit are shown above. )
farewell to libxpg4.
|
Tue, 29 Jun 2004
|
[ 14:03 nork ]
Use termios rather than sgtty.
Approved by: taoka (blanket)
Tested on the box from: AMD Developper Program
|
Fri, 7 Mar 2003
|
[ 00:16 ade ] (Only the first 10 of 241 ports in this commit are shown above. )
Remove pkg-comment from remaining master/slave port sets.
Approved by: portmgr (implicitly)
|
Thu, 23 May 2002
|
[ 08:09 taoka ]
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 ]
Fix Makefile typo ("$" at beginning of line before comment)
|
[ 11:08 knu ] (Only the first 10 of 23 ports in this commit are shown above. )
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 ]
On WITHOUT_X11=yes, compiling jvim3-* fails. This fix is to succeed in it.
|
Mon, 27 Aug 2001
|
[ 02:20 taoka ] (Only the first 10 of 62 ports in this commit are shown above. )
* 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 ]
Support WITHOUT_X11=yes
|
Sat, 30 Jun 2001
|
[ 10:44 taoka ]
Update Japanized patch from j2.1beta to j2.1a
|
Mon, 15 Jan 2001
|
[ 18:21 taoka ]
Support ${CFLAGS}
|
Tue, 10 Oct 2000
|
[ 06:10 taoka ]
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 ] (Only the first 10 of 21 ports in this commit are shown above. )
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 ] (Only the first 10 of 172 ports in this commit are shown above. )
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
|
Fri, 25 Aug 2000
|
[ 03:12 taoka ]
Updated to 2.1beta
|
Number of commits found: 41 |