Bug 146271 - [patch] sysutils/jfbterm: use PREFIX in man pages, config, pkg-message
Summary: [patch] sysutils/jfbterm: use PREFIX in man pages, config, pkg-message
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-03 21:50 UTC by swell.k
Modified: 2010-09-22 06:50 UTC (History)
0 users

See Also:


Attachments
a.diff (1.75 KB, patch)
2010-05-03 21:50 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-05-03 21:50:01 UTC
and drop redundant PKGMESSAGE assign as well
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-03 21:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-03 21:50:13 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-03 21:50:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2010-06-05 22:04:44 UTC
State Changed
From-To: feedback->closed

fixed with 146238 commit.
Comment 5 swell.k 2010-06-06 08:52:57 UTC
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
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2010-08-03 02:25:34 UTC
State Changed
From-To: closed->open

Submitter claims this is still a problem.  Reopen and return to the pool.  


Comment 7 Mark Linimon freebsd_committer freebsd_triage 2010-08-03 02:25:34 UTC
Responsible Changed
From-To: itetcu->freebsd-ports-bugs
Comment 8 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-14 06:56:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I will take it
Comment 9 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-14 08:13:08 UTC
State Changed
From-To: open->closed

close in prep for new consolidated pr from submitter
Comment 10 dfilter service freebsd_committer freebsd_triage 2010-09-22 06:40:27 UTC
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"