Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2007 08:21:47 +0200
From:      "Andy Fawcett" <andy@athame.co.uk>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/108540: [maintainer update] Update sysutils/uptimed to fix for -CURRENT
Message-ID:  <1170138107.18448@igor.int.athame.co.uk>
Resent-Message-ID: <200701300650.l0U6oHUt035803@freefall.freebsd.org>

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

>Number:         108540
>Category:       ports
>Synopsis:       [maintainer update] Update sysutils/uptimed to fix for -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 30 06:50:17 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Andy Fawcett
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
>Environment:


System: FreeBSD 6.2-PRERELEASE #1: Wed Dec 27 19:50:47 EET 2006
    root@igor.int.athame.co.uk:/usr/obj/usr/src/sys/IGOR



>Description:


Fix sysutils/uptimed for 7-CURRENT after objformat was removed

Prompted by krismail



>How-To-Repeat:


Apply patch


>Fix:


--- uptimed-patch begins here ---
diff -urN uptimed-orig/Makefile uptimed/Makefile
--- uptimed-orig/Makefile	Thu Jan  4 20:31:51 2007
+++ uptimed/Makefile	Tue Jan 30 07:15:06 2007
@@ -6,6 +6,7 @@
 
 PORTNAME=	uptimed
 PORTVERSION=	0.3.7
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://podgorny.cz/uptimed/releases/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
diff -urN uptimed-orig/files/patch-configure uptimed/files/patch-configure
--- uptimed-orig/files/patch-configure	Thu Jan  4 20:31:51 2007
+++ uptimed/files/patch-configure	Tue Jan 30 07:13:41 2007
@@ -1,5 +1,5 @@
---- configure.orig	Sun Jun 20 13:45:58 2004
-+++ configure	Wed Aug 11 19:50:00 2004
+--- configure-src	Tue Jan 30 07:10:52 2007
++++ configure	Tue Jan 30 07:13:01 2007
 @@ -157,9 +157,9 @@
  
  
@@ -12,3 +12,39 @@
  
  if expr a : '\(a\)' >/dev/null 2>&1; then
    as_expr=expr
+@@ -6568,7 +6568,7 @@
+ 
+ freebsd*)
+   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+-  version_type=freebsd-$objformat
++  version_type=freebsd-elf
+   case $version_type in
+     freebsd-elf*)
+       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+@@ -10099,7 +10099,7 @@
+ 
+ freebsd*)
+   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+-  version_type=freebsd-$objformat
++  version_type=freebsd-elf
+   case $version_type in
+     freebsd-elf*)
+       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+@@ -13063,7 +13063,7 @@
+ 
+ freebsd*)
+   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+-  version_type=freebsd-$objformat
++  version_type=freebsd-elf
+   case $version_type in
+     freebsd-elf*)
+       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+@@ -15326,7 +15326,7 @@
+ 
+ freebsd*)
+   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+-  version_type=freebsd-$objformat
++  version_type=freebsd-elf
+   case $version_type in
+     freebsd-elf*)
+       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
--- uptimed-patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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