Bug 152424 - devel/gconf2 does not build
Summary: devel/gconf2 does not build
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: 2010-11-20 17:20 UTC by Pascal Stumpf
Modified: 2010-11-20 17:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Stumpf 2010-11-20 17:20:05 UTC
/usr/ports/devel/gconf2 # make
===>  gconf2-2.32.0_2 cannot install: Unknown component dconf.
*** Error code 1

Stop in /usr/ports/devel/gconf2.

Apparently, the following lines in the Makefile are either an error or the corresponding bits have not been committed to bsd.gnome.mk yet:

USE_GNOME=      gnomehier gnomehack orbit2 gtk20 libxml2 ltverhack \
                referencehack intlhack dconf
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-20 17:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-20 17:40:13 UTC
kwm         2010-11-20 17:40:04 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/dconf          Makefile distinfo pkg-descr pkg-plist 
    devel/dconf/files    patch-client_Makefile.in 
                         patch-common_shmdir.c 
                         patch-engine_dconf-engine.c 
                         patch-gsettings_dconfsettingsbackend.c 
  Log:
  Add dconf.
  
  Dconf will be the replacement of gconf for GNOME 3.
  This was a late addition to the gnome 2.32 update, and I forgot to add it to
  update patch.
  
  PR:             ports/152424
  Submitted by:   Pascal Stumpf <Pascal.Stumpf@cubes.de>
  Pointyhat to:   kwm@
  
  Revision  Changes    Path
  1.4129    +1 -0      ports/devel/Makefile
  1.1       +36 -0     ports/devel/dconf/Makefile (new)
  1.1       +3 -0      ports/devel/dconf/distinfo (new)
  1.1       +41 -0     ports/devel/dconf/files/patch-client_Makefile.in (new)
  1.1       +16 -0     ports/devel/dconf/files/patch-common_shmdir.c (new)
  1.1       +11 -0     ports/devel/dconf/files/patch-engine_dconf-engine.c (new)
  1.1       +36 -0     ports/devel/dconf/files/patch-gsettings_dconfsettingsbackend.c (new)
  1.1       +18 -0     ports/devel/dconf/pkg-descr (new)
  1.1       +41 -0     ports/devel/dconf/pkg-plist (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 Koop Mast freebsd_committer freebsd_triage 2010-11-20 17:40:19 UTC
State Changed
From-To: open->closed

Fix committed, Thanks for the headup!