/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
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Fix committed, Thanks for the headup!