From owner-freebsd-ports Sat Jul 20 21: 0:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A0A37B400 for ; Sat, 20 Jul 2002 21:00:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5475743E31 for ; Sat, 20 Jul 2002 21:00:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6L40BJU071401 for ; Sat, 20 Jul 2002 21:00:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6L40BMq071400; Sat, 20 Jul 2002 21:00:11 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DC637B400 for ; Sat, 20 Jul 2002 20:54:34 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC8E43E42 for ; Sat, 20 Jul 2002 20:54:34 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (018d6f71b8cf929d75e62fbf610986e9@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6L3sk2e094785; Sat, 20 Jul 2002 20:54:46 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6L3skbO094784; Sat, 20 Jul 2002 20:54:46 -0700 (PDT) (envelope-from monkey) Message-Id: <200207210354.g6L3skbO094784@vectors.cx> Date: Sat, 20 Jul 2002 20:54:46 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org Cc: adam@vectors.cx X-Send-Pr-Version: 3.113 Subject: ports/40820: MAINTAINER UPDATE: x11-wm/bbrun (1.3 -> 1.4) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40820 >Category: ports >Synopsis: MAINTAINER UPDATE: x11-wm/bbrun (1.3 -> 1.4) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 20 21:00:10 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #112: Fri Jul 19 08:37:52 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: Update ports/x11-wm/bbrun to bbrun-1.4 >How-To-Repeat: >Fix: --- /monkey/diffoutp_OF_DOOM begins here --- diff -urN bbrun.orig/Makefile bbrun./Makefile --- bbrun.orig/Makefile Wed Jun 19 21:17:06 2002 +++ bbrun/Makefile Sat Jul 20 14:44:47 2002 @@ -6,7 +6,7 @@ # PORTNAME= bbrun -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= x11-wm MASTER_SITES= http://www.dwave.net/~jking/bbrun/ diff -urN bbrun.orig/distinfo bbrun/distinfo --- bbrun.orig/distinfo Wed Jun 19 21:17:06 2002 +++ bbrun/distinfo Sat Jul 20 14:45:03 2002 @@ -1 +1 @@ -MD5 (bbrun-1.3.tar.gz) = ef1a5271b05c4652d78ae034454d6f3b +MD5 (bbrun-1.4.tar.gz) = d31cecada7d39b894bdf6012c6bae98a diff -urN bbrun.orig/files/patch-Makefile bbrun/files/patch-Makefile --- bbrun.orig/files/patch-Makefile Wed Jun 19 21:17:06 2002 +++ bbrun/files/patch-Makefile Sat Jul 20 20:25:16 2002 @@ -1,25 +1,29 @@ ---- Makefile.orig Wed Feb 6 15:05:51 2002 -+++ Makefile Tue Jun 18 01:37:36 2002 -@@ -1,16 +1,17 @@ +--- Makefile.orig Sat Jul 20 12:47:49 2002 ++++ Makefile Sat Jul 20 20:24:41 2002 +@@ -1,16 +1,15 @@ -CC = gcc -LIBS = -lXpm `gtk-config --libs` -CFLAGS = `gtk-config --cflags` +LIBS = -lXpm `${GTK_CONFIG} --libs` -L${LOCALBASE}/lib -lgnugetopt -+CFLAGS += `${GTK_CONFIG} --cflags` -Wall ++CFLAGS = `${GTK_CONFIG} --cflags` -Wall OBJS = bbrun.o \ ../wmgeneral/wmgeneral.o \ ../wmgeneral/misc.o \ ../wmgeneral/list.o .c.o: -- $(CC) -c -O2 -Wall $< -o $*.o $(CFLAGS) +- $(CC) -g -c -O2 -Wall $< -o $*.o $(CFLAGS) + $(CC) -c $< -o $*.o $(CFLAGS) bbrun: $(OBJS) - $(CC) -Wall -g -o bbrun $^ $(LIBS) + $(CC) -o bbrun $^ $(LIBS) + install: + cp bbrun /usr/local/bin/ +@@ -18,3 +17,5 @@ clean: rm -f bbrun $(OBJS) + rm -f core + +all: bbrun diff -urN bbrun.orig/files/patch-bbrun.c bbrun/files/patch-bbrun.c --- bbrun.orig/files/patch-bbrun.c Sat Jul 20 20:43:24 2002 +++ bbrun/files/patch-bbrun.c Sat Jul 20 20:32:27 2002 @@ -0,0 +1,23 @@ +--- bbrun.c.orig Sat Jul 20 13:24:53 2002 ++++ bbrun.c Sat Jul 20 20:31:49 2002 +@@ -3,7 +3,11 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#else + #include ++#endif + #include + #include + #include +@@ -20,7 +24,7 @@ + #define ADVANCED_WINDOW_ROWS 3 + #define ADVANCED_WINDOW_COLS 10 + +-#define u32 __u32 ++#define u32 u_int32_t + #define __DEBUG__ 0 + #define VERSION "1.4" + --- /monkey/diffoutp_OF_DOOM ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message