| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/shells/bicon/files/ |
Upload File : |
--- font/Makefile.am.orig 2018-06-02 15:24:33 UTC +++ font/Makefile.am @@ -1,27 +1,20 @@ include fonts.mk -ALL_CONSOLE_FONTS_PSFU_GZ = $(ALL_CONSOLE_FONTS_PSFU:=.gz) - fontdir = $(pkgdatadir)/font -dist_font_DATA = $(ALL_CONSOLE_FONTS_PSFU_GZ) $(BDF) noinst_DATA = $(ALL_CONSOLE_FONTS_SFM) EXTRA_DIST = $(ALL_SUBSFMS) bicon-bdf2psf.pl BDF2PSF = $(srcdir)/bicon-bdf2psf.pl -CLEANFILES = *.sfm *.psf *.psfu *.psfu.gz *.tmp +CLEANFILES = *.sfm *.tmp -SUFFIXES = .bdf .bdf-maintain .sfm -ltr.sfm .psf -ltr.psf .psfu .psfu.gz +SUFFIXES = .bdf .bdf-maintain .sfm -ltr.sfm # Note: I replaced the non-portable rules below with old suffix way to make # them portable. But unfortunately this way the dependancies like %.psf: $(BDF) # do not work anymore :(. Perhaps a check for GNU make should happen... -# %.psfu.gz: %.psfu -.psfu.psfu.gz: - gzip --best -c $< > $@ - # %-set-names: %.bdf .bdf.bdf-maintain: $(srcdir)/bdf_set_names $< > $<.tmp && mv -f $<.tmp $< @@ -37,11 +30,6 @@ SUFFIXES = .bdf .bdf-maintain .sfm -ltr.sfm .psf -ltr. # %-ltr.sfm: %.sfm .sfm-ltr.sfm: $(LN_S) $< $@ - -# %.psfu: %.psf %.sfm -.psf.psfu: - $(MAKE) $(AM_MAKEFLAGS) $*.sfm - psfaddtable $*.psf $*.sfm $*.psfu bicon-8x16-512.sfm: bicon-ascii.sub-sfm bicon-arabic.sub-sfm bicon-nomarks.sub-sfm cat $^ > $@