FreeBSD Bugzilla – Attachment 112255 Details for
Bug 153636
[MAINTAINER] sysutils/di: update to 4.27
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
di-4.27.patch
di-4.27.patch (text/plain), 4.32 KB, created by
Naram Qashat
on 2011-01-02 20:50:05 UTC
(
hide
)
Description:
di-4.27.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2011-01-02 20:50:05 UTC
Size:
4.32 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/sysutils/di/Makefile /kirby/shared/ports/di/Makefile >--- /usr/ports/sysutils/di/Makefile 2010-07-27 10:44:00.000000000 -0400 >+++ /kirby/shared/ports/di/Makefile 2011-01-02 15:30:55.000000000 -0500 >@@ -6,7 +6,7 @@ > # > > PORTNAME= di >-PORTVERSION= 4.26 >+PORTVERSION= 4.27 > CATEGORIES= sysutils > MASTER_SITES= http://www.gentoo.com/di/ \ > http://fresh.t-systems-sfr.com/unix/src/privat2/ >@@ -29,6 +29,6 @@ > .include <bsd.port.pre.mk> > > post-patch: >- @${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/di.c >+ @${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c > > .include <bsd.port.post.mk> >diff -ruN --exclude=CVS /usr/ports/sysutils/di/distinfo /kirby/shared/ports/di/distinfo >--- /usr/ports/sysutils/di/distinfo 2010-07-27 10:44:00.000000000 -0400 >+++ /kirby/shared/ports/di/distinfo 2011-01-02 15:25:19.000000000 -0500 >@@ -1,3 +1,2 @@ >-MD5 (di-4.26.tar.gz) = 7568e18b1c5c72bfbe3d9ba55c30d1ed >-SHA256 (di-4.26.tar.gz) = fab06941be68d5247cc829c8ba0192cf759e519b3ab7fa61e48a4bb5d9627751 >-SIZE (di-4.26.tar.gz) = 114432 >+SHA256 (di-4.27.tar.gz) = 92a1553c2916f3143f2a0c866473d62da712a6f936a7824b58873c9054ee1782 >+SIZE (di-4.27.tar.gz) = 139125 >diff -ruN --exclude=CVS /usr/ports/sysutils/di/files/patch-C-Makefile /kirby/shared/ports/di/files/patch-C-Makefile >--- /usr/ports/sysutils/di/files/patch-C-Makefile 1969-12-31 19:00:00.000000000 -0500 >+++ /kirby/shared/ports/di/files/patch-C-Makefile 2011-01-02 15:30:12.000000000 -0500 >@@ -0,0 +1,38 @@ >+--- C/Makefile.orig 2011-01-01 15:25:04.000000000 -0500 >++++ C/Makefile 2011-01-02 15:29:46.000000000 -0500 >+@@ -6,7 +6,7 @@ >+ # $Id: Makefile,v 1.109 2010-12-31 21:15:39-08 bll Exp $ >+ # >+ >+-CC = cc >++CC ?= cc >+ # for tests.done >+ DC = gdc >+ >+@@ -34,7 +34,7 @@ >+ ### >+ # installation options >+ # >+-prefix = /usr/local >++prefix ?= /usr/local >+ LOCALEDIR = $(prefix)/share/locale >+ PROG = di >+ MPROG = mi >+@@ -145,7 +145,7 @@ >+ $(MAKE) _MKCONFIG_SHELL=$(MKCONFIG_SHELL) \ >+ CC=cc LD=cc EXE_EXT="" OBJ_EXT=".o" \ >+ CFLAGS="$(CFLAGS) -O" \ >+- LDFLAGS="-O" di-programs >++ LDFLAGS="-O $(LDFLAGS)" di-programs >+ >+ bsd43-gcc: >+ @$(MAKE) ../dioptions.dat >+@@ -156,7 +156,7 @@ >+ $(MAKE) _MKCONFIG_SHELL=$(MKCONFIG_SHELL) \ >+ CC=gcc LD=gcc EXE_EXT="" OBJ_EXT=".o" \ >+ CFLAGS="$(CFLAGS) -O2" \ >+- LDFLAGS="-O2" di-programs >++ LDFLAGS="-O2 $(LDFLAGS)" di-programs >+ >+ ### >+ # cleaning >diff -ruN --exclude=CVS /usr/ports/sysutils/di/files/patch-Makefile /kirby/shared/ports/di/files/patch-Makefile >--- /usr/ports/sysutils/di/files/patch-Makefile 2010-05-16 12:53:21.000000000 -0400 >+++ /kirby/shared/ports/di/files/patch-Makefile 2011-01-02 15:28:45.000000000 -0500 >@@ -1,24 +1,15 @@ >---- Makefile.orig 2010-05-11 01:55:01.000000000 -0400 >-+++ Makefile 2010-05-11 07:37:54.000000000 -0400 >-@@ -9,7 +9,7 @@ >- SHELL = /bin/sh >- OBJ_EXT = .o >- EXE_EXT = >--CC = cc >-+CC ?= cc >- MAKE = make >- >- # >-@@ -31,7 +31,7 @@ >- # >+--- Makefile.orig 2011-01-01 15:25:04.000000000 -0500 >++++ Makefile 2011-01-02 15:28:29.000000000 -0500 >+@@ -33,7 +33,7 @@ >+ ### > # installation options > # > -prefix = /usr/local > +prefix ?= /usr/local > LOCALEDIR = $(prefix)/share/locale >- # >- INSTALL_DIR = $(prefix) >-@@ -59,7 +59,7 @@ >+ PROG = di >+ MPROG = mi >+@@ -55,7 +55,7 @@ > # > # simple man page installation > # >@@ -27,21 +18,3 @@ > DI_MANDIR = $(DI_MANINSTDIR)/man1 > MAN_TARGET = $(PROG).1 > MANPERM = 644 >-@@ -180,7 +180,7 @@ >- $(MAKE) \ >- CC=cc LD=cc EXE_EXT="" OBJ_EXT=".o" \ >- CFLAGS="$(CFLAGS) -O" \ >-- LDFLAGS="-O" di-programs >-+ LDFLAGS="-O $(LDFLAGS)" di-programs >- >- bsd43-gcc: >- @echo ':' > di.env;chmod a+rx di.env >-@@ -190,7 +190,7 @@ >- $(MAKE) \ >- CC=gcc LD=gcc EXE_EXT="" OBJ_EXT=".o" \ >- CFLAGS="$(CFLAGS) -O2" \ >-- LDFLAGS="-O2" di-programs >-+ LDFLAGS="-O2 $(LDFLAGS)" di-programs >- >- ### >- # cleaning >diff -ruN --exclude=CVS /usr/ports/sysutils/di/files/patch-di.c /kirby/shared/ports/di/files/patch-di.c >--- /usr/ports/sysutils/di/files/patch-di.c 2007-10-23 19:06:54.000000000 -0400 >+++ /kirby/shared/ports/di/files/patch-di.c 2011-01-02 15:31:54.000000000 -0500 >@@ -1,7 +1,7 @@ >---- di.c.old Tue Oct 23 11:48:51 2007 >-+++ di.c Tue Oct 23 11:49:19 2007 >-@@ -267,10 +267,8 @@ >- char *disp; >+--- C/di.c.orig 2011-01-01 15:25:04.000000000 -0500 >++++ C/di.c 2011-01-02 15:31:35.000000000 -0500 >+@@ -252,10 +252,8 @@ >+ char *disp[2]; > } dispTable_t; > > -#if ! _lib_zone_list
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 153636
: 112255