notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: japanese/kterm/Makefile
SVNWeb

Number of commits found: 55

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 6 Nov 2019
[ 18:03 zeising search for other commits by this committer ] Original commit   Revision:516912 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 3 May 2019
[ 21:06 linimon search for other commits by this committer ] Original commit   Revision:500752 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
These ports now build on aarch64.

Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
Mon, 11 Mar 2019
[ 21:25 zeising search for other commits by this committer ] Original commit   Revision:495395 (Only the first 10 of 243 ports in this commit are shown above. View all ports for this commit)
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
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
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
Mon, 13 Feb 2017
[ 16:38 mat search for other commits by this committer ] Original commit   Revision:433999 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Fix USE_GITHUB usage.

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

Sponsored by:	Absolight
Fri, 11 Nov 2016
[ 10:18 linimon search for other commits by this committer ] Original commit   Revision:425881
Mark various ports broken on aarch64.

Approved by:	portmgr (tier-2 blanket)
Sun, 6 Nov 2016
[ 03:51 hrs search for other commits by this committer ] Original commit   Revision:425460
Fix build.
Fri, 4 Nov 2016
[ 22:50 hrs search for other commits by this committer ] Original commit   Revision:425363
- Fix X11 dependency.
- Fix bdftopcf dependency.
- Eliminate unfetchable patch files.
Tue, 23 Aug 2016
[ 17:53 marino search for other commits by this committer ] Original commit   Revision:420724
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.
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 24 Jul 2015
[ 19:43 hrs search for other commits by this committer ] Original commit   Revision:392839
Fix ${opt}_* variables.

PR:	201846
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Sat, 21 Mar 2015
[ 23:05 bapt search for other commits by this committer ] Original commit   Revision:381876 (Only the first 10 of 422 ports in this commit are shown above. View all ports for this commit)
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
Sat, 5 Jul 2014
[ 19:27 olgeni search for other commits by this committer ] Original commit   Revision:360810 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 24 May 2014
[ 18:10 hrs search for other commits by this committer ] Original commit   Revision:355069
- STAGEDIR support.
- Fix BUILD_DEPENDS when VGAFONT defined.
Fri, 20 Sep 2013
[ 18:47 bapt search for other commits by this committer ] Original commit   Revision:327737 (Only the first 10 of 352 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
Fri, 28 Jun 2013
[ 11:51 bapt search for other commits by this committer ] Original commit   Revision:321957 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Jun 2013
[ 16:08 bapt search for other commits by this committer ] Original commit   Revision:320703
Fix build with clang
Sun, 20 Jan 2013
[ 06:18 hrs search for other commits by this committer ] Original commit   Revision:310673
Fix SIGSEGV when pasting multibyte characters.

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

Pointyhat: me
[ 14:56 eadler search for other commits by this committer ] Original commit   Revision:304915
convert to optionsNG
minify header
Wed, 15 Aug 2012
[ 19:26 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

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

Pointed out by:         pointyhat via erwin
Sun, 11 Jan 2009
[ 22:03 nork search for other commits by this committer ] Original commit 
Use openpty(3) and Bump PORTREVISION, accodingly.
Thu, 24 Jul 2008
[ 15:03 hrs search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
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
Tue, 22 Jul 2008
[ 22:01 flz search for other commits by this committer ] Original commit 
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).

Approved by:    portmgr (self)
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Fri, 28 Dec 2007
[ 17:32 nork search for other commits by this committer ] Original commit 
Fix build error without sgtty.h.

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

Submitted by:   Watanabe Kazuhiro <CQG00620 <a t> nifty.ne.jp>
Sat, 2 Jun 2007
[ 16:38 nork search for other commits by this committer ] Original commit 
No need to MANCOMPRESSED=yes.
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Wed, 21 Jun 2006
[ 06:55 nork search for other commits by this committer ] Original commit 
Grab.
[ 06:54 nork search for other commits by this committer ] Original commit 
o Set stty min & vtime.
o Bump PORTREVISION, accordingly.

PR:             ports/92184
Submitted by:   TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp>
Wed, 21 Dec 2005
[ 00:06 ehaupt search for other commits by this committer ] Original commit 
- 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>
Tue, 3 May 2005
[ 09:33 vanilla search for other commits by this committer ] Original commit 
- 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
Sun, 10 Apr 2005
[ 05:57 lesi search for other commits by this committer ] Original commit 
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.
Fri, 11 Mar 2005
[ 21:02 pav search for other commits by this committer ] Original commit 
- Be clever about fetching

PR:             ports/78601
Submitted by:   KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
Sun, 6 Mar 2005
[ 22:06 arved search for other commits by this committer ] Original commit 
* 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>
Thu, 23 Dec 2004
[ 09:32 nork search for other commits by this committer ] Original commit  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 31 Mar 2004
[ 15:40 nork search for other commits by this committer ] Original commit 
Add Tektronix emulation knob.

PR:             ports/64835
Submitted by:   Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
Approved by:    shige (blanket)
Fri, 7 Mar 2003
[ 06:04 ade search for other commits by this committer ] Original commit  (Only the first 10 of 247 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Fri, 15 Nov 2002
[ 16:21 shige search for other commits by this committer ] Original commit 
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
Wed, 15 May 2002
[ 13:20 yoichi search for other commits by this committer ] Original commit 
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
Fri, 1 Mar 2002
[ 17:52 shige search for other commits by this committer ] Original commit 
Fix font foundary in fontList.   Add jisx0213 patch.   Add 16-colors patch from
ports/kterm16c.    
Fri, 22 Jun 2001
[ 16:15 shige search for other commits by this committer ] Original commit 
Revise KTerm resources for using fixed-pitch fonts.   PORTREVISION bump.    
Sat, 12 May 2001
[ 18:39 shige search for other commits by this committer ] Original commit 
Fix XAWVER shlib version.    
Tue, 8 May 2001
[ 17:56 shige search for other commits by this committer ] Original commit 
PORTREVISION bump.    
Sat, 7 Oct 2000
[ 23:15 asami search for other commits by this committer ] Original commit 
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.    
Thu, 21 Sep 2000
[ 05:12 shige search for other commits by this committer ] Original commit 
Sychronize with neXtaw upgrade.    
Thu, 3 Aug 2000
[ 10:28 asami search for other commits by this committer ] Original commit  (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
(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.    
Thu, 29 Jun 2000
[ 08:03 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
Move the stragler's www.freebsd.org/~user distfiles to the offical  
MASTER_SITE_LOCAL site.    

Number of commits found: 55