FreeBSD Bugzilla – Attachment 9041 Details for
Bug 18696
Forward rev of muuz port: 0.27.1 to 0.27.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.13 KB, created by
Gary Kline
on 2000-05-21 01:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gary Kline
Created:
2000-05-21 01:10:01 UTC
Size:
3.13 KB
patch
obsolete
>diff -ruN muuz.271/Makefile muuz.272/Makefile >--- muuz.271/Makefile Sun Apr 30 13:24:05 2000 >+++ muuz.272/Makefile Fri May 19 14:05:33 2000 >@@ -1,21 +1,20 @@ > # Ports collection makefile for: muuz >-# Date created: 21 March 2000 >+# Date created: 21 May 2000 > # Whom: kline@thought.org > # >-# $FreeBSD: ports/misc/muuz/Makefile,v 1.1.1.1 2000/04/30 20:24:05 steve Exp $ >+# $FreeBSD: ports/misc/muuz/Makefile,v 1.23 2000/02/13 03:23:26 obrien Exp $ > # > >-PORTNAME= muuz >-PORTVERSION= 0.27.1 >-CATEGORIES= misc >+PORTNAME= muuz >+PORTVERSION= 0.27.2 >+CATEGORIES= misc games > MASTER_SITES= ftp://toxic.magnesium.net/pub/FreeBSD/muuz/ > > MAINTAINER= kline@thought.org > > LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d > >-#USE_IMAKE= yes (... no, not yet) >-USE_X_PREFIX= yes >+USE_IMAKE= yes > MAN1= muuz.1 > > .include <bsd.port.mk> >diff -ruN muuz.271/files/md5 muuz.272/files/md5 >--- muuz.271/files/md5 Sun Apr 30 13:24:05 2000 >+++ muuz.272/files/md5 Sat May 20 10:35:39 2000 >@@ -1 +1 @@ >-MD5 (muuz-0.27.1.tar.gz) = 0bd78bf700a50496e1346b4acea05fe3 >+MD5 (muuz-0.27.2.tar.gz) = 9ea52f17f310988e012fbd29e5304c7f >diff -ruN muuz.271/files/md5~ muuz.272/files/md5~ >--- muuz.271/files/md5~ Wed Dec 31 16:00:00 1969 >+++ muuz.272/files/md5~ Fri May 19 19:02:56 2000 >@@ -0,0 +1 @@ >+MD5 (muuz-0.27.2.tar.gz) = 9356c6eae1c575bd09867b4f78a69b42 >diff -ruN muuz.271/patches/patch-aa muuz.272/patches/patch-aa >--- muuz.271/patches/patch-aa Sun Apr 30 13:24:05 2000 >+++ muuz.272/patches/patch-aa Wed Dec 31 16:00:00 1969 >@@ -1,11 +0,0 @@ >---- errMessage.h.orig Sun Apr 30 13:24:41 2000 >-+++ errMessage.h Sun Apr 30 13:25:15 2000 >-@@ -34,7 +34,7 @@ >- void setProgname(char *argv0, char *def) >- { ___progn = (argv0 != NULL && (char *)*argv0 != NULL)?argv0:def;} >- // Return program name set by setProgname, or an empty string if not set. >-- char *getProgname(void) { return ___progn != NULL ? ___progn : ""; } >-+ char *getProgname(void) { return ___progn != NULL ? ___progn : (char *)""; } >- >- void msgExit(ecategory_t category); >- void msg_printf(const char *fmt, ...); >diff -ruN muuz.271/patches/patch-ab muuz.272/patches/patch-ab >--- muuz.271/patches/patch-ab Sun Apr 30 13:24:06 2000 >+++ muuz.272/patches/patch-ab Wed Dec 31 16:00:00 1969 >@@ -1,20 +0,0 @@ >---- muuzmenu.c.orig Sun Apr 30 13:26:12 2000 >-+++ muuzmenu.c Sun Apr 30 13:26:37 2000 >-@@ -162,14 +162,14 @@ >- >- entry = XtCreateManagedWidget("New File", smeBSBObjectClass, menu1, NULL, 0); >- >-- XtAddCallback(entry, XtNcallback, print_string, "one"); >-+ XtAddCallback(entry, XtNcallback, print_string, (char *)"one"); >- >- entry = XtCreateManagedWidget("Open File", smeBSBObjectClass, menu1, NULL, 0); >- >-- XtAddCallback(entry, XtNcallback, print_string, "two"); >-+ XtAddCallback(entry, XtNcallback, print_string, (char *)"two"); >- >- entry = XtCreateManagedWidget("View File", smeBSBObjectClass, menu1, NULL, 0); >-- XtAddCallback(entry, XtNcallback, print_string, "ViewFile"); >-+ XtAddCallback(entry, XtNcallback, print_string, (char *)"ViewFile"); >- >- entry = XtCreateManagedWidget("Iconify", smeBSBObjectClass, menu1, NULL, 0); >- XtAddCallback(entry, XtNcallback, iconifyCB, NULL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18696
: 9041