From owner-cvs-all@FreeBSD.ORG Wed Sep 22 05:40:22 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F66A106564A; Wed, 22 Sep 2010 05:40:22 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D90818FC19; Wed, 22 Sep 2010 05:40:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8M5eKDm042147; Wed, 22 Sep 2010 05:40:20 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8M5eKpM042146; Wed, 22 Sep 2010 05:40:20 GMT (envelope-from pgollucci) Message-Id: <201009220540.o8M5eKpM042146@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Wed, 22 Sep 2010 05:40:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2010 05:40:22 -0000 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 [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 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