Bug 118004 - [patch] net-im/gtkyahoo unbreak fix plist error
Summary: [patch] net-im/gtkyahoo unbreak fix plist error
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-12 14:40 UTC by Pietro Cerutti
Modified: 2007-11-13 01:20 UTC (History)
0 users

See Also:


Attachments
_gtkyahoo.diff (2.17 KB, patch)
2007-11-12 14:40 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti 2007-11-12 14:40:00 UTC

gtkyahoo incorrectly specifies a file in pkg-plist which doesn't get installed, causing make package to fail on "file not found".

- fixed pkg-plist
- fixed a few warnings

How-To-Repeat: 

cd /usr/ports/net-im/gtkyahoo && make package
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-11-12 14:41:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-13 01:19:31 UTC
rafan       2007-11-13 01:19:23 UTC

  FreeBSD ports repository

  Modified files:
    net-im/gtkyahoo      Makefile 
  Added files:
    net-im/gtkyahoo/files patch-gtkyahoo.c 
                          patch-libyahoo_libyahoo.c 
  Log:
  - Unbreak after objformat removal on 7.x and above
  - Fix some compiler warnings but they are not fatal to gcc 4.x
  
  PR:             ports/118004 (based on)
  Submitted by:   Pietro Cerutti <gahr at gahr.ch>
  Approved by:    portmgr (pav)
  
  Revision  Changes    Path
  1.24      +3 -8      ports/net-im/gtkyahoo/Makefile
  1.1       +10 -0     ports/net-im/gtkyahoo/files/patch-gtkyahoo.c (new)
  1.1       +30 -0     ports/net-im/gtkyahoo/files/patch-libyahoo_libyahoo.c (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 Rong-En Fan freebsd_committer freebsd_triage 2007-11-13 01:19:35 UTC
State Changed
From-To: open->closed

Committed with different fix. Thanks!