Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 20:54:46 -0700 (PDT)
From:      Adam Weinberger <monkey@crackula.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        adam@vectors.cx
Subject:   ports/40820: MAINTAINER UPDATE: x11-wm/bbrun (1.3 -> 1.4)
Message-ID:  <200207210354.g6L3skbO094784@vectors.cx>

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

>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 <string.h>
+ #include <getopt.h>
+ #include <unistd.h>
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#else
+ #include <linux/types.h>
++#endif
+ #include <X11/xpm.h>
+ #include <gtk/gtk.h>
+ #include <gdk/gdkkeysyms.h>
+@@ -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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207210354.g6L3skbO094784>