Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2000 08:19:53 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17531: Update port: x11-wm/ude
Message-ID:  <200003211619.IAA15608@freefall.freebsd.org>

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

>Number:         17531
>Category:       ports
>Synopsis:       Update port: x11-wm/ude
>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:   Tue Mar 21 08:20:04 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Support gettext library by more reasonable way

Remove patch:
patches/patch-aa  patches/patch-ab

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/x11-wm/ude/Makefile x11-wm/ude/Makefile
--- /usr/ports/x11-wm/ude/Makefile	Sun Mar 12 01:11:59 2000
+++ x11-wm/ude/Makefile	Wed Mar 22 00:14:43 2000
@@ -14,10 +14,12 @@
 
 MAINTAINER=	andrews@technologist.com
 
-LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
-BUILD_DEPENDS=	${LOCALBASE}/include/libintl.h:${PORTSDIR}/devel/gettext
+LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm \
+		intl.1:${PORTSDIR}/devel/gettext
 
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib -lintl"
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11-wm/ude/patches/patch-aa x11-wm/ude/patches/patch-aa
--- /usr/ports/x11-wm/ude/patches/patch-aa	Sun Mar 12 01:11:59 2000
+++ x11-wm/ude/patches/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,19 +0,0 @@
---- uwm/Makefile.in	Mon Mar  6 01:01:12 2000
-+++ uwm/Makefile.in.new	Mon Mar  6 20:35:25 2000
-@@ -84,13 +84,14 @@
- USE_NLS = @USE_NLS@
- VERSION = @VERSION@
- l = @l@
-+LOCALBASE?= /usr/local
- 
- bin_PROGRAMS = uwm
- # When the library be ready
- # uwm_LDADD= ../lib/libude.la
--uwm_LDFLAGS = ${X_LIBS} ${X_EXTRA_LIBS} ${X_PRE_LIBS}
-+uwm_LDFLAGS = -L${LOCALBASE}/lib ${X_LIBS} ${X_EXTRA_LIBS} ${X_PRE_LIBS} -lintl
- # I think this should be diferent from the ude version.
--INCLUDES = ${X_CFLAGS} -I../lib -DUWMVERSION=\"@VERSION@\" 	-DLOCALEDIR=\"${datadir}/locale\" -DUDE_DIR=\"${pkgdatadir}\"
-+INCLUDES = -I${LOCALBASE}/include ${X_CFLAGS} -I../lib -DUWMVERSION=\"@VERSION@\" 	-DLOCALEDIR=\"${datadir}/locale\" -DUDE_DIR=\"${pkgdatadir}\"
- 
- uwm_SOURCES =      widgets.c     special.c     rubber.c     move.c     resize.c     windows.c     handlers.c     properties.c     nodes.c     winmenu.c     winmenumenu.c     menu.c     applications.c     init.c     uwmmenu.c     placement.c     urm.c     workspaces.c     uwm.c
- 
diff -urN /usr/ports/x11-wm/ude/patches/patch-ab x11-wm/ude/patches/patch-ab
--- /usr/ports/x11-wm/ude/patches/patch-ab	Sun Mar 12 01:11:59 2000
+++ x11-wm/ude/patches/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- Makefile.in	Mon Mar  6 01:00:29 2000
-+++ Makefile.in.new	Mon Mar  6 20:38:12 2000
-@@ -85,7 +85,7 @@
- VERSION = @VERSION@
- l = @l@
- 
--SUBDIRS = config extras gfx doc lib intl uwm po
-+SUBDIRS = config extras gfx doc lib uwm po
- EXTRA_DIST = ude.spec.in INSTALL.redhat REQUIREMENTS INSTALL.UDE 
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs


>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?200003211619.IAA15608>