FreeBSD Bugzilla – Attachment 11340 Details for
Bug 22365
Update port: games/xoj
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.12 KB, created by
tkato
on 2000-10-27 23:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2000-10-27 23:50:02 UTC
Size:
2.12 KB
patch
obsolete
>diff -urN /usr/ports/games/xoj/Makefile games/xoj/Makefile >--- /usr/ports/games/xoj/Makefile Sat Apr 15 00:24:30 2000 >+++ games/xoj/Makefile Fri Oct 13 22:41:18 2000 >@@ -5,18 +5,17 @@ > # $FreeBSD: ports/games/xoj/Makefile,v 1.5 2000/04/14 12:27:53 asami Exp $ > # > >-PORTNAME= xoj >-PORTVERSION= 1.0 >-CATEGORIES= games >-MASTER_SITES= ${MASTER_SITE_SUNSITE} >+PORTNAME= xoj >+PORTVERSION= 1.0 >+CATEGORIES= games >+MASTER_SITES= ${MASTER_SITE_SUNSITE} > MASTER_SITE_SUBDIR= X11/demos >-EXTRACT_SUFX= .tgz >+EXTRACT_SUFX= .tgz > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= ports@FreeBSD.org > >-USE_IMAKE= yes >- >-do-install: >- @ ${INSTALL_PROGRAM} ${WRKSRC}/xoj ${PREFIX}/bin >+USE_XPM= yes >+USE_IMAKE= yes >+NO_INSTALL_MANPAGES= yes > > .include <bsd.port.mk> >diff -urN /usr/ports/games/xoj/files/patch-aa games/xoj/files/patch-aa >--- /usr/ports/games/xoj/files/patch-aa Mon Jan 3 18:45:36 2000 >+++ games/xoj/files/patch-aa Fri Oct 13 22:37:55 2000 >@@ -1,6 +1,16 @@ >---- xoj.c.orig Tue Jul 26 09:10:19 1994 >-+++ xoj.c Sun Dec 19 22:32:12 1999 >-@@ -106,7 +106,9 @@ >+--- xoj.c.orig Tue Jul 26 23:10:19 1994 >++++ xoj.c Fri Oct 13 22:37:45 2000 >+@@ -33,7 +33,9 @@ >+ >+ #include <stdio.h> >+ #include <math.h> >++#ifndef __STDC__ >+ #include <malloc.h> >++#endif >+ #include <signal.h> >+ #include <limits.h> >+ >+@@ -106,7 +108,9 @@ > void UpdateCop(); > void DrawCop(); > void EraseCop(); >@@ -10,7 +20,7 @@ > Pixel AllocNamedColor(); > > void >-@@ -584,6 +586,7 @@ >+@@ -584,6 +588,7 @@ > /* > * sleep for a number of micro-seconds > */ >@@ -18,7 +28,7 @@ > void usleep(usec) > unsigned long usec; > { >-@@ -596,6 +599,7 @@ >+@@ -596,6 +601,7 @@ > select(0, (void *)0, (void *)0, (void *)0, &t); > #endif > } >diff -urN /usr/ports/games/xoj/files/patch-ab games/xoj/files/patch-ab >--- /usr/ports/games/xoj/files/patch-ab Thu Jan 1 09:00:00 1970 >+++ games/xoj/files/patch-ab Fri Oct 13 22:42:17 2000 >@@ -0,0 +1,12 @@ >+--- Imakefile.orig Tue Jul 26 23:10:17 1994 >++++ Imakefile Fri Oct 13 22:40:03 2000 >+@@ -1,5 +1,8 @@ >+ LOCAL_LIBRARIES = XawClientLibs -lm >+ DEPLIBS = XawClientDepLibs >+ >+-SimpleProgramTarget(xoj) >++SRCS = xoj.c >++OBJS = xoj.o >++ >++ComplexProgramTargetNoMan(xoj) >+
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 22365
: 11340