Bug 125712 - /usr/ports/deskutils/sunbird does not compile
Summary: /usr/ports/deskutils/sunbird does not compile
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-17 11:30 UTC by Federico GDB
Modified: 2008-07-24 10:10 UTC (History)
0 users

See Also:


Attachments
file.diff (740 bytes, patch)
2008-07-17 11:30 UTC, Federico GDB
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"