Date: Fri, 7 Jul 2000 14:38:23 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/19765: Update port: sysutils/wmmon Message-ID: <20000707213823.C2A8337BE56@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 19765 >Category: ports >Synopsis: Update port: sysutils/wmmon >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: Fri Jul 07 14:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Supporrt X11BASE properly >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/wmmon/Makefile sysutils/wmmon/Makefile --- /usr/ports/sysutils/wmmon/Makefile Mon Apr 24 19:03:42 2000 +++ sysutils/wmmon/Makefile Sat Jul 8 04:37:35 2000 @@ -1,6 +1,6 @@ -# New ports collection makefile for: wmmon -# Date created: 27 November 1998 -# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> +# New ports collection makefile for: wmmon +# Date created: 27 November 1998 +# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # # $FreeBSD: ports/sysutils/wmmon/Makefile,v 1.15 2000/04/22 10:13:45 mharo Exp $ # @@ -8,19 +8,15 @@ PORTNAME= wmmon PORTVERSION= 1.0b2 CATEGORIES= sysutils windowmaker -MASTER_SITES= ftp://ftp.tecnogi.com/pub/linux/WindowMaker/ \ - http://www.physics.adelaide.edu.au/~kkennawa/ \ - ftp://ftp.deva.net/pub/sources/X11/windowmaker/dockapps/ +MASTER_SITES= http://linux.tucows.com/files/x11/dock/ MAINTAINER= sk-ports@vegamuse.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -USE_X_PREFIX= yes - WRKSRC= ${WRKDIR}/wmmon.app/wmmon -.include <bsd.port.pre.mk> +USE_X_PREFIX= yes .if !defined(NOPORTDOCS) post-install: @@ -28,4 +24,4 @@ ${INSTALL_MAN} ${WRKSRC}/../HINTS ${PREFIX}/share/doc/wmmon .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -urN /usr/ports/sysutils/wmmon/patches/patch-aa sysutils/wmmon/patches/patch-aa --- /usr/ports/sysutils/wmmon/patches/patch-aa Mon Jun 14 22:29:06 1999 +++ sysutils/wmmon/patches/patch-aa Tue Jun 27 04:45:08 2000 @@ -25,10 +25,10 @@ ! # ! # Makefile for FreeBSD 3.x and 4.0 versions of wmmon ! # -! LIBDIR = -L/usr/X11R6/lib +! LIBDIR = -L${X11BASE}/lib ! LIBS = -lXpm -lXext -lX11 -lkvm -ldevstat ! CFLAGS ?= -O2 -! CFLAGS += -g -Wall -I/usr/X11R6/include +! CFLAGS += -I${X11BASE}/include ! OBJS = wmmon.o \ ! ../wmgeneral/wmgeneral.o \ ! ../wmgeneral/misc.o \ >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?20000707213823.C2A8337BE56>