From owner-svn-ports-all@FreeBSD.ORG Fri May 30 14:25:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB60993C; Fri, 30 May 2014 14:25:52 +0000 (UTC) Received: from svn.freebsd.org (svn.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 9F0402B33; Fri, 30 May 2014 14:25:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UEPqwH090914; Fri, 30 May 2014 14:25:52 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UEPqqV090912; Fri, 30 May 2014 14:25:52 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201405301425.s4UEPqqV090912@svn.freebsd.org> From: Pawel Pekala Date: Fri, 30 May 2014 14:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355850 - in head/korean/uniksc: . 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.18 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, 30 May 2014 14:25:52 -0000 Author: pawel Date: Fri May 30 14:25:51 2014 New Revision: 355850 URL: http://svnweb.freebsd.org/changeset/ports/355850 QAT: https://qat.redports.org/buildarchive/r355850/ Log: Add staging support Modified: head/korean/uniksc/Makefile head/korean/uniksc/files/patch-makefile Modified: head/korean/uniksc/Makefile ============================================================================== --- head/korean/uniksc/Makefile Fri May 30 14:24:11 2014 (r355849) +++ head/korean/uniksc/Makefile Fri May 30 14:25:51 2014 (r355850) @@ -16,5 +16,4 @@ PLIST_FILES= bin/uniksc include/uniksc.h CFLAGS+= "-fPIC" .endif -NO_STAGE= yes .include Modified: head/korean/uniksc/files/patch-makefile ============================================================================== --- head/korean/uniksc/files/patch-makefile Fri May 30 14:24:11 2014 (r355849) +++ head/korean/uniksc/files/patch-makefile Fri May 30 14:25:51 2014 (r355850) @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Oct 8 15:38:51 2000 -+++ Makefile Sat Mar 13 18:23:29 2004 +--- Makefile.orig 2000-10-09 00:38:51.000000000 +0200 ++++ Makefile 2014-05-30 15:04:05.812325981 +0200 @@ -1,8 +1,9 @@ -CC = gcc +#CC = gcc @@ -13,7 +13,7 @@ SRCS = ksc5601_utf16.c \ ksc5601_utf16_table.c \ -@@ -12,27 +13,27 @@ +@@ -12,27 +13,24 @@ OBJS = $(SRCS:.c=.o) .c.o: @@ -33,15 +33,17 @@ + rm -f $(OBJS) uniksc libuniksc.so.0 *~ install: - if ( test ! -d $(PREFIX)/bin ) ; then mkdir $(PREFIX)/bin ; fi - if ( test ! -d $(PREFIX)/lib ) ; then mkdir $(PREFIX)/lib ; fi - if ( test ! -d $(PREFIX)/include ) ; then mkdir $(PREFIX)/include ; fi - cp -f uniksc $(PREFIX)/bin/uniksc +- if ( test ! -d $(PREFIX)/bin ) ; then mkdir $(PREFIX)/bin ; fi +- if ( test ! -d $(PREFIX)/lib ) ; then mkdir $(PREFIX)/lib ; fi +- if ( test ! -d $(PREFIX)/include ) ; then mkdir $(PREFIX)/include ; fi +- cp -f uniksc $(PREFIX)/bin/uniksc - cp -f libuniksc.so.0.9 $(PREFIX)/lib/libuniksc.so.0.9 - ln -sf libuniksc.so.0.9 $(PREFIX)/lib/libuniksc.so.0 -+ cp -f libuniksc.so.0 $(PREFIX)/lib/libuniksc.so.0 +- cp -f uniksc.h $(PREFIX)/include/uniksc.h ++ $(BSD_INSTALL_PROGRAM) uniksc $(DESTDIR)$(PREFIX)/bin/uniksc ++ $(BSD_INSTALL_LIB) libuniksc.so.0 $(DESTDIR)$(PREFIX)/lib/libuniksc.so.0 + #ln -sf libuniksc.so.0.9 $(PREFIX)/lib/libuniksc.so.0 - cp -f uniksc.h $(PREFIX)/include/uniksc.h ++ $(BSD_INSTALL_DATA) uniksc.h $(DESTDIR)$(PREFIX)/include/uniksc.h uninstall: rm -f $(PREFIX)/bin/uniksc