Bug 142748 - [PATCH]x11-toolkits/p5-Tk: miscellaneous fixes
Summary: [PATCH]x11-toolkits/p5-Tk: miscellaneous fixes
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-12 17:00 UTC by bf
Modified: 2010-01-18 00:50 UTC (History)
0 users

See Also:


Attachments
file.diff (3.13 KB, patch)
2010-01-12 17:00 UTC, bf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2010-01-12 17:00:09 UTC
--rely on jpeg, zlib, and png libraries from ports and the base system, rather than building bundled sources.

--respect CC, LDFLAGS, AR, etc. (This fixes the build for recent versions of GCC.)

Fix: Patch attached with submission follows:
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-12 18:45:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-18 00:48:34 UTC
pgollucci    2010-01-18 00:48:25 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/p5-Tk   Makefile 
  Added files:
    x11-toolkits/p5-Tk/files patch-JPEG_Makefile.PL 
                             patch-PNG_Makefile.PL 
  Log:
  --rely on jpeg, zlib, and png libraries from ports and the base system,
      rather than building bundled sources.
  
  --respect CC, LDFLAGS, AR, etc. (This fixes the build for recent versions
      of GCC.)
  
  PR:             ports/142748
  Submittede by:  bf <bf1783@gmail.com>
  
  Revision  Changes    Path
  1.58      +10 -4     ports/x11-toolkits/p5-Tk/Makefile
  1.1       +16 -0     ports/x11-toolkits/p5-Tk/files/patch-JPEG_Makefile.PL (new)
  1.1       +22 -0     ports/x11-toolkits/p5-Tk/files/patch-PNG_Makefile.PL (new)
_______________________________________________
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 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-18 00:48:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!