non port: sysutils/jfbterm/Makefile |
SVNWeb
|
Number of commits found: 35 |
Fri, 3 Jun 2016
|
[ 16:44 antoine ] (Only the first 10 of 238 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 9 Nov 2015
|
[ 12:59 antoine ] (Only the first 10 of 285 ports in this commit are shown above. )
Mark a few ports BROKEN: unfetchable
|
Thu, 8 Oct 2015
|
[ 14:12 amdmi3 ] (Only the first 10 of 11 ports in this commit are shown above. )
Add a way to cleanly handle terminfo.db file used by devel/ncurses
This database contains compiled terminfo entries and is merged from
a large part which comes with ncurses themselves and compiled
.terminfo files installed by other ports (currently only rxvt-unicode
and jfbterm)
- Now the database is always kept up to date, regardless of port
installation order (both ncurses installed before .terminfo files
and the other way around work as expected)
- All affected ports now support clean deinstallation and do not
produce stage-qa errors
- Affected ports are simplified, as they now only need to define
USES=terminfo
- rxvt-unicode no longer pulls in ncurses: the dependency is not
really needed for anything beside updating it's own database
- The patch contains Q/A test to check whether a port needs, or
needs not USES=terminfo
Approved by: portmgr (mat, bapt)
Differential Revision: D3747
|
Sun, 22 Mar 2015
|
[ 09:46 bapt ]
Fix unifont detection
|
Sat, 21 Mar 2015
|
[ 23:05 bapt ] (Only the first 10 of 422 ports in this commit are shown above. )
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
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Thu, 7 Aug 2014
|
[ 09:09 marino ]
Stage sysutils/jfbterm
PR: 192391
Submitted by: IWAMOTO Kouichi
Tweaks by: marino
|
Mon, 14 Jul 2014
|
[ 18:42 bapt ] (Only the first 10 of 280 ports in this commit are shown above. )
Modernize LIB_DEPENDS
With hat: portmgr
|
Tue, 25 Mar 2014
|
[ 11:26 tijl ]
- Link with libcharset to get locale_charset.
- Remove broken master site.
Reported by: antoine
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Mon, 2 Sep 2013
|
[ 16:38 bsam ]
Just use USES+=iconv (delete non-functional if-then-else code).
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Thu, 28 Mar 2013
|
[ 15:51 eadler ] (Only the first 10 of 53 ports in this commit are shown above. )
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
|
Tue, 16 Oct 2012
|
[ 22:47 bapt ]
Convert to new options framework
PR: ports/172424
Submitted by: Michael Gmelin <freebsd@grem.de>
Feature safe: yes
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 16 May 2012
|
[ 06:09 daichi ]
now jfbterm working for amd64
|
Mon, 26 Dec 2011
|
[ 16:12 tabthorpe ] (Only the first 10 of 13 ports in this commit are shown above. )
- Reset ports to heap due to mail bounces
<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
550-5.1.1 The email account that you tried to reach does not exist. Please
try 550-5.1.1 double-checking the recipient's email address for typos or
550-5.1.1 unnecessary spaces. Learn more at
550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
d6si2748840pbk.7 (in reply to RCPT TO command)
With Hat: portmgr
|
Sun, 19 Jun 2011
|
[ 10:56 crees ]
- Remove termcap record on deinstall
- Use %D in plist
- Respect NOPORTDATA
PR: ports/153622
Submitted by: Anonymous (swell.k@gmail.com) (maintainer)
Approved by: rene (mentor)
|
Wed, 22 Sep 2010
|
[ 05:44 pgollucci ]
- Assign to <swell.k@gmail.com>, submitter of last > 4 prs
due to several timeouts by previous maintainer.
|
[ 05:40 pgollucci ]
Dispose of autotools[1]. While here fix these bugs:
- GCC 4.4+ build (#elif with no expression)
- use ENABLE_VGA16FB on amd64 (configure-script expects x86_64)
and
- move libiconv, libpng and gnu-unifont to respective options.
All ON by default. With all options unset = empty all-depends-list.
Requested by: paradox <ddkprog@yahoo.com>
[1] This should reduce build time and lessen dependencies with little
cost of maintaining more clear BSDmakefile and config.h that
were based on Makefile.am, configure.in and config.h.in.
Fix png14 regression (Only the first 15 lines of the commit message are shown above )
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sat, 5 Jun 2010
|
[ 21:02 miwi ]
- Update to 0.6.1
PR: 146238
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: timeout
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 12 Mar 2010
|
[ 20:39 jkim ]
- Enable support for 16-color mode on amd64.
- Make MTRR range for write-combining always power of two.
- Clear the memory range when we are exiting.
Okay'ed by: nrg milk (bsdports at mail dot com) (maintainer)
|
Sun, 1 Mar 2009
|
[ 19:38 beat ]
- Update to 0.6.0
PR: ports/132225
Submitted by: nrg milk <bsdports AT gmail.com> (maintainer)
Approved by: miwi (mentor)
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Sat, 5 Jul 2008
|
[ 11:25 edwin ]
Chase move of x11-fonts/gnu-unifont.
PR: ports/124278
Submitted by: nrg milk <bsdports@gmail.com>
|
Thu, 29 May 2008
|
[ 21:08 lippe ]
- Require automake and autoconf.
- Builds fine on amd64 too.
- PORTREVISION.
PR: ports/123480
Submitted by: nrg milk <nrgmilk@gmail.com>
Approved by: gabor (mentor), maintainer timeout (>2 weeks)
|
Sun, 4 May 2008
|
[ 12:47 vanilla ]
Upgrade to 0.5.1.
PR: ports/123319
Submitted by: Yasuhiro KIMURA <yasu.at.utahime.org>
Approved by: maintainer
|
Tue, 22 Apr 2008
|
[ 15:39 vanilla ]
Upgrade to 0.5.0.
PR: ports/122669
Submitted by: maintainer
|
Mon, 31 Mar 2008
|
[ 03:19 vanilla ]
Fix 'make install' error.
PR: ports/122085
Submitted by: nrg milk <nrgmilk at gmail.com>
Pointy hat by: me
|
Wed, 19 Mar 2008
|
[ 06:43 vanilla ]
Add jfbterm 0.4.7, multilanguage can be displayed on the console.
PR: ports/121037
Submitted by: nrg milk <bsdports at gmail.com>
|
Number of commits found: 35 |