Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:15:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343956 - in head/misc/utftools: . files
Message-ID:  <201402121915.s1CJFfLZ041095@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 12 19:15:41 2014
New Revision: 343956
URL: http://svnweb.freebsd.org/changeset/ports/343956
QAT: https://qat.redports.org/buildarchive/r343956/

Log:
  Now that this port is unbroken,
  - add stage support
  - make prefix/localbase clean

Modified:
  head/misc/utftools/Makefile
  head/misc/utftools/files/patch-Makefile.in
  head/misc/utftools/pkg-plist

Modified: head/misc/utftools/Makefile
==============================================================================
--- head/misc/utftools/Makefile	Wed Feb 12 19:05:43 2014	(r343955)
+++ head/misc/utftools/Makefile	Wed Feb 12 19:15:41 2014	(r343956)
@@ -12,9 +12,6 @@ COMMENT=	UTF-aware wc, fmt, expand, and 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libutf.a:${PORTSDIR}/misc/libutf
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	'--libdir=${PREFIX}/lib'
+CONFIGURE_ARGS=	--libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include
 
-MAN1=	utf8-expand.1 utf8-fmt.1 utf8-unexpand.1 utf8-wc.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/misc/utftools/files/patch-Makefile.in
==============================================================================
--- head/misc/utftools/files/patch-Makefile.in	Wed Feb 12 19:05:43 2014	(r343955)
+++ head/misc/utftools/files/patch-Makefile.in	Wed Feb 12 19:15:41 2014	(r343956)
@@ -1,13 +1,15 @@
---- Makefile.in.orig	Sat May 10 13:57:39 2003
-+++ Makefile.in	Sat May 10 14:01:43 2003
-@@ -39,8 +39,8 @@
+--- ./Makefile.in.orig	1997-02-25 18:47:26.000000000 +0000
++++ ./Makefile.in	2014-02-12 19:07:37.000000000 +0000
+@@ -38,9 +38,9 @@
+ all				:	$(BINS)
  
  install			:	all
- 	$(srcdir)/mkinstalldirs $(BINDIR) $(MANDIR)/man1
+-	$(srcdir)/mkinstalldirs $(BINDIR) $(MANDIR)/man1
 -	for bin in $(BINS) ; do $(INSTALL) $$bin $(BINDIR)/$$bin ; done
 -	for man in $(MANS) ; do $(INSTALL_DATA) $(srcdir)/$$man $(MANDIR)/man1/$$man ; done
-+	for bin in $(BINS) ; do $(INSTALL) $$bin $(BINDIR)/utf8-$$bin ; done
-+	for man in $(MANS) ; do $(INSTALL_DATA) $(srcdir)/$$man $(MANDIR)/man1/utf8-$$man ; done
++	$(srcdir)/mkinstalldirs $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
++	for bin in $(BINS) ; do $(INSTALL) $$bin $(DESTDIR)$(BINDIR)/utf8-$$bin ; done
++	for man in $(MANS) ; do $(INSTALL_DATA) $(srcdir)/$$man $(DESTDIR)$(MANDIR)/man1/utf8-$$man ; done
  
  uninstall		:
  	-for bin in $(BINS) ; do rm $(BINDIR)/$$bin ; done

Modified: head/misc/utftools/pkg-plist
==============================================================================
--- head/misc/utftools/pkg-plist	Wed Feb 12 19:05:43 2014	(r343955)
+++ head/misc/utftools/pkg-plist	Wed Feb 12 19:15:41 2014	(r343956)
@@ -2,3 +2,7 @@ bin/utf8-expand
 bin/utf8-fmt
 bin/utf8-unexpand
 bin/utf8-wc
+man/man1/utf8-expand.1.gz
+man/man1/utf8-fmt.1.gz
+man/man1/utf8-unexpand.1.gz
+man/man1/utf8-wc.1.gz



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