notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: japanese/kterm/Makefile

Number of commits found: 61

Thursday, 8 Feb 2024
05:11 Hiroki Sato (hrs) search for other commits by this committer
japanese/kterm: Revert MANPREFIX change in 9a5a5a0

 - Just use "install.man" target to install the manual page since
   ManDirectoryRoot has been updated to point LOCALBASE/share/man on
   and after xorg-cf-files-1.0.8_1.

 - The localized manpage is installed to
   LOCALBASE/share/man/<lang>.<charset>/ where man(1) looks up,
   not LOCALBASE/share/man/<lang>/.
commit hash: e9626d04ff33d3953bd15b9fc82b27a3c97064a5 commit hash: e9626d04ff33d3953bd15b9fc82b27a3c97064a5 commit hash: e9626d04ff33d3953bd15b9fc82b27a3c97064a5 commit hash: e9626d04ff33d3953bd15b9fc82b27a3c97064a5 e9626d0
Sunday, 4 Feb 2024
19:13 Gleb Popov (arrowd) search for other commits by this committer
*: Move manpages to share/man for imake ports.

Approved by:	portmgr (blanket)
commit hash: e427ab10bfca54efa711a2eec5e75dbf88ea0acd commit hash: e427ab10bfca54efa711a2eec5e75dbf88ea0acd commit hash: e427ab10bfca54efa711a2eec5e75dbf88ea0acd commit hash: e427ab10bfca54efa711a2eec5e75dbf88ea0acd e427ab1
Monday, 22 Jan 2024
20:26 Muhammad Moinur Rahman (bofh) search for other commits by this committer
japanese/kterm: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 9a5a5a0378972be4f6b9d4d4c67c68baaebb1daa commit hash: 9a5a5a0378972be4f6b9d4d4c67c68baaebb1daa commit hash: 9a5a5a0378972be4f6b9d4d4c67c68baaebb1daa commit hash: 9a5a5a0378972be4f6b9d4d4c67c68baaebb1daa 9a5a5a0
Sunday, 7 Jan 2024
17:30 Hiroki Sato (hrs) search for other commits by this committer
japanese/kterm: Resurrect kterm-6.2.0
commit hash: f7d0c259cce55b0da69350975d6f896f030eaa6f commit hash: f7d0c259cce55b0da69350975d6f896f030eaa6f commit hash: f7d0c259cce55b0da69350975d6f896f030eaa6f commit hash: f7d0c259cce55b0da69350975d6f896f030eaa6f f7d0c25
Wednesday, 12 Jul 2023
19:59 Rene Ladan (rene) search for other commits by this committer
japanese/kterm: Remove expired port

2023-07-11 japanese/kterm: Last upstream release was in 2011
commit hash: 97521b49961ee5a884aa68a39c84075537177889 commit hash: 97521b49961ee5a884aa68a39c84075537177889 commit hash: 97521b49961ee5a884aa68a39c84075537177889 commit hash: 97521b49961ee5a884aa68a39c84075537177889 97521b4
Sunday, 11 Jun 2023
19:16 Muhammad Moinur Rahman (bofh) search for other commits by this committer
japanese/kterm: Fix build with llvm15

- Pet portclippy
- Mark DEPRECATED as last upstream release was in 2011
- Set EXPIRATION_DATE 2023-07-11

Approved by:	portmgr (blanket)
commit hash: 6f3e97105272cecf8644625a9f03102c72853bdf commit hash: 6f3e97105272cecf8644625a9f03102c72853bdf commit hash: 6f3e97105272cecf8644625a9f03102c72853bdf commit hash: 6f3e97105272cecf8644625a9f03102c72853bdf 6f3e971
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 6 Nov 2019
18:03 zeising search for other commits by this committer
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.
Original commitRevision:516912 
Friday, 3 May 2019
21:06 linimon search for other commits by this committer
These ports now build on aarch64.

Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
Original commitRevision:500752 
Monday, 11 Mar 2019
21:25 zeising search for other commits by this committer
x11-fonts/mkfontscale: Update to 1.2.0

Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
Original commitRevision:495395 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
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
Original commitRevision:479406 
Monday, 13 Feb 2017
16:38 mat search for other commits by this committer
Fix USE_GITHUB usage.

For a couple of ports, bump PORTEPOCH as their version were wrong.

Sponsored by:	Absolight
Original commitRevision:433999 
Friday, 11 Nov 2016
10:18 linimon search for other commits by this committer
Mark various ports broken on aarch64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:425881 
Sunday, 6 Nov 2016
03:51 hrs search for other commits by this committer
Fix build.
Original commitRevision:425460 
Friday, 4 Nov 2016
22:50 hrs search for other commits by this committer
- Fix X11 dependency.
- Fix bdftopcf dependency.
- Eliminate unfetchable patch files.
Original commitRevision:425363 
Tuesday, 23 Aug 2016
17:53 marino search for other commits by this committer
japanese/kterm: wpi patch site no longer resolves (patch unfetchable)

This port also needs USES+=ncurses with an associated patch to Imakefile,
but that will wait until after the port is unbroken again.
Original commitRevision:420724 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Friday, 24 Jul 2015
19:43 hrs search for other commits by this committer
Fix ${opt}_* variables.

PR:	201846
Original commitRevision:392839 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Saturday, 21 Mar 2015
23:05 bapt search for other commits by this committer
Make fonts repecting XDG

Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Original commitRevision:381876 
Saturday, 5 Jul 2014
19:27 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
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)
Original commitRevision:360810 
Saturday, 24 May 2014
18:10 hrs search for other commits by this committer
- STAGEDIR support.
- Fix BUILD_DEPENDS when VGAFONT defined.
Original commitRevision:355069 
Friday, 20 Sep 2013
18:47 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
Original commitRevision:327737 
Friday, 28 Jun 2013
11:51 bapt search for other commits by this committer
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
Original commitRevision:321957 
Wednesday, 12 Jun 2013
16:08 bapt search for other commits by this committer
Fix build with clang
Original commitRevision:320703 
Sunday, 20 Jan 2013
06:18 hrs search for other commits by this committer
Fix SIGSEGV when pasting multibyte characters.

Submitted by:	nyan
Original commitRevision:310673 
01:30 hrs search for other commits by this committer
Add UTF-8 support.
Original commitRevision:310669 
Wednesday, 26 Sep 2012
15:28 eadler search for other commits by this committer
Fix the port build: I forgot to test after a 'rmconfig'

Pointyhat: me
Original commitRevision:304917 
14:56 eadler search for other commits by this committer
convert to optionsNG
minify header
Original commitRevision:304915 
Wednesday, 15 Aug 2012
19:26 tabthorpe search for other commits by this committer
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
Original commit
Sunday, 24 Jan 2010
16:14 nork search for other commits by this committer
Fix build error on 9-current (utmpx) by disabling UTMP.

Pointed out by:         pointyhat via erwin
Original commit
Sunday, 11 Jan 2009
22:03 nork search for other commits by this committer
Use openpty(3) and Bump PORTREVISION, accodingly.
Original commit
Thursday, 24 Jul 2008
15:03 hrs search for other commits by this committer
Remove japanese/kterm16c because japanese/kterm now supports the
16-color patch.  While I am here, OPTIONSify WITH_* vars and add
some clean-ups to the Makefile in japanese/kterm.

Approved by:    maintainer
Original commit
Tuesday, 22 Jul 2008
22:01 flz search for other commits by this committer
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).

Approved by:    portmgr (self)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Friday, 28 Dec 2007
17:32 nork search for other commits by this committer
Fix build error without sgtty.h.

PR:             ports/119104
Submitted by:   Ed Schouten <ed at fxq dot nl>
Original commit
Saturday, 9 Jun 2007
11:58 nork search for other commits by this committer
gzip Japanese manual like default (English) manual by USE_IMAKE.

Submitted by:   Watanabe Kazuhiro <CQG00620 <a t> nifty.ne.jp>
Original commit
Saturday, 2 Jun 2007
16:38 nork search for other commits by this committer
No need to MANCOMPRESSED=yes.
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 21 Jun 2006
06:55 nork search for other commits by this committer
Grab.
Original commit
06:54 nork search for other commits by this committer
o Set stty min & vtime.
o Bump PORTREVISION, accordingly.

PR:             ports/92184
Submitted by:   TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp>
Original commit
Wednesday, 21 Dec 2005
00:06 ehaupt search for other commits by this committer
- Add a patch to use USE_POSIX_TERMIOS instead of hardcoded value (13)
- Use MANLANG, INSTALL_MAN, DOCSDIR, PLIST_FILES, general cleanup (me)
- Remove pkg-plist (me)
- Bump PORTREVISION (me)

PR:             90104
Submitted by:   Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
Original commit
Tuesday, 3 May 2005
09:33 vanilla search for other commits by this committer
- Change maintainer's mail address.
- Change URL of {MASTER,PATCH}_SITES where I distribute sources/patches.
- mkbold/mkitalic: Make portlint happy.

PR:             ports/80538
Submitted by:   maintainer
Original commit
Sunday, 10 Apr 2005
05:57 lesi search for other commits by this committer
Remove XAWVER from Xaw3d and neXtaw LIB_DEPENDS re. Xaw3d and neXtaw will
be depended upon just fine without explicit version in there, while
specifying it can occasionally confuse (cf. ports/78527). Package depends
on specific versions of Xaw3d, neXtaw and X libraries anyway and port
will get the right version number through imake.
Original commit
Friday, 11 Mar 2005
21:02 pav search for other commits by this committer
- Be clever about fetching

PR:             ports/78601
Submitted by:   KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
Original commit
Sunday, 6 Mar 2005
22:06 arved search for other commits by this committer
* Add the patch to use POSIX termios instead of ioctl,
  in order to correctlly run on amd64.

* Add w3m wheel mouse patch.

PR:             78488
Submitted by:   KOMATSU Shinichiro <koma2@ksta.ms.u-tokyo.ac.jp>
Original commit
Thursday, 23 Dec 2004
09:32 nork search for other commits by this committer
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)
Original commit
Wednesday, 31 Mar 2004
15:40 nork search for other commits by this committer
Add Tektronix emulation knob.

PR:             ports/64835
Submitted by:   Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
Approved by:    shige (blanket)
Original commit
Friday, 7 Mar 2003
06:04 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Friday, 15 Nov 2002
16:21 shige search for other commits by this committer
Support termcap "ec"(erase_chars).

This fixed scroll-and-wipe-screen problem,
for example, using /usr/bin/vi(4.x-RELEASE).
# There is "ec" directive in "kterm" termcap.
# But, kterm-6.2.0_4 or former does not support "ec"(erase_chars).

PORTREVISION bumped.

Pointed by:     KFB03633@nifty.ne.jp
Original commit
Wednesday, 15 May 2002
13:20 yoichi search for other commits by this committer
Fix input problem while mouse pointer is left on scroll bar.

PR:             ports/37668
Submitted by:   Yoshihiko Sarumaru <mistral@imasy.or.jp>
Reviewed by:    ports-jp@jp.FreeBSD.org
Original commit
Friday, 1 Mar 2002
17:52 shige search for other commits by this committer
Fix font foundary in fontList.   Add jisx0213 patch.   Add 16-colors patch from
ports/kterm16c.    
Original commit
Friday, 22 Jun 2001
16:15 shige search for other commits by this committer
Revise KTerm resources for using fixed-pitch fonts.   PORTREVISION bump.    
Original commit
Saturday, 12 May 2001
18:39 shige search for other commits by this committer
Fix XAWVER shlib version.    
Original commit
Tuesday, 8 May 2001
17:56 shige search for other commits by this committer
PORTREVISION bump.    
Original commit
Saturday, 7 Oct 2000
23:15 asami search for other commits by this committer
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.    
Original commit
Thursday, 21 Sep 2000
05:12 shige search for other commits by this committer
Sychronize with neXtaw upgrade.    
Original commit
Thursday, 3 Aug 2000
10:28 asami search for other commits by this committer
(1) Add new variable, XFREE86_VERSION, to specify which version of       XFree86
(3 or 4) to depend to when USE_XLIB is set.       XFREE86_VERSION defaults to 3
for now, but adventurous users can       override it in /etc/make.conf.  When
XFREE86_VERSION=3, USE_XLIB       will add a dependency to x11/XFree86; when it
is set to 4, the       dependency will be to x11/XFree86-4-libraries.  When     
 XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS       hacks
to avoid messing with XFree86 are turned off.    
Original commit
Thursday, 29 Jun 2000
08:03 obrien search for other commits by this committer
Move the stragler's www.freebsd.org/~user distfiles to the offical  
MASTER_SITE_LOCAL site.    
Original commit

Number of commits found: 61