Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Sep 2000 09:38:42 -0700 (PDT)
From:      fujie@tk.elec.waseda.ac.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/20995: freeciv-civ gtk make problem.
Message-ID:  <20000902163842.0633037B423@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         20995
>Category:       ports
>Synopsis:       freeciv-civ gtk make problem.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 02 09:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Shinya FUJIE
>Release:        4.1.0-RELEASE
>Organization:
Waseda Univ. TK Lab.
>Environment:
FreeBSD washi 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Sat Jul 29 10:48:29 JST 2000     root@washi.fujie.or.jp:/usr/src/sys/compile/WASHI  i386

>Description:
freeciv-gtk was made to GTK support freediv binaries.
but this port make non-GTK version binary.
Just because of wrong parameter set in freeciv/Makefile.

>How-To-Repeat:
just
# cd /usr/ports/games/freediv-gtk
# make
# make install
then freeciv seems to be properly installed,
but civclient isn't be linked with libgtk...

>Fix:
apply this patch to /usr/ports/games/freeciv/Makefile
*** Makefile    Sun Sep  3 01:27:31 2000
--- Makefile.orig       Sun Sep  3 01:27:18 2000
***************
*** 25,31 ****
  USE_BZIP2=    yes
  GNU_CONFIGURE=        yes
  .if defined(WITH_GTK)
! GLIB_CONFIG?= ${X11BASE}/bin/gtk12-config
  CONFIGURE_ENV=        GTK_CONFIG="${GLIB_CONFIG}"
  .else
  CONFIGURE_ARGS=       --disable-gtktest
--- 25,31 ----
  USE_BZIP2=    yes
  GNU_CONFIGURE=        yes
  .if defined(WITH_GTK)
! GLIB_CONFIG?= ${LOCALBASE}/bin/gtk12-config
  CONFIGURE_ENV=        GTK_CONFIG="${GLIB_CONFIG}"
  .else
  CONFIGURE_ARGS=       --disable-gtktest


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000902163842.0633037B423>