non port: japanese/kinput2/Makefile |
SVNWeb
|
Number of commits found: 26 |
Wed, 14 Apr 2021
|
[ 15:41 Mathieu Arnold (mat) ] 85737ae (Only the first 10 of 22 ports in this commit are shown above. )
Mk: Cleanup after moving apply-slist earlier.
|
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.
|
Wed, 6 Nov 2019
|
[ 18:03 zeising ] (Only the first 10 of 14 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories j
Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Thu, 2 Nov 2017
|
[ 21:41 olgeni ] (Only the first 10 of 108 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
|
Wed, 20 Jul 2016
|
[ 15:33 mat ] (Only the first 10 of 67 ports in this commit are shown above. )
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
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
|
Sat, 20 Dec 2014
|
[ 19:05 bapt ] (Only the first 10 of 11 ports in this commit are shown above. )
Cleanup plist
|
Fri, 30 May 2014
|
[ 02:16 hrs ]
- Fix build when only CANNA is defined in PORT_OPTIONS.
- Simplify PORT_OPTIONS handling.
PR: ports/190396
|
Thu, 6 Mar 2014
|
[ 08:51 hrs ]
- STAGEDIR support.
- Use new syntax for LIB_DEPENDS.
|
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, 10 Jul 2013
|
[ 11:37 bapt ]
Mark jobs unsafe
|
Fri, 28 Jun 2013
|
[ 11:51 bapt ] (Only the first 10 of 111 ports in this commit are shown above. )
New USES imake to handle the dependency on imake.
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
|
Fri, 3 May 2013
|
[ 08:13 bapt ]
Fix syntax error
Spotted by: bmake exp-run
|
Thu, 2 May 2013
|
[ 22:13 hrs ]
- Trim old-style header.
- Use OPTIONS_DEFINE.
|
Mon, 7 Dec 2009
|
[ 17:27 hrs ] (Only the first 10 of 15 ports in this commit are shown above. )
- Fix SIGSEGV problem on amd64.
- Convert ConvDesc and ModeTable to a linked list, deprecate complex
realloc-based memory management.
- Add missing "${CAT} ${PKGMESSAGE}" in the post-install target.
- Regenerate patches.
|
Tue, 9 Jun 2009
|
[ 15:33 amdmi3 ] (Only the first 10 of 240 ports in this commit are shown above. )
Convert most of remaining ports that depend on xorg-libraries to
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)
|
Sun, 28 Dec 2008
|
[ 04:51 hrs ]
Prioritize $JSERVER over "CcWnn.Jserver" in the resource file for
server name lookup for consistency. Bump PORTREVISION.
|
Tue, 11 Nov 2008
|
[ 15:54 hrs ]
Fix a typo in WITH_WNN7.
Spotted by: NAKAJI Hiroyuki
PR: ports/128789
|
[ 14:53 hrs ]
Stop using :u modifier because old make(1) does not understand it.
Spotted by: ume
|
Sat, 8 Nov 2008
|
[ 07:10 hrs ]
Use mode 01777 for unix domain socket directory and drop access
privilege to the unix domain socket from group and others.
This should be no user-visible change.
|
Fri, 7 Nov 2008
|
[ 18:39 hrs ]
Use Unix domain socket for Wnn backend (jserver) by default.
|
[ 16:20 hrs ]
Fix packing list when all of WITH_*WNN* knobs are disabled and
only WITH_CANNA is enabled.
Spotted by: WATANABE Kazuhiro
|
Sun, 2 Nov 2008
|
[ 16:14 hrs ]
- Disable TCP transport by default (WITH_TCP knob) because unix
domain socket is used in most cases.
- Use "localhost" when TCP transport enabled.
|
Sat, 1 Nov 2008
|
[ 16:45 hrs ]
Use 127.0.0.1 for incoming communication socket (internally-used
one) instead of INADDR_ANY. This is not a user-visible change of the
original functionality.
|
Sun, 26 Oct 2008
|
[ 20:00 hrs ] (Only the first 10 of 68 ports in this commit are shown above. )
- Simplify japanese/kinput2-* variants into a single japanese/kinput2.
The japanese/kinput2 port supports Canna, FreeWnn, and SJ3 by default.
- OPTIONify backend support selection.
- Take maintainership.
|
Sun, 5 Oct 2008
|
[ 16:51 hrs ]
japanese/kinput2 is repo-copied from japanese/kinput2-freewnn.
|
Number of commits found: 26 |