Bug 125712

Summary: /usr/ports/deskutils/sunbird does not compile
Product: Ports & Packages Reporter: Federico GDB <federicogalvezdurand>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Federico GDB 2008-07-17 11:30:01 UTC
Makefile uses ${LIB_BZ2} which is not defined.

Fix: Use ${LIBBZ2} defined in /usr/share/mk/bsd.libnames.mk

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/deskutils/sunbird && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-17 11:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2008-07-24 10:03:04 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-07-24 10:03:36 UTC
pav         2008-07-24 09:03:22 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/sunbird    Makefile 
  Log:
  - Fix build: ${LIB_BZ2} is undefined, replace it with ${LIBBZ2} from
    bsd.libnames.mk
  
  PR:             ports/125712
  Submitted by:   Fico <federicogalvezdurand@yahoo.com>
  
  - While here, remove noop USE_GCC=3.4+
  
  Revision  Changes    Path
  1.22      +3 -2      ports/deskutils/sunbird/Makefile
_______________________________________________
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"