FreeBSD Bugzilla – Attachment 68015 Details for
Bug 100099
[PATCH] x11-clocks/buici-clock: update to 0.4.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
buici-clock-0.4.5.patch
buici-clock-0.4.5.patch (text/plain), 3.54 KB, created by
chinsan
on 2006-07-11 19:40:20 UTC
(
hide
)
Description:
buici-clock-0.4.5.patch
Filename:
MIME Type:
Creator:
chinsan
Created:
2006-07-11 19:40:20 UTC
Size:
3.54 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/x11-clocks/buici-clock/Makefile /usr/home/chinsan/project/buici-clock/Makefile >--- /usr/ports/x11-clocks/buici-clock/Makefile Thu Dec 9 22:43:22 2004 >+++ /usr/home/chinsan/project/buici-clock/Makefile Wed Jul 12 02:19:05 2006 >@@ -6,7 +6,7 @@ > # > > PORTNAME= buici-clock >-PORTVERSION= 0.4.1 >+PORTVERSION= 0.4.5 > CATEGORIES= x11-clocks > MASTER_SITES= ftp://ftp.buici.com/pub/buici-clock/ > DISTNAME= ${PORTNAME}_${PORTVERSION} >@@ -22,5 +22,9 @@ > GNU_CONFIGURE= yes > > MAN1= buici-clock.1 >+PLIST_FILES= bin/buici-clock >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's,_=,+=,' ${WRKSRC}/xo/Makefile.in > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/x11-clocks/buici-clock/distinfo /usr/home/chinsan/project/buici-clock/distinfo >--- /usr/ports/x11-clocks/buici-clock/distinfo Tue Jan 24 11:16:16 2006 >+++ /usr/home/chinsan/project/buici-clock/distinfo Wed Jul 12 02:00:48 2006 >@@ -1,3 +1,3 @@ >-MD5 (buici-clock_0.4.1.tar.gz) = 00f8dc792c1b0a2071bbf0332a41f96c >-SHA256 (buici-clock_0.4.1.tar.gz) = 363d7351ef3fdf3d9bb9c76cb03319e9b43c6d52a21a4fb8da5270a4d00ed25b >-SIZE (buici-clock_0.4.1.tar.gz) = 121692 >+MD5 (buici-clock_0.4.5.tar.gz) = 0e76fd1b06a9c6ebb6eaad5ee6ef5d5b >+SHA256 (buici-clock_0.4.5.tar.gz) = eb19c3f5c253bcc68dc03021aa8e871362d10b8946fd9cf67e125cfc42f982f9 >+SIZE (buici-clock_0.4.5.tar.gz) = 154495 >diff -ruN --exclude=CVS /usr/ports/x11-clocks/buici-clock/files/patch-xo-stats.h /usr/home/chinsan/project/buici-clock/files/patch-xo-stats.h >--- /usr/ports/x11-clocks/buici-clock/files/patch-xo-stats.h Thu Jan 1 08:00:00 1970 >+++ /usr/home/chinsan/project/buici-clock/files/patch-xo-stats.h Wed Jul 12 02:06:53 2006 >@@ -0,0 +1,11 @@ >+--- xo/stats.h.orig Wed Jul 12 02:06:02 2006 >++++ xo/stats.h Wed Jul 12 02:06:18 2006 >+@@ -39,6 +39,8 @@ >+ /* ----- Includes */ >+ >+ #include <sys/times.h> >++#include <sys/types.h> >++#include <sys/time.h> >+ #include <sys/resource.h> >+ #if defined (HAVE_MEMORY_H) >+ # include <memory.h> >diff -ruN --exclude=CVS /usr/ports/x11-clocks/buici-clock/files/patch-xo::stats.h /usr/home/chinsan/project/buici-clock/files/patch-xo::stats.h >--- /usr/ports/x11-clocks/buici-clock/files/patch-xo::stats.h Thu Dec 9 22:43:22 2004 >+++ /usr/home/chinsan/project/buici-clock/files/patch-xo::stats.h Thu Jan 1 08:00:00 1970 >@@ -1,11 +0,0 @@ >---- xo/stats.h.orig Thu Dec 9 10:02:22 2004 >-+++ xo/stats.h Thu Dec 9 10:03:35 2004 >-@@ -39,6 +39,8 @@ >- /* ----- Includes */ >- >- #include <sys/times.h> >-+#include <sys/types.h> >-+#include <sys/time.h> >- #include <sys/resource.h> >- #if defined (HAVE_MEMORY_H) >- # include <memory.h> >diff -ruN --exclude=CVS /usr/ports/x11-clocks/buici-clock/files/patch-xo:Makefile.in /usr/home/chinsan/project/buici-clock/files/patch-xo:Makefile.in >--- /usr/ports/x11-clocks/buici-clock/files/patch-xo:Makefile.in Sat Nov 27 14:02:49 2004 >+++ /usr/home/chinsan/project/buici-clock/files/patch-xo:Makefile.in Thu Jan 1 08:00:00 1970 >@@ -1,11 +0,0 @@ >---- xo/Makefile.in.orig Mon Nov 22 11:33:56 2004 >-+++ xo/Makefile.in Mon Nov 22 11:34:08 2004 >-@@ -54,7 +54,7 @@ >- #CFLAGS=-${CFLAGS} -O >- #CFLAGS=-${CFLAGS} -O2 >- #CFLAGS=-${CFLAGS} -fomit-frame-pointer >--CFLAGS_=-g @CFLAGS_W@@X_CFLAGS@ >-+CFLAGS+=-g @CFLAGS_W@@X_CFLAGS@ >- LFLAGS=-g @LDFLAGS@@X_LIBS@@X_PRE_LIBS@@LIBS@ -lX11 -lXext@X_EXTRA_LIBS@ >- DEPEND=depend.m >- FLEX=@LEX@ >diff -ruN --exclude=CVS /usr/ports/x11-clocks/buici-clock/pkg-plist /usr/home/chinsan/project/buici-clock/pkg-plist >--- /usr/ports/x11-clocks/buici-clock/pkg-plist Sat Nov 27 14:02:49 2004 >+++ /usr/home/chinsan/project/buici-clock/pkg-plist Thu Jan 1 08:00:00 1970 >@@ -1 +0,0 @@ >-bin/buici-clock
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 100099
: 68015