Bug 165376 - [PATCH] textproc/gladtex: migrate from libungif to giflib
Summary: [PATCH] textproc/gladtex: migrate from libungif to giflib
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: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 21:30 UTC by Steve Wills
Modified: 2012-05-01 21:30 UTC (History)
1 user (show)

See Also:


Attachments
gladtex-1.1_3.patch (1.12 KB, patch)
2012-02-21 21:30 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 2012-02-21 21:30:15 UTC
See patch, which makes this use giflib instead of libungif. The two were
recently made to conflict and giflib is the prefered one.

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

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-21 21:30:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-01 21:29:54 UTC
nivit       2012-05-01 20:29:46 UTC

  FreeBSD ports repository

  Modified files:
    textproc/gladtex     Makefile distinfo pkg-descr pkg-plist 
    textproc/gladtex/files patch-Makefile patch-eqn2img.c 
  Log:
  - Update to 1.2
  - Set MASTER_SITES to Sourceforge
  - Migrate from libungif to gif  [1]
  - Replace USE_PERL5_RUN with USE_PERL5 (Perl required to create the man page)
  - Remove post-extract and post-install targets
  - Add do-install target
  - Install man page of gladtex
  - Update the URL of the WWW site
  
  PR:             ports/165376
  Submitted by:   swills  [1]
  
  Revision  Changes    Path
  1.8       +16 -15    ports/textproc/gladtex/Makefile
  1.4       +2 -2      ports/textproc/gladtex/distinfo
  1.2       +13 -11    ports/textproc/gladtex/files/patch-Makefile
  1.3       +4 -5      ports/textproc/gladtex/files/patch-eqn2img.c
  1.3       +1 -1      ports/textproc/gladtex/pkg-descr
  1.2       +2 -4      ports/textproc/gladtex/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 Nicola Vitale freebsd_committer freebsd_triage 2012-05-01 21:30:14 UTC
State Changed
From-To: open->closed

Committed, thanks!