Date: Wed, 22 Sep 2010 05:40:20 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/jfbterm Makefile pkg-descr pkg-plist ports/sysutils/jfbterm/files BSDmakefile patch-configure patch-screensaver.c patch-splash-png.c pkg-message.in Message-ID: <201009220540.o8M5eKpM042146@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2010-09-22 05:40:20 UTC FreeBSD ports repository Modified files: sysutils/jfbterm Makefile pkg-descr pkg-plist Added files: sysutils/jfbterm/files BSDmakefile patch-screensaver.c patch-splash-png.c Removed files: sysutils/jfbterm/files patch-configure pkg-message.in Log: 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 Use PREFIX in man pages, config, pkg-message and drop redundant PKGMESSAGE assign as well Re-adding ONLY_FOR_ARCHS that was removed by lippe@ in r1.5 because while it builds fine the package may not work on archs without VESA support. All options are ON in order for package to work with default configuration. Tested building with BSDmakefile a bit on NetBSD and using devel/bmake port. Perhaps, it can be included upstream. PR: ports/139107 (bsdmake), ports/146230 (png14), ports/146271 (PREFIX) ports/150759 [this pr] Submitted by: Anonymous <swell.k@gmail.com> Revision Changes Path 1.13 +116 -22 ports/sysutils/jfbterm/Makefile 1.1 +81 -0 ports/sysutils/jfbterm/files/BSDmakefile (new) 1.2 +0 -11 ports/sysutils/jfbterm/files/patch-configure (dead) 1.1 +11 -0 ports/sysutils/jfbterm/files/patch-screensaver.c (new) 1.1 +11 -0 ports/sysutils/jfbterm/files/patch-splash-png.c (new) 1.3 +0 -27 ports/sysutils/jfbterm/files/pkg-message.in (dead) 1.2 +2 -1 ports/sysutils/jfbterm/pkg-descr 1.2 +8 -5 ports/sysutils/jfbterm/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009220540.o8M5eKpM042146>