Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 1999 09:44:55 -0700 (PDT)
From:      sobomax@altavista.net
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/13947: [PATCH] New version 0.0.2 of the libwmfun port
Message-ID:  <19990925164455.6346314C3C@hub.freebsd.org>

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

>Number:         13947
>Category:       ports
>Synopsis:       [PATCH] New version 0.0.2 of the libwmfun port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 25 09:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Sobolev
>Release:        4.0-CURRENT
>Organization:
Vega International Capital
>Environment:
FreeBSD notebook 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Wed Sep 22 10:24:49 EEST 19
99     root@notebook:/usr/src/sys/compile/NOTEBOOK  i386

>Description:
New version 0.0.2 of the libwmfun port. Now distfile is a part of
WindowMaker distfile (tarball inside of tarball), so port got
trickier to cope with this. Old version is unavailable from MASTER_SITE,
therefore please commit this update ASAP.

Also, quiestion to merge this port with WindowMaker port might been  considered.
>How-To-Repeat:

>Fix:
diff -ruN /usr/ports/x11-wm/libwmfun/Makefile libwmfun/Makefile
--- /usr/ports/x11-wm/libwmfun/Makefile	Thu Sep  9 02:17:14 1999
+++ libwmfun/Makefile	Sat Sep 25 19:40:29 1999
@@ -6,7 +6,8 @@
 # $FreeBSD: ports/x11-wm/libwmfun/Makefile,v 1.1.1.1 1999/09/08 23:17:14 cpiazza Exp $
 #
 
-DISTNAME=       libwmfun-0.0.1
+DISTNAME=       WindowMaker-0.61.0
+PKGNAME=	libwmfun-0.0.2
 CATEGORIES=     x11-wm windowmaker
 MASTER_SITES=   ftp://ftp.windowmaker.org/pub/beta/srcs/
 
@@ -14,10 +15,16 @@
 
 LIB_DEPENDS=    wraster.3:${PORTSDIR}/x11-wm/windowmaker
 
+WRKSRC=		${WRKDIR}/WindowMaker-0.61.0/libwmfun-0.0.2
+
+USE_BZIP2=	yes
 USE_X_PREFIX=   yes
 USE_LIBTOOL=    yes
 CONFIGURE_ENV=  X11BASE=${X11BASE} LIBS=-L${X11BASE}/lib \
-		CPPFLAGS=-I${X11BASE}/include
+		CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include"
+
+post-extract:
+	@cd ${WRKDIR}/WindowMaker-0.61.0 ; tar xvfz libwmfun-0.0.2.tar.gz
 
 post-install:
 	@ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
diff -ruN /usr/ports/x11-wm/libwmfun/files/md5 libwmfun/files/md5
--- /usr/ports/x11-wm/libwmfun/files/md5	Thu Sep  9 02:17:14 1999
+++ libwmfun/files/md5	Sat Sep 25 19:40:29 1999
@@ -1 +1,2 @@
-MD5 (libwmfun-0.0.1.tar.gz) = 3d8017a9e3f9ca8822f99b627b0d0d62
+MD5 (WindowMaker-0.61.0.tar.bz2) = 13658487c69fdbcff424234ce680755b
+MD5 (WindowMaker-extra-0.1.tar.bz2) = e6fb381da0d207c320f58e7a1fea2a2b


>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?19990925164455.6346314C3C>