Bug 138720 - [patch] devel/sdl12: enable vgl driver on all platforms that have libvgl.so
Summary: [patch] devel/sdl12: enable vgl driver on all platforms that have libvgl.so
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: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 03:20 UTC by swell.k
Modified: 2009-09-24 20:50 UTC (History)
0 users

See Also:


Attachments
sdl12_vgl.diff (571 bytes, patch)
2009-09-11 03:20 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-09-11 03:20:01 UTC
The check against ${ARCH} is redundant. WITHOUT_VGL is defined
if /usr/lib/libvgl.so cannot be found. And libvgl.so was built
only on i386 prior recent porting vesa on x86emu. Now libvgl.so
is available on amd64, too.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-11 03:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-24 20:42:03 UTC
mva         2009-09-24 19:41:54 UTC

  FreeBSD ports repository

  Modified files:
    devel/sdl12          Makefile 
  Log:
  Enable vgl driver on all platforms that have libvgl.so
  
  PR:     ports/138720
  Submitted by:   Anonymous <swell.k@gmail.com>
  Approved by:    miwi (mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.121     +1 -1      ports/devel/sdl12/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 Marcus von Appen freebsd_committer freebsd_triage 2009-09-24 20:44:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!