and drop redundant PKGMESSAGE assign as well
Responsible Changed From-To: freebsd-ports-bugs->itetcu itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
Maintainer of sysutils/jfbterm, Please note that PR ports/146271 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146271 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->closed fixed with 146238 commit.
miwi@FreeBSD.org writes: > Synopsis: [patch] sysutils/jfbterm: use PREFIX in man pages, config, pkg-message > > State-Changed-From-To: feedback->closed > State-Changed-By: miwi > State-Changed-When: Sat Jun 5 21:04:44 UTC 2010 > State-Changed-Why: > fixed with 146238 commit. No. Reopen, please. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=146271
State Changed From-To: closed->open Submitter claims this is still a problem. Reopen and return to the pool.
Responsible Changed From-To: itetcu->freebsd-ports-bugs
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I will take it
State Changed From-To: open->closed close in prep for new consolidated pr from submitter
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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"