Bug 159790 - sysutils/freesbie cannot build iso
Summary: sysutils/freesbie cannot build iso
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-15 14:00 UTC by Riaan Kruger
Modified: 2011-11-06 18:20 UTC (History)
0 users

See Also:


Attachments
patch-scripts-iso.sh (523 bytes, application/x-sh)
2011-08-21 20:37 UTC, Riaan Kruger
no flags Details
diff.txt (1.33 KB, text/plain; charset=US-ASCII)
2011-11-06 17:24 UTC, Thomas E. Zander
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Riaan Kruger 2011-08-15 14:00:20 UTC
Freesbie cannot build an iso image because it uses a deprecated mkisofs flag -L and instead should use the new -allow-leading-dots instead

Fix: 

Chnage scripts/iso.sh line 54 to use flag -allow-leading-dots instead of -L.
How-To-Repeat: Create an iso with freesbie e.g. cd /usr/local/share/freesbie && make iso
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-15 14:00:29 UTC
Maintainer of sysutils/freesbie,

Please note that PR ports/159790 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/159790

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-15 14:00:32 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Thomas Zander 2011-08-21 09:19:52 UTC
Can you please attach a small patch to your PR containing the change,
then we can commit that change.

Riggs
Comment 4 Riaan Kruger 2011-08-21 20:37:15 UTC
I could not make a patch for the port because it does not have a files
directory and I do not know how to create a patch that can create a
directory (i.e. the files directory). I have created a patch file for
the port that hopefully you can put into the files directory along
with aversion update of the port. I hope it is ok.
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2011-11-06 15:42:41 UTC
State Changed
From-To: feedback->closed

Submitter/Maintainer Feedback timeout. If this problem still exists, 
please feel free to follow-up this PR so that we can re-open it and find 
a solution for the problem. Thanks!
Comment 6 Thomas E. Zander 2011-11-06 17:24:58 UTC
Thanks for submitting the patch. However, since you haven't put me in
CC I didn't get a notification and lost track of the pr still being
open. Sorry.
I have created a patch for the port including your suggestion. Should work.

@miwi: If you agree that it's okay that way, please commit.
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-11-06 18:11:37 UTC
miwi        2011-11-06 18:11:24 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/freesbie    Makefile 
  Added files:
    sysutils/freesbie/files patch-scripts-iso.sh 
  Log:
  - Fix creating a iso
  
  PR:             159790
  Submitted by:   Riaan <riaank@gmail.com>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.15      +2 -0      ports/sysutils/freesbie/Makefile
  1.1       +11 -0     ports/sysutils/freesbie/files/patch-scripts-iso.sh (new)
_______________________________________________
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 8 Martin Wilke freebsd_committer freebsd_triage 2011-11-06 18:11:45 UTC
State Changed
From-To: closed->open

maintainer follow up.
Comment 9 Martin Wilke freebsd_committer freebsd_triage 2011-11-06 18:11:55 UTC
State Changed
From-To: open->closed

patch committed.