aboutsummaryrefslogtreecommitdiff
path: root/japanese/Wnn7-lib
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-121-2/+0
| | | | Notes: svn path=/head/; revision=372492
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Rename the rather surprising number of japanese/ patch-xy patchesAdam Weinberger2014-07-284-2/+2
| | | | | | | to reflect the files they modify. Notes: svn path=/head/; revision=363264
* Remove USE_GCC=any and OPTIONS_DEFAULT=DOCS.Tijl Coosemans2014-05-301-3/+1
| | | | | | | | PR: ports/185268 Approved by: maintainer timeout (5 months) Notes: svn path=/head/; revision=355880
* Support stageBaptiste Daroussin2014-05-091-9/+4
| | | | Notes: svn path=/head/; revision=353372
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - Update MASTER_SITES.Hiroki Sato2013-07-201-5/+9
| | | | | | | - Use OPTIONS_DEFINE. Notes: svn path=/head/; revision=323355
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+1
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - Fix off-by-one error in sockaddr_un length calculation[*].Hiroki Sato2008-12-295-40/+52
| | | | | | | | | - Style clean-ups. Spotted by: Yoshihiko Sarumaru[*] Notes: svn path=/head/; revision=224952
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Fix build error with gcc-4.2.MANTANI Nobutaka2008-03-234-4/+55
| | | | | | | | PR: ports/120606 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Notes: svn path=/head/; revision=209630
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-301-6/+1
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* - Respect X11BASERong-En Fan2006-12-031-0/+6
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=178679
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149333
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-231-1/+1
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-7/+3
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to the 2001.10.17 version of Wnn7SDK.tgzSatoshi Taoka2002-10-2914-226/+125
| | | | | | | | | | | | | The latest version was modified from Wnn6-lib by me. On October 17, 2001, Wnn7SDK.tgz was released from Omron Software Co., Ltd. But I have not modified the port for Wnn7SDK.tgz. Then Mr. Kawaguti modifed it. Submitted by: Kawaguti Ginga <ginga@ginganet.org> Obtained from: ports-jp@jp.FreeBSD.org Notes: svn path=/head/; revision=69088
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* * Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library forSatoshi Taoka2001-08-278-43/+151
| | | | | | | | | | | | | | 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). * Modify master ports of the above ports according to adding these. * [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected Submitted by: imp Notes: svn path=/head/; revision=46945
* fix a problem in "make -V PORTVERSION"Satoshi Taoka2001-07-081-3/+3
| | | | | | | | | | by correcting a position of the line ".include <bsd.port.pre.mk>" Pointed out by: Dan Langille <dan@langille.org> Submitted by: okazaki Notes: svn path=/head/; revision=44914
* Solve a problem such that if make, imake for XFree86-3 is required,Satoshi Taoka2001-07-071-0/+4
| | | | | | | but imake for XFree86-3 is required under XFree86-4, too. Notes: svn path=/head/; revision=44865
* Recently I updated from Wnn 4.2 to FreeWnn 1.1.1. Then include filesSatoshi Taoka2000-09-172-27/+26
| | | | | | | | | | | ${LOCALBASE}/include/wnn/*.h and a archive librarry libwnn.a of FreeWnn conflict with ones of Wnn6-lib. So I move Wnn6-lib's include files into ${LOCALBASE}/include/wnn6/wnn and remove libwnn.a of Wnn6-lib. Note that libwnn6.a can be used instead of libwnn.a for Wnn6-lib. Notes: svn path=/head/; revision=32768
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-3/+2
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-3/+3
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449
* Use devel/imake instead of x11/XFree86.Masafumi Max NAKANE2000-03-081-1/+1
| | | | | | | | Note: I'm not too sure if these ports really work without x11 libs and headers as I don't have X'less environment. Notes: svn path=/head/; revision=26647
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* More WWW: additionsMichael Haro1999-05-071-1/+1
| | | | Notes: svn path=/head/; revision=18580
* Changed MAINTAINER's e-mail addressSatoshi Taoka1999-05-012-4/+4
| | | | | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
* Fix installation by not requiring "wnn" user.Satoshi Asami1998-12-282-3/+24
| | | | | | | | PR: 9021 Submitted by: maintainer Notes: svn path=/head/; revision=15695
* Oops, forgot to commit these. BROKEN_ELF fix.Satoshi Asami1998-12-013-0/+99
| | | | | | | PR: 8770 Notes: svn path=/head/; revision=14968
* Use the recently-released source of the Wnn6 client library, so we aren'tSatoshi Asami1998-12-014-24/+56
| | | | | | | | | | BROKEN_ELF anymore. PR: 8770 Submitted by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=14967
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-3/+1
| | | | Notes: svn path=/head/; revision=11552
* Cleanup etc. submitted by port maintainer. Create account automaticallySatoshi Asami1997-09-192-5/+4
| | | | | | | | | if it doesn't exist, and chown everything to the right UID after unpacking. Submitted by: maintainer Notes: svn path=/head/; revision=7963
* Wnn ver 6. Files were already repository copied from japanese/Wnn.Satoshi Asami1997-09-105-658/+47
| | | | | | | | | | | | | Wnn6 is just a wrapper for the commercial Wnn6 CDROM, so you obviously need the CDROM to use the port. Wnn6-lib is the library interface, and this half is free (this port will be used by the upcoming mule ports). PR: 4166 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=7844
* Fix many bugs. Share files that can be shared.Satoshi Asami1997-09-104-12/+332
| | | | | | | | PR: 4409 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=7843
* The project template file is called "X11.tmpl" in XFree86-3.3, so makeSatoshi Asami1997-06-191-1/+4
| | | | | | | | a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is necessary for letting imake pick it up automatically. Notes: svn path=/head/; revision=7011
* Master site has moved.Satoshi Asami1997-04-161-2/+2
| | | | | | | Submitted by: hanai Notes: svn path=/head/; revision=6219
* Add some @dirrms.Satoshi Asami1997-03-061-1/+14
| | | | Notes: svn path=/head/; revision=5878
* Update comments.Satoshi Asami1996-11-131-5/+1
| | | | Notes: svn path=/head/; revision=4435
* Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).Satoshi Asami1996-11-131-2/+2
| | | | Notes: svn path=/head/; revision=4434