aboutsummaryrefslogtreecommitdiff
path: root/japanese/canna-server
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-121-24/+16
| | | | Notes: svn path=/head/; revision=372492
* - Remove a few remaining $Id$ from pkg-plistsAlex Kozlov2014-11-061-1/+0
| | | | | | | Approved by: portmgr (mat) Notes: svn path=/head/; revision=372228
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* Add a missing patch to fix build.Hiroki Sato2014-05-251-0/+11
| | | | Notes: svn path=/head/; revision=355107
* - STAGEDIR support.Hiroki Sato2014-05-244-50/+172
| | | | | | | | - Add LICENSE. - Remove GCC dependency. Notes: svn path=/head/; revision=355055
* 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
* Two imake related changes:Tijl Coosemans2013-09-021-4/+0
| | | | | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325992
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Don't remove directories not created by this portMartin Wilke2013-06-192-8/+1
| | | | | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321260
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Use USE_IMAKE instead of BUILD_DEPENDS.Hiroki Sato2012-06-121-2/+1
| | | | Notes: svn path=/head/; revision=299127
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Fix ownership/permissions of files in ${DATADIR}/dic whenHiroki Sato2010-04-122-1/+9
| | | | | | | | | this port is added by pkg_add(1). Spotted by: WATANABE Kazuhiro Notes: svn path=/head/; revision=252579
* Fix an ownership/permission issue of ${PREFIX}/share/canna/dic.Hiroki Sato2010-04-111-3/+1
| | | | Notes: svn path=/head/; revision=252558
* - Mark BROKEN: changes ownership and permissions on /usr/local/share/canna/dicPav Lucistnik2010-03-161-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251138
* Move conversion tables from canna-server to canna-lib.Hiroki Sato2010-03-023-49/+17
| | | | | | | | Submitted by: nork (long time ago) Feature safe: yes Notes: svn path=/head/; revision=250505
* Remove implicit dependency on x11/xorg-libraries.Hiroki Sato2009-01-261-2/+7
| | | | | | | Spotted by: motoyuki Notes: svn path=/head/; revision=226891
* Fix typo.Jimmy Olgeni2009-01-221-1/+1
| | | | Notes: svn path=/head/; revision=226695
* - Use mode 0755 for unix domain socket directory to prevent writeHiroki Sato2008-11-083-7/+26
| | | | | | | | | | access from users other than the owner (bin). - Remove /tmp/.iroha_unix before cannaserver starts and after it is killed. Notes: svn path=/head/; revision=222534
* - Separate the server part and the library part from japanese/Canna, andHiroki Sato2008-10-267-177/+119
| | | | | | | | remove japanese/Canna. - Take maintainership. Notes: svn path=/head/; revision=222105
* Fix crash issue of cannaserver.Norikatsu Shigemura2008-09-202-1/+12
| | | | | | | | | | Obtained from: NetBSD, Canna CVS Repositry Approved by: portmgr (marcus) Committed at: the 27th EBUG Meeting at Bandai, Niigata, Japan (Powered by Daisuke) Committed with: EBUG Members (hre, karl, daigu, high, mikio, kaw and nork@) Notes: svn path=/head/; revision=220439
* Fix NULL pointer reference issue of addwords/cannakill/catdic/chmoddic/Norikatsu Shigemura2008-09-152-1/+12
| | | | | | | | | cpdic/delwords/lsdic/mkdic/mvdic/rmdic commands. Approved by: portmgr (pav) Notes: svn path=/head/; revision=220380
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* - 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
* Remove whitespace from line endings in pkg-plist files.Vasil Dimov2006-05-121-4/+4
| | | | | | | | | | | | | Those spaces used to hinder searching for the corresponding files with portsearch -f '/FILENAME$' for obvious reasons. Although currently portsearch removes those spaces itself remove them anyway. Inspired by: ports/94078 Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin) Notes: svn path=/head/; revision=162181
* Reset max@FreeBSD.org due to no response to email about status.Mark Linimon2006-04-151-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159532
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-5/+5
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Upgrade to 3.7p3.Masafumi Max NAKANE2004-07-122-5/+4
| | | | Notes: svn path=/head/; revision=113447
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Typo fix.Masafumi Max NAKANE2004-02-171-2/+2
| | | | | | | Pointed-out by: ume Notes: svn path=/head/; revision=101133
* RcNG'ize the startup script (and bump the port revision).Masafumi Max NAKANE2004-02-164-34/+56
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=101008
* Update to 3.7p1Masafumi Max NAKANE2004-02-134-14/+23
| | | | Notes: svn path=/head/; revision=100828
* Reverse the MANLANG arguments to workaround a bug in make(1). This isJoe Marcus Clarke2004-01-191-1/+1
| | | | | | | happening in anticipation of the upcoming bsd.*.mk changes. Notes: svn path=/head/; revision=98596
* Add chmoddic.1 to MAN1 which was missing in previous commit,Masafumi Max NAKANE2003-10-151-1/+2
| | | | | | | and bump the PORTREVISION. Notes: svn path=/head/; revision=91283
* Upgrade to 3.6p4.Munechika SUMIKAWA2003-10-143-5/+5
| | | | | | | | PR: ports/58018 Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org> Notes: svn path=/head/; revision=91234
* 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
* Add missing files and directoriesKris Kennaway2003-02-221-0/+6
| | | | Notes: svn path=/head/; revision=76103
* Upgrade to 3.6p3.Masafumi Max NAKANE2003-02-067-181/+95
| | | | Notes: svn path=/head/; revision=74952
* Ah, my slippery fingers, portversion should be 3.6p1 instead.Masafumi Max NAKANE2002-12-021-1/+1
| | | | | | | Pointed out by: knu Notes: svn path=/head/; revision=71304
* Upgrade to 3.6p1, which contains security fixes.Masafumi Max NAKANE2002-12-023-21/+20
| | | | | | | | | Approved by: kris Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> Review and mod by: max Notes: svn path=/head/; revision=71302
* Correctly handle wchar.Masafumi Max NAKANE2002-11-202-11/+24
| | | | | | | Submitted by: AIDA Shinra <aida-s@jcom.home.ne.jp> Notes: svn path=/head/; revision=70537
* Cannaserver now has the -u option which allow you to specify who shouldMasafumi Max NAKANE2002-11-144-61/+5
| | | | | | | | | own the server process. So instead of patching up the source to drop the root privilege, just use this. Suggested by: AIDA Shinra <aida-s@jcom.home.ne.jp> Notes: svn path=/head/; revision=70075
* The LinkFileList hack, introduced in Rev 1.7.Masafumi Max NAKANE2002-11-141-16/+0
| | | | | | | Pointed-out by: AIDA Shinra <aida-s@jcom.home.ne.jp> Notes: svn path=/head/; revision=70074
* Ooops, forgot to 'cvs rm' this when upgrading to 3.6.Masafumi Max NAKANE2002-11-121-20/+0
| | | | | | | Pointed out by: KANOU Hiroki <kanou@mil.allnet.ne.jp> Notes: svn path=/head/; revision=69941
* Upgrade to 3.6.Masafumi Max NAKANE2002-11-1110-169/+60
| | | | Notes: svn path=/head/; revision=69931