Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2005 10:36:34 +0100 (CET)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/76809: [maintainer] misc/ddate patch to fix truncated text in Makefile 
Message-ID:  <200501290936.j0T9aYf6005824@beaver.critical.ch>
Resent-Message-ID: <200501290940.j0T9eDHu036345@freefall.freebsd.org>

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

>Number:         76809
>Category:       ports
>Synopsis:       [maintainer] misc/ddate patch to fix truncated text in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 09:40:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Mon Jan 17 18:40:53 CET 2005 root@beaver.critical.ch:/home/build/obj/usr/src-release/src/sys/BEAVER i386


	
>Description:
this patch fixes truncated text in the pre-everything:: Makefile section of misc/ddate

>How-To-Repeat:
	
>Fix:
apply this patch to misc/ddate/Makefile

---patch start---
--- Makefile.orig	Sat Jan 29 10:23:47 2005
+++ Makefile	Sat Jan 29 10:24:12 2005
@@ -26,6 +26,7 @@
 	@${ECHO} ""
 	@${ECHO} "      US_FORMAT   if you wish to use the US format for"
 	@${ECHO} "                  aneristic dates (m-d-y), as opposed to"
+	@${ECHO} "                  the Commonwealth format"
 	@${ECHO} ""
 	@${ECHO} "      PRAISE_BOB  if you wish ddate to contain SubGenius"
 	@${ECHO} "                  slogans"
---patch stop---
>Release-Note:
>Audit-Trail:
>Unformatted:



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