Bug 136136 - [PATCH] x11-wm/fluxbox: update to 1.1.1 (plus fix)
Summary: [PATCH] x11-wm/fluxbox: update to 1.1.1 (plus fix)
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: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-28 17:10 UTC by Sean Farley
Modified: 2009-07-07 22:12 UTC (History)
1 user (show)

See Also:


Attachments
fluxbox-1.1.1.patch (18.37 KB, patch)
2009-06-28 17:10 UTC, Sean Farley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Farley freebsd_committer freebsd_triage 2009-06-28 17:10:09 UTC
- Update to 1.1.1 (basically the same as 1.1.0.1 with the removed
  patches)
- Apply fix to patch-aaa07 that fixes a typo made upstream.  This caused
  minimize/restore operations to grow systray applications by one
  vertically each time.

Removed file(s):
- files/patch-aaa00
- files/patch-aaa01
- files/patch-aaa03
- files/patch-fix_pixmap_resource_leak
- files/patch-fix_unshading_crash

Port maintainer (beat@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-28 17:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beat

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-07 22:09:29 UTC
beat        2009-07-07 21:09:20 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/fluxbox       Makefile distinfo 
    x11-wm/fluxbox/files patch-aaa07 
  Added files:
    x11-wm/fluxbox/files patch-disable-remember.patch 
  Removed files:
    x11-wm/fluxbox/files patch-aaa00 patch-aaa01 patch-aaa03 
                         patch-fix_pixmap_resource_leak 
                         patch-fix_unshading_crash 
  Log:
  - Update to 1.1.1 (basically the same as 1.1.0.1 with the removed patches)
  - Apply fix to patch-aaa07 that fixes a typo made upstream. This caused
    minimize/restore operations to grow systray applications by one
    vertically each time [1]
  - Fix build with WITHOUT_REMEMBER [1]
  
  PR:             ports/136136
  Submitted by:   scf@
  Obtained from:  Fluxbox Git [1]
  
  Revision  Changes    Path
  1.56      +1 -2      ports/x11-wm/fluxbox/Makefile
  1.25      +3 -3      ports/x11-wm/fluxbox/distinfo
  1.2       +0 -10     ports/x11-wm/fluxbox/files/patch-aaa00 (dead)
  1.2       +0 -160    ports/x11-wm/fluxbox/files/patch-aaa01 (dead)
  1.2       +0 -54     ports/x11-wm/fluxbox/files/patch-aaa03 (dead)
  1.2       +9 -1      ports/x11-wm/fluxbox/files/patch-aaa07
  1.1       +122 -0    ports/x11-wm/fluxbox/files/patch-disable-remember.patch (new)
  1.2       +0 -102    ports/x11-wm/fluxbox/files/patch-fix_pixmap_resource_leak (dead)
  1.2       +0 -25     ports/x11-wm/fluxbox/files/patch-fix_unshading_crash (dead)
_______________________________________________
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"
Comment 3 Beat Gaetzi freebsd_committer freebsd_triage 2009-07-07 22:12:07 UTC
State Changed
From-To: open->closed

Committed. Thanks! I've also added another patch to fix build with 
WITHOUT_REMEMBER option set.