Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 13:56:08 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317316 - head/ports-mgmt/pib/files
Message-ID:  <201305041356.r44Du8ed092578@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat May  4 13:56:07 2013
New Revision: 317316
URL: http://svnweb.freebsd.org/changeset/ports/317316

Log:
  Regenerate patchfiles to completely ignore OBJFORMAT which should be removed soon.

Modified:
  head/ports-mgmt/pib/files/patch-Makefile
  head/ports-mgmt/pib/files/patch-tkPort.h

Modified: head/ports-mgmt/pib/files/patch-Makefile
==============================================================================
--- head/ports-mgmt/pib/files/patch-Makefile	Sat May  4 13:44:22 2013	(r317315)
+++ head/ports-mgmt/pib/files/patch-Makefile	Sat May  4 13:56:07 2013	(r317316)
@@ -1,6 +1,6 @@
---- Makefile.orig	2000-10-28 10:55:08.000000000 +0200
-+++ Makefile	2008-04-12 14:19:18.000000000 +0200
-@@ -8,13 +8,12 @@
+--- ./Makefile.orig	2000-10-28 04:55:08.000000000 -0400
++++ ./Makefile	2013-05-04 09:54:12.423259025 -0400
+@@ -8,14 +8,11 @@
  X11BASE?=	/usr/X11R6
  
  LIB=		TkSteal
@@ -9,13 +9,14 @@
  SHLIB_MINOR=	0
  NOPROFILE=	yes
  
- .if defined(OBJFORMAT) && ${OBJFORMAT} == elf
+-.if defined(OBJFORMAT) && ${OBJFORMAT} == elf
 -LDADD=		-L${PREFIX}/lib -ltk82
+-.endif
 +LDADD=		-L${PREFIX}/lib -ltk84
- .endif
  
  SRCS=		tkXAccess.c
-@@ -25,8 +24,8 @@
+ TCL_SRCS=	pib.tcl tkSteal.tcl
+@@ -25,8 +22,8 @@
  PAXFILES=	${SRCS} ${TCL_SRCS} ${HDRS} ${OTHER}
  PAXNAME=	pib-1.1
  

Modified: head/ports-mgmt/pib/files/patch-tkPort.h
==============================================================================
--- head/ports-mgmt/pib/files/patch-tkPort.h	Sat May  4 13:44:22 2013	(r317315)
+++ head/ports-mgmt/pib/files/patch-tkPort.h	Sat May  4 13:56:07 2013	(r317316)
@@ -1,6 +1,6 @@
---- tkPort.h.orig	Wed Apr 13 17:30:58 2005
-+++ tkPort.h	Wed Apr 13 17:30:13 2005
-@@ -133,8 +133,6 @@ extern int errno;
+--- ./tkPort.h.orig	1996-12-17 05:05:30.000000000 -0500
++++ ./tkPort.h	2013-05-04 09:54:01.114260299 -0400
+@@ -133,8 +133,6 @@
   * in any other header file.
   */
  
@@ -9,4 +9,3 @@
  /*
   * These functions do nothing under Unix, so we just eliminate calls them.
   */
-



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