Bug 167339 - emulators/gns3 update to latest 0.8.2
Summary: emulators/gns3 update to latest 0.8.2
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: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-26 20:10 UTC by olivier
Modified: 2012-06-25 11:40 UTC (History)
0 users

See Also:


Attachments
file.diff (14.38 KB, patch)
2012-04-26 20:10 UTC, olivier
no flags Details | Diff
gns3.0.8.2.rel2.diff.txt (15.43 KB, text/plain; charset=US-ASCII)
2012-06-13 21:40 UTC, olivier
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description olivier 2012-04-26 20:10:10 UTC
Hi, here is a update to GNS3 0.8.2:
Major change is the virtualbox suppport, then I've removed the mandatory qemu dependency (users can choose between qemu and/or virtualbox).
GNS3 code is cleaner too: No more patchs needed.

Fix: Patch attached with submission follows:
Comment 1 Sofian Brabez freebsd_committer freebsd_triage 2012-04-27 10:56:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sbz

I'll take it.
Comment 2 olivier 2012-06-13 21:40:24 UTC
Hi,
here is a new version of my patch for emulators/gns3 that should fix
the pkg-plist problem and convert it to options-ng.

Regards,

Olivier
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-25 11:33:06 UTC
sbz         2012-06-25 10:32:51 UTC

  FreeBSD ports repository

  Modified files:
    emulators/gns3       Makefile distinfo pkg-plist 
  Removed files:
    emulators/gns3/files patch-Page_PreferencesCapture.py 
                         patch-Page_PreferencesDynamips.py 
                         patch-Page_PreferencesQemu.py 
                         patch-qemuwrapper.py 
  Log:
  - Update to 0.8.2
  - Convert to OptionsNG
  - Remove non needed patches
  
  PR:             ports/167339
  Submitted by:   Olivier Cochard-Labbe <olivier at cochard.me>
  
  Revision  Changes    Path
  1.15      +11 -20    ports/emulators/gns3/Makefile
  1.7       +2 -2      ports/emulators/gns3/distinfo
  1.2       +0 -11     ports/emulators/gns3/files/patch-Page_PreferencesCapture.py (dead)
  1.2       +0 -13     ports/emulators/gns3/files/patch-Page_PreferencesDynamips.py (dead)
  1.2       +0 -11     ports/emulators/gns3/files/patch-Page_PreferencesQemu.py (dead)
  1.2       +0 -52     ports/emulators/gns3/files/patch-qemuwrapper.py (dead)
  1.5       +45 -7     ports/emulators/gns3/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"
Comment 4 Sofian Brabez freebsd_committer freebsd_triage 2012-06-25 11:34:33 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!