Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2000 10:55:45 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17052: Update port: x11-wm/mlvwm
Message-ID:  <200002281855.KAA42059@freefall.freebsd.org>

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

>Number:         17052
>Category:       ports
>Synopsis:       Update port: x11-wm/mlvwm
>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 Feb 28 11:00:10 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Support CFLAGS/PREFIX properly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/x11-wm/mlvwm/Makefile x11-wm/mlvwm/Makefile
--- /usr/ports/x11-wm/mlvwm/Makefile	Tue Oct  5 19:17:14 1999
+++ x11-wm/mlvwm/Makefile	Mon Feb 28 04:16:37 2000
@@ -22,6 +22,9 @@
 
 MLVWMLIBDIR=	${PREFIX}/lib/X11/mlvwm
 
+post-extract:
+	@${TAR} -C ${WRKSRC}/pixmap -xzf ${_DISTDIR}/mini-icons.tar.gz
+
 post-patch:
 	@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/sample_rc/Mlvwmrc*
 
@@ -30,6 +33,5 @@
 	@${MKDIR} ${MLVWMLIBDIR}/pixmap
 	${INSTALL_DATA} ${WRKSRC}/pixmap/*.xpm ${MLVWMLIBDIR}/pixmap
 	${INSTALL_DATA} ${WRKSRC}/sample_rc/Mlvwmrc* ${MLVWMLIBDIR}
-	(cd ${MLVWMLIBDIR}/pixmap; ${TAR} xzf ${DISTDIR}/mini-icons.tar.gz)
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11-wm/mlvwm/patches/patch-ac x11-wm/mlvwm/patches/patch-ac
--- /usr/ports/x11-wm/mlvwm/patches/patch-ac	Tue Oct  5 19:17:15 1999
+++ x11-wm/mlvwm/patches/patch-ac	Mon Feb 28 05:05:23 2000
@@ -1,7 +1,12 @@
 *** configure.h.orig	Tue Jul 13 00:35:34 1999
---- configure.h	Thu Sep 23 00:19:06 1999
+--- configure.h	Mon Feb 28 05:05:14 2000
 ***************
-*** 74,80 ****
+*** 69,80 ****
+  #endif
+  
+  XCOMM 
+!       CDEBUGFLAGS = -g -Wall -Wshadow
+  XCOMM            CDEBUGFLAGS = -O2 -Wall
   XCOMM            CDEBUGFLAGS = -g -Wall
   XCOMM            CDEBUGFLAGS = -g
   
@@ -9,11 +14,16 @@
   
   MLVWMDEFINES = $(Locale_DEFINES) $(COMPATIBLE)
   MLVWMLIBRARIES = $(Locale_LIBRARIES)
---- 74,80 ----
+--- 69,80 ----
+  #endif
+  
+  XCOMM 
+! XCOMM      CDEBUGFLAGS = -g -Wall -Wshadow
+  XCOMM            CDEBUGFLAGS = -O2 -Wall
   XCOMM            CDEBUGFLAGS = -g -Wall
   XCOMM            CDEBUGFLAGS = -g
   
-! ICONPATH = /usr/X11R6/include/X11/pixmaps
+! ICONPATH = $(INCROOT)/X11/pixmaps
   
   MLVWMDEFINES = $(Locale_DEFINES) $(COMPATIBLE)
   MLVWMLIBRARIES = $(Locale_LIBRARIES)


>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?200002281855.KAA42059>