Bug 163614 - [PATCH] games/gracer: switch to giflib since it is more featureful
Summary: [PATCH] games/gracer: switch to giflib since it is more featureful
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: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-25 20:20 UTC by Steve Wills
Modified: 2011-12-30 22:33 UTC (History)
1 user (show)

See Also:


Attachments
gracer-0.1.5_10.patch (6.42 KB, patch)
2011-12-25 20:20 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2011-12-25 20:20:10 UTC
The attached patch switches the port to using the API and ABI compatible and more featureful giflib
instead of libungif. This will help with the effort to allow CONFLICTS between the two gif ports
so that packaging issues can be avoided.

Also, pet portlint while here.

Port maintainer (nox@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-25 20:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-28 13:41:36 UTC
nox         2011-12-28 13:41:16 UTC

  FreeBSD ports repository

  Modified files:
    games/gracer         Makefile pkg-plist 
  Log:
  - Switch to giflib since it is more featureful.
  - Use DATADIR for plist.
  - Bump PORTREVISION.
  
  PR:             ports/163614
  Submitted by:   swills
  
  Revision  Changes    Path
  1.41      +3 -3      ports/games/gracer/Makefile
  1.5       +79 -79    ports/games/gracer/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 3 Juergen Lock freebsd_committer freebsd_triage 2011-12-30 22:33:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!