Bug 111495 - update graphics/libcaca
Summary: update graphics/libcaca
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-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-12 04:20 UTC by Dima Panov
Modified: 2007-04-29 20:51 UTC (History)
0 users

See Also:


Attachments
file.diff (3.46 KB, patch)
2007-04-12 04:20 UTC, Dima Panov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dima Panov 2007-04-12 04:20:01 UTC
	Update graphics/libcaca to current snaphot.
    This will also unbroke libcaca support in multimedia/libxine
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-12 04:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->multimedia

Over to maintainer
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2007-04-12 17:36:45 UTC
State Changed
From-To: open->feedback

I have an improvement patch from your. 

http://people.freebsd.org/~mezz/diff/libcaca.diff 

Here's what changes that I have done in your patch: 

- Use DISTVERSION. 
- Add USE_GNOME=ltverhack that will get .so.0 instead .so.99 to fix 
the libtool bug. 
- Add USE_LDCONFIG=yes. 
- Add --mandir=${PREFIX}/man to install manpages in the correct place. 
- Update WWWW. 
- Other small clean up. 

Let me know if it works for you. I won't commit this right away, because it 
will be require for me to contact other maintainers that have ports depend 
on graphics/libcaca to test this patch. They might have to add a few of 
patches to get these ports build with newer graphics/libcaca. I will point 
them an URL[1] of guide to fix the build. 

[1] http://libcaca.zoy.org/manual/migrating.html
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-04-16 13:42:07 UTC
Responsible Changed
From-To: multimedia->freebsd-multimedia

Canonicalize assignment.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-04-29 20:36:43 UTC
mezz        2007-04-29 19:36:38 UTC

  FreeBSD ports repository

  Modified files:
    graphics/libcaca     Makefile distinfo pkg-descr pkg-plist 
  Log:
  -Update to 0.99.beta11.
  -Update the WWW.
  
  Be sure to read http://libcaca.zoy.org/manual/migrating.html If one of you
  that want to migrate from old to new version.
  
  PR:             ports/111495
  Submitted by:   Dima Panov <fluffy@ael.ru> (with a bit tweak by mezz)
  
  Revision  Changes    Path
  1.17      +27 -19    ports/graphics/libcaca/Makefile
  1.6       +3 -3      ports/graphics/libcaca/distinfo
  1.2       +1 -1      ports/graphics/libcaca/pkg-descr
  1.3       +18 -5     ports/graphics/libcaca/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 5 Jeremy Messenger freebsd_committer freebsd_triage 2007-04-29 20:51:18 UTC
State Changed
From-To: feedback->closed

Committed, thanks!