Bug 113321 - [Maintainer-update]: x11-fm/emelfm2 RELENG_5 fix
Summary: [Maintainer-update]: x11-fm/emelfm2 RELENG_5 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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-04 12:10 UTC by Marcus von Appen
Modified: 2007-06-04 14:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (622 bytes, patch)
2007-06-04 12:10 UTC, Marcus von Appen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus von Appen freebsd_committer freebsd_triage 2007-06-04 12:10:04 UTC
	As reported via pointyhat, the build of emelfm2 breaks due to
        an undefined blksize_t type, which is not available on RELENG_5
        platforms. The attached patch should fix this.

        Note: The main website of emelfm2 is currently not available,
        so you might have to get the emelfm2-0.3.4.tar.gz package from
        somewhere else or wait until the website is online again :-/.

        I'm not sure, whether the PORTREVISION bump is necessary in this
        case, so you might remove it, if you do not think, it makes
        sense here.

How-To-Repeat: 	Try to compile emelfm2 on RELENG_5.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-06-04 12:13:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-04 13:53:28 UTC
miwi        2007-06-04 12:53:21 UTC

  FreeBSD ports repository

  Modified files:
    x11-fm/emelfm2       Makefile 
  Log:
  - Fix build on FreeBSD 5.X [1]
  - Remove 4.X gruft
  - Makefile cleanup
  
  PR:             113321
  Submitted by:   pointyhat via kris [1]
                  Marcus von Appen <mva@sysfault.org> (maintainer)
  
  Revision  Changes    Path
  1.33      +3 -6      ports/x11-fm/emelfm2/Makefile
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2007-06-04 13:53:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!