Bug 156310 - [UPDATE] x11-toolkits/libxfce4gui to 4.8.1
Summary: [UPDATE] x11-toolkits/libxfce4gui to 4.8.1
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: 2011-04-10 18:20 UTC by Olivier Duchateau
Modified: 2011-04-25 09:00 UTC (History)
0 users

See Also:


Attachments
file.diff (13.58 KB, patch)
2011-04-10 18:20 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2011-04-10 18:20:07 UTC
- Delete GTKDOC option, because documentation is provided in tarball.
- Add APIDOCS option, to install api documentation (off by default).
- Fix an error between liglade2 and gladeui (see below)

libglade2 is related to libglade-2.0 in configure script.

[...]
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libglade-2.0 >= 2.0.0" >
&5
$as_echo_n "checking for libglade-2.0 >= 2.0.0... " >&6; }
  if $PKG_CONFIG "--atleast-version=2.0.0" "libglade-2.0" >/dev/null 2>&1; then
    LIBGLADE_VERSION=`$PKG_CONFIG --modversion "libglade-2.0"`
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGLADE_VERSION" >&5
$as_echo "$LIBGLADE_VERSION" >&6; }
[...]

While gladeui is related to devel/glade3, in configure script it looks like

[...]
  # Check whether --enable-gladeui was given.
if test "${enable_gladeui+set}" = set; then :
  enableval=$enable_gladeui; xdt_cv_GLADEUI_check=$enableval
else
  xdt_cv_GLADEUI_check=yes
fi
    

  if test x"$xdt_cv_GLADEUI_check" = x"yes"; then
    if $PKG_CONFIG --exists "gladeui-1.0 >= 3.0.0" >/dev/null 2>&1; then
[...]

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-10 18:20:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2011-04-25 08:51:23 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-04-25 08:51:24 UTC
oliver      2011-04-25 07:51:15 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/libxfce4gui Makefile distinfo pkg-plist 
  Log:
  update to 4.8.1
  
  PR:             ports/156310
  Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
  
  Revision  Changes    Path
  1.56      +25 -14    ports/x11-toolkits/libxfce4gui/Makefile
  1.24      +2 -2      ports/x11-toolkits/libxfce4gui/distinfo
  1.14      +136 -111  ports/x11-toolkits/libxfce4gui/pkg-plist
_______________________________________________
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"