On 2017/07/31 14:28, Kaashif Hymabaccus wrote:
> On Mon, Jul 31, 2017 at 10:14:39AM +0100, Stuart Henderson wrote:
> > MODULES +=          lang/python
> > MODPY_VERSION =             ${MODPY_DEFAULT_VERSION_3}
> > MODPY_RUNDEP =              No
> > MAKE_FLAGS =                INT=${MODPY_BIN}
> > 
> > > -@comment share/fonts/terminus/ter-x12b.pcf.gz
> > > +share/fonts/terminus/ter-x12b.pcf.gz
> > 
> > This @comment was intentional, nothing changed regarding this font
> > (6x12 bold - see r1.2 of the ports Makefile).
> 
> Thanks for the improvements. See below for the improved diff.
> 
> > The other question is whether anyone needs the X11 8-bit fonts that
> > weren't removed but stopped being installed by default with this
> > update.
> 
> I don't know about this. If anyone uses them, they can reply to this
> mail, I suppose.

Turns out I *was* using ter-112n which was removed by this. It took me
a few days to reboot and notice that xstatbar wasn't displaying, then
a bit longer to figure out why... I'm sure I'm not the only one, so
here's a modified diff which re-adds them.

Is this ok with you Daniel?

Index: Makefile
===================================================================
RCS file: /cvs/ports/fonts/terminus-font/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    24 Apr 2016 15:44:32 -0000      1.11
+++ Makefile    4 Aug 2017 12:05:03 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =              fixed width fonts especially for long hacking sessions
 
-DISTNAME =             terminus-font-4.40
-REVISION =             0
+DISTNAME =             terminus-font-4.46
 CATEGORIES =           fonts x11
 
 HOMEPAGE =             http://terminus-font.sourceforge.net/
@@ -15,11 +14,16 @@ PERMIT_PACKAGE_CDROM =              Yes
 
 MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=terminus-font/}
 
+MODULES +=             lang/python
+MODPY_VERSION =                ${MODPY_DEFAULT_VERSION_3}
+MODPY_RUNDEP =         No
+MAKE_FLAGS =           INT=${MODPY_BIN}
+
 CONFIGURE_STYLE =      simple
 NO_TEST =              Yes
 USE_X11 =              Yes
 
-ALL_TARGET =           pcf
+ALL_TARGET =           pcf pcf-8bit
 
 FONTDIR =              ${PREFIX}/share/fonts/terminus
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/fonts/terminus-font/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    13 Nov 2015 20:18:25 -0000      1.5
+++ distinfo    4 Aug 2017 12:05:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (terminus-font-4.40.tar.gz) = 
ZPUsJNPxweOfIebEMHepvj4h1DhPF29XZsAFWLpnBxE=
-SIZE (terminus-font-4.40.tar.gz) = 558440
+SHA256 (terminus-font-4.46.tar.gz) = 
TilDPlaZt23x9cmpbxIozM+OqKFnkc/vBj8rhQbHW80=
+SIZE (terminus-font-4.46.tar.gz) = 590210
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/fonts/terminus-font/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   31 Mar 2015 09:45:11 -0000      1.3
+++ pkg/PLIST   4 Aug 2017 12:05:03 -0000
@@ -165,6 +165,24 @@ share/fonts/terminus/ter-g28b.pcf.gz
 share/fonts/terminus/ter-g28n.pcf.gz
 share/fonts/terminus/ter-g32b.pcf.gz
 share/fonts/terminus/ter-g32n.pcf.gz
+@comment share/fonts/terminus/ter-i12b.pcf.gz
+share/fonts/terminus/ter-i12n.pcf.gz
+share/fonts/terminus/ter-i14b.pcf.gz
+share/fonts/terminus/ter-i14n.pcf.gz
+share/fonts/terminus/ter-i16b.pcf.gz
+share/fonts/terminus/ter-i16n.pcf.gz
+share/fonts/terminus/ter-i18b.pcf.gz
+share/fonts/terminus/ter-i18n.pcf.gz
+share/fonts/terminus/ter-i20b.pcf.gz
+share/fonts/terminus/ter-i20n.pcf.gz
+share/fonts/terminus/ter-i22b.pcf.gz
+share/fonts/terminus/ter-i22n.pcf.gz
+share/fonts/terminus/ter-i24b.pcf.gz
+share/fonts/terminus/ter-i24n.pcf.gz
+share/fonts/terminus/ter-i28b.pcf.gz
+share/fonts/terminus/ter-i28n.pcf.gz
+share/fonts/terminus/ter-i32b.pcf.gz
+share/fonts/terminus/ter-i32n.pcf.gz
 @comment share/fonts/terminus/ter-k12b.pcf.gz
 share/fonts/terminus/ter-k12n.pcf.gz
 share/fonts/terminus/ter-k14b.pcf.gz

Reply via email to