Bug 148215 - [PATCH] update port graphics/freeglut to v2.6
Summary: [PATCH] update port graphics/freeglut to v2.6
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: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-28 17:50 UTC by Aldis Berjoza
Modified: 2010-07-06 18:40 UTC (History)
0 users

See Also:


Attachments
file.diff (12.28 KB, patch)
2010-06-28 17:50 UTC, Aldis Berjoza
no flags Details | Diff
freeglut.patch (12.75 KB, patch)
2010-07-02 07:58 UTC, Aldis Berjoza
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aldis Berjoza 2010-06-28 17:50:01 UTC
After some mailing with rene@FreeBSD.org, we agreed, that inseatad of making new port (freeglut26) we could simply update freeglut to 2.6, since freeglut 2.4 on FreeBSD-8 is broken anyway

http://www.freebsd.org/cgi/query-pr.cgi?pr=147259

Fix: Patch attached with submission follows:
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2010-06-28 19:18:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

Grab
Comment 2 Aldis Berjoza 2010-07-02 07:58:21 UTC
I fixed patch. Previous was done in rush, and wasn't good.
This one works without problems.... at least on my PC's

Sorry :)
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-07-06 18:35:58 UTC
rene        2010-07-06 17:35:47 UTC

  FreeBSD ports repository

  Modified files:
    graphics/freeglut    Makefile distinfo pkg-message pkg-plist 
  Added files:
    graphics/freeglut/files extra-patch-src__freeglut_joystick.c 
  Removed files:
    graphics/freeglut/files 
                            patch-progs::demos::CallbackMaker::CallbackMaker.c 
                            patch-progs::demos::Fractals::fractals.c 
                            patch-progs::demos::Fractals_random::fractals_random.c 
                            patch-progs::demos::Lorenz::lorenz.c 
                            patch-progs::demos::One::one.c 
                            patch-progs::demos::shapes::shapes.c 
                            patch-src::freeglut_joystick.c 
  Log:
  - Update to 2.6.0
  - Add a patch to build with the USB2 stack
  - Unbreak on 8.X
  PR:             ports/148215
  Submitted by:   Aldis Berjoza [aldis bsdroot.lv]
  Approved by:    tabthorpe (mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.23      +32 -31    ports/graphics/freeglut/Makefile
  1.8       +3 -3      ports/graphics/freeglut/distinfo
  1.1       +34 -0     ports/graphics/freeglut/files/extra-patch-src__freeglut_joystick.c (new)
  1.2       +0 -11     ports/graphics/freeglut/files/patch-progs::demos::CallbackMaker::CallbackMaker.c (dead)
  1.2       +0 -20     ports/graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c (dead)
  1.3       +0 -20     ports/graphics/freeglut/files/patch-progs::demos::Fractals_random::fractals_random.c (dead)
  1.4       +0 -11     ports/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c (dead)
  1.2       +0 -11     ports/graphics/freeglut/files/patch-progs::demos::One::one.c (dead)
  1.2       +0 -11     ports/graphics/freeglut/files/patch-progs::demos::shapes::shapes.c (dead)
  1.3       +0 -34     ports/graphics/freeglut/files/patch-src::freeglut_joystick.c (dead)
  1.4       +8 -5      ports/graphics/freeglut/pkg-message
  1.5       +10 -10    ports/graphics/freeglut/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 Rene Ladan freebsd_committer freebsd_triage 2010-07-06 18:36:02 UTC
State Changed
From-To: open->closed

Committed, thanks