Bug 146549 - [PATCH] Fixing error during build of sysutils/xfce4-settings due to libxklavier
Summary: [PATCH] Fixing error during build of sysutils/xfce4-settings due to libxklavier
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-13 17:20 UTC by Marin Atanasov
Modified: 2010-05-17 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (418 bytes, patch)
2010-05-13 17:20 UTC, Marin Atanasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marin Atanasov 2010-05-13 17:20:04 UTC
When trying to build sysutils/xfce4-settings you get errors during build.

How-To-Repeat: # cd /usr/ports/sysutils/xfce4-settings && make install clean

<< SNIP >> 

xfce-keyboard-settings.c: In function 'xfce_keyboard_settings_finalize':
xfce-keyboard-settings.c:460: error: too few arguments to function 'xkl_engine_stop_listen'
gmake[4]: *** [xfce4_keyboard_settings-xfce-keyboard-settings.o] Error 1
gmake[4]: Leaving directory `/usr/ports/sysutils/xfce4-settings/work/xfce4-settings-4.6.4/dialogs/keyboard-settings'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/usr/ports/sysutils/xfce4-settings/work/xfce4-settings-4.6.4/dialogs/keyboard-settings'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/sysutils/xfce4-settings/work/xfce4-settings-4.6.4/dialogs'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/sysutils/xfce4-settings/work/xfce4-settings-4.6.4'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/sysutils/xfce4-settings.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-13 17:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-17 16:53:24 UTC
oliver      2010-05-17 15:53:14 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/xfce4-settings Makefile 
  Log:
  fix build with new libxclavier
  
  PR:             146549
  Submitted by:   Marin Atanasov Nikolov <dnaeon@gmail.com>
  
  Revision  Changes    Path
  1.8       +3 -2      ports/sysutils/xfce4-settings/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"
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2010-05-17 16:53:35 UTC
State Changed
From-To: open->closed

fixed/committed, Thanks!