Date: Sun, 3 Jul 2005 12:30:45 +0200 (CEST) From: Ulrich Spoerlein <q@galgenberg.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/82922: [MAINTAINER] x11-clocks/wmbday: update to 0.3 Message-ID: <200507031030.j63AUj2J040662@roadrunner.q.local> Resent-Message-ID: <200507031040.j63AeFIi054764@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 82922 >Category: ports >Synopsis: [MAINTAINER] x11-clocks/wmbday: update to 0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 10:40:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD roadrunner 6.0-CURRENT FreeBSD 6.0-CURRENT #2: Thu Jun 30 22:41:46 CEST 2005 >Description: - Update to 0.3 Added file(s): - files/BSDmakefile Removed file(s): - files/patch-Makefile Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- wmbday-0.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-clocks/wmbday/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 13 May 2005 20:17:27 -0000 1.4 +++ Makefile 3 Jul 2005 10:30:25 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/x11-clocks/wmbday/Makefile,v 1.4 2005/05/13 20:17:27 thierry Exp $ PORTNAME= wmbday -PORTVERSION= 0.2a +PORTVERSION= 0.3 CATEGORIES= x11-clocks MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/ @@ -15,14 +15,12 @@ BUILD_DEPENDS= ${X11BASE}/bin/xmessage:${X_CLIENTS_PORT} HAS_CONFIGURE= yes -USE_XLIB= yes +USE_X_PREFIX= yes +MAKEFILE= BSDmakefile MAN1= wmbday.1 -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmbday ${PREFIX}/bin -.if !defined(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKSRC}/wmbday.1 ${PREFIX}/man/man1 -.endif +post-extract: + @${CP} ${FILESDIR}/BSDmakefile ${WRKSRC} .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-clocks/wmbday/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 31 Mar 2004 03:12:46 -0000 1.2 +++ distinfo 3 Jul 2005 10:30:25 -0000 @@ -1,2 +1,2 @@ -MD5 (wmbday-0.2a.tar.gz) = b4c1062e5db18c4dc2c6cf2896dc7b7b -SIZE (wmbday-0.2a.tar.gz) = 16884 +MD5 (wmbday-0.3.tar.gz) = 0bfa927ef0784d9619db11aa01c26bee +SIZE (wmbday-0.3.tar.gz) = 18835 Index: files/BSDmakefile =================================================================== RCS file: files/BSDmakefile diff -N files/BSDmakefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/BSDmakefile 3 Jul 2005 10:30:25 -0000 @@ -0,0 +1,12 @@ +PROG= wmbday +SRCS= date.c main.c ring.c + +PREFIX?= ${X11BASE} + +BINDIR= ${PREFIX}/bin +SHAREDIR= ${PREFIX} +CFLAGS+= -I/usr/X11R6/include +LDFLAGS+= -L/usr/X11R6/lib +LDADD= -lX11 -lXext -lXpm + +.include <bsd.prog.mk> Index: files/patch-Makefile =================================================================== RCS file: files/patch-Makefile diff -N files/patch-Makefile --- files/patch-Makefile 22 Jan 2004 22:20:35 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ ---- Makefile.orig Sun Jul 27 15:11:38 2003 -+++ Makefile Tue Jan 6 00:39:09 2004 -@@ -1,16 +1,15 @@ --CC = gcc - OBJS = date.c ring.c main.c --INCDIR = -I/usr/X11R6/include --LIBDIR = -L/usr/X11R6/lib -+INCDIR = -I$(X11BASE)/include -+LIBDIR = -L$(X11BASE)/lib - LIBS = -lX11 -lXext --BIN_DESTDIR = /usr/local/bin --MAN_DESTDIR = /usr/local/man/man1 -+BIN_DESTDIR = $(PREFIX)/local/bin -+MAN_DESTDIR = $(PREFIX)/man/man1 - PACKAGE = wmbday - VERSION = 0.1 - - - all: -- $(CC) $(OBJS) -o wmbday -Wall $(LIBDIR) $(LIBS) $(INCDIR) -+ $(CC) $(CFLAGS) $(OBJS) -o wmbday -Wall $(LIBDIR) $(LIBS) $(INCDIR) - - debug: - $(CC) -g $(OBJS) -o wmbday -Wall $(LIBDIR) $(LIBS) $(INCDIR) --- wmbday-0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507031030.j63AUj2J040662>