Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2002 15:45:52 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/41362: Update port: x11-wm/e16utils
Message-ID:  <200208052245.g75MjqMQ025510@www.freebsd.org>

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

>Number:         41362
>Category:       ports
>Synopsis:       Update port: x11-wm/e16utils
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 05 15:50:17 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/x11-wm/e16utils/Makefile x11-wm/e16utils/Makefile
--- /usr/ports/x11-wm/e16utils/Makefile	Fri Jun 21 19:20:59 2002
+++ x11-wm/e16utils/Makefile	Mon Aug  5 22:33:08 2002
@@ -18,7 +18,8 @@
 LIB_DEPENDS=	gdbm.2:${PORTSDIR}/databases/gdbm
 
 USE_X_PREFIX=	yes
-USE_IMLIB=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	imlib
 
 SUB_STUBS=	e16menuedit-0.1 e16keyedit-0.2
 
@@ -29,7 +30,7 @@
 
 do-build:
 .for i in ${SUB_STUBS}
-	@cd ${WRKDIR}/${i} ; ${SETENV} GTK_CONFIG=${GTK_CONFIG} make all
+	@cd ${WRKDIR}/${i} ; ${SETENV} ${MAKE_ENV} ${MAKE} all
 .endfor
 
 do-install:
diff -urN /usr/ports/x11-wm/e16utils/files/patch-e16keyedit-0.2 x11-wm/e16utils/files/patch-e16keyedit-0.2
--- /usr/ports/x11-wm/e16utils/files/patch-e16keyedit-0.2	Fri Jun 21 19:21:00 2002
+++ x11-wm/e16utils/files/patch-e16keyedit-0.2	Sat Aug  3 02:36:54 2002
@@ -1,7 +1,8 @@
+
 $FreeBSD: ports/x11-wm/e16utils/files/patch-e16keyedit-0.2,v 1.2 2002/06/18 19:53:32 glewis Exp $
 
---- Makefile.orig	Thu Mar 23 13:04:16 2000
-+++ Makefile	Tue Oct 17 17:17:01 2000
+--- Makefile.orig	Fri Mar 24 04:04:16 2000
++++ Makefile	Sat Aug  3 02:32:20 2002
 @@ -10,23 +10,23 @@
  BUILD    = \
  
@@ -12,16 +13,18 @@
 -    `gtk-config --libs` -lgdbm -lgdk_imlib
 -CFLAGS   = \
 -    -O -g -D_GNU_SOURCE $(DEVFLAGS)
-+    `${GTK_CONFIG} --libs` -lgdbm -lgdk_imlib -lImlib
++    `${IMLIB_CONFIG} --libs-gdk` -lgdbm
 +CFLAGS   += \
 +    -D_GNU_SOURCE $(DEVFLAGS)
  #CFLAGS   = \
  #    -O -g -W -Wall -Wno-unused  -pedantic -pedantic-errors -ansi -D_GNU_SOURCE
- OPTFLAGS   = \
-     -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
+-OPTFLAGS   = \
+-    -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
++#OPTFLAGS   = \
++#    -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
  INCLUDES = \
 -    `gtk-config --cflags` -I..
-+    `${GTK_CONFIG} --cflags` -I..
++    `${IMLIB_CONFIG} --cflags-gdk` -I..
  
  BIN      = e16keyedit
  
diff -urN /usr/ports/x11-wm/e16utils/files/patch-e16menuedit-0.1 x11-wm/e16utils/files/patch-e16menuedit-0.1
--- /usr/ports/x11-wm/e16utils/files/patch-e16menuedit-0.1	Fri Jun 21 19:21:00 2002
+++ x11-wm/e16utils/files/patch-e16menuedit-0.1	Sat Aug  3 02:44:19 2002
@@ -1,7 +1,8 @@
+
 $FreeBSD: ports/x11-wm/e16utils/files/patch-e16menuedit-0.1,v 1.2 2002/06/18 19:53:32 glewis Exp $
 
---- Makefile.orig	Sun Apr 16 15:40:03 2000
-+++ Makefile	Tue Oct 17 18:06:00 2000
+--- Makefile.orig	Mon Apr 17 05:40:03 2000
++++ Makefile	Sat Aug  3 02:33:28 2002
 @@ -10,23 +10,23 @@
  BUILD    = \
  
@@ -12,16 +13,18 @@
 -    `gtk-config --libs` -lgdbm -lgdk_imlib
 -CFLAGS   = \
 -    -O -g -D_GNU_SOURCE $(DEVFLAGS)
-+    `${GTK_CONFIG} --libs` -lgdbm -lgdk_imlib -lImlib
++    `${IMLIB_CONFIG} --libs-gdk` -lgdbm
 +CFLAGS   += \
 +    -D_GNU_SOURCE $(DEVFLAGS)
  #CFLAGS   = \
  #    -O -g -W -Wall -Wno-unused  -pedantic -pedantic-errors -ansi -D_GNU_SOURCE
- OPTFLAGS   = \
-     -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
+-OPTFLAGS   = \
+-    -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
++#OPTFLAGS   = \
++#    -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
  INCLUDES = \
 -    `gtk-config --cflags` -I..
-+    `${GTK_CONFIG} --cflags` -I..
++    `${IMLIB_CONFIG} --cflags-gdk` -I..
  
  BIN      = e16menuedit
  

>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?200208052245.g75MjqMQ025510>