From owner-svn-ports-all@freebsd.org Fri Sep 11 22:28:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E286CA02635; Fri, 11 Sep 2015 22:28:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C77511A61; Fri, 11 Sep 2015 22:28:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BMSKnF078679; Fri, 11 Sep 2015 22:28:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BMSK7P078677; Fri, 11 Sep 2015 22:28:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509112228.t8BMSK7P078677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Sep 2015 22:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396718 - head/sysutils/di/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 22:28:21 -0000 Author: jbeich Date: Fri Sep 11 22:28:19 2015 New Revision: 396718 URL: https://svnweb.freebsd.org/changeset/ports/396718 Log: sysutils/di: pet portlint with |make makepatch| PR: 202779 Submitted by: Naram Qashat (maintainer) Modified: head/sysutils/di/files/patch-C-Makefile (contents, props changed) head/sysutils/di/files/patch-Makefile (contents, props changed) Modified: head/sysutils/di/files/patch-C-Makefile ============================================================================== --- head/sysutils/di/files/patch-C-Makefile Fri Sep 11 22:28:03 2015 (r396717) +++ head/sysutils/di/files/patch-C-Makefile Fri Sep 11 22:28:19 2015 (r396718) @@ -1,7 +1,7 @@ ---- C/Makefile.orig 2011-01-01 15:25:04.000000000 -0500 -+++ C/Makefile 2011-01-02 15:29:46.000000000 -0500 +--- C/Makefile.orig 2015-05-18 19:48:09 UTC ++++ C/Makefile @@ -6,7 +6,7 @@ - # $Id: Makefile,v 1.109 2010-12-31 21:15:39-08 bll Exp $ + # $Id$ # -CC = cc @@ -9,30 +9,30 @@ # for tests.done DC = gdc -@@ -34,7 +34,7 @@ +@@ -34,7 +34,7 @@ TEST = test ### # installation options # -prefix = /usr/local +prefix ?= /usr/local LOCALEDIR = $(prefix)/share/locale - PROG = di - MPROG = mi -@@ -145,7 +145,7 @@ + + ### +@@ -141,7 +141,7 @@ bsd43-cc: $(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 + .PHONY: bsd43-gcc bsd43-gcc: - @$(MAKE) ../dioptions.dat -@@ -156,7 +156,7 @@ +@@ -155,7 +155,7 @@ bsd43-gcc: $(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 + .PHONY: ultrix-cc + ultrix-cc: Modified: head/sysutils/di/files/patch-Makefile ============================================================================== --- head/sysutils/di/files/patch-Makefile Fri Sep 11 22:28:03 2015 (r396717) +++ head/sysutils/di/files/patch-Makefile Fri Sep 11 22:28:19 2015 (r396718) @@ -1,6 +1,6 @@ ---- ./Makefile.orig 2014-02-15 12:14:49.000000000 -0500 -+++ ./Makefile 2014-03-31 20:03:46.000000000 -0400 -@@ -36,12 +36,12 @@ +--- Makefile.orig 2015-05-18 19:48:09 UTC ++++ Makefile +@@ -36,12 +36,12 @@ MKC_DIR = ./mkconfig ### # installation options # @@ -15,7 +15,7 @@ INSTALL_BIN_DIR = $(INSTALL_DIR)/bin INST_LOCALEDIR = $(INSTALL_DIR)/share/locale TARGET = $(INSTALL_BIN_DIR)/$(PROG)$(EXE_EXT) -@@ -58,7 +58,7 @@ +@@ -58,7 +58,7 @@ INSTPERM = 4111 # install suid if your # # simple man page installation # @@ -24,7 +24,7 @@ DI_MANDIR = $(DI_MANINSTDIR)/man1 MAN_TARGET = $(PROG).1 MANPERM = 644 -@@ -140,7 +140,7 @@ +@@ -140,7 +140,7 @@ install-prog: $(TEST) -d $(INSTALL_BIN_DIR) || $(MKDIR) $(INSTALL_BIN_DIR) $(CP) -f ./$(FROMDIR)/$(PROG)$(EXE_EXT) $(TARGET) -$(RM) -f $(MTARGET) > /dev/null 2>&1