svn commit: r378465 - in head/shells: ch dash p5-Term-ShellUI psh shell-include

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 5 15:55:56 UTC 2015


Author: bapt
Date: Thu Feb  5 15:55:53 2015
New Revision: 378465
URL: https://svnweb.freebsd.org/changeset/ports/378465
QAT: https://qat.redports.org/buildarchive/r378465/

Log:
  Cleanup plist

Modified:
  head/shells/ch/pkg-plist
  head/shells/dash/Makefile
  head/shells/p5-Term-ShellUI/pkg-plist
  head/shells/psh/pkg-plist
  head/shells/shell-include/pkg-plist

Modified: head/shells/ch/pkg-plist
==============================================================================
--- head/shells/ch/pkg-plist	Thu Feb  5 15:53:00 2015	(r378464)
+++ head/shells/ch/pkg-plist	Thu Feb  5 15:55:53 2015	(r378465)
@@ -28,10 +28,3 @@
 %%DATADIR%%/docs/man/man1/strjoin.1..gz
 %%DATADIR%%/docs/man/man1/strputc.1.gz
 %%DATADIR%%/docs/man/man1/strrep.1.gz
- at dirrmtry %%DATADIR%%/docs/cn
- at dirrmtry %%DATADIR%%/docs/jp
- at dirrmtry %%DATADIR%%/docs/jp
- at dirrmtry %%DATADIR%%/docs/images
- at dirrmtry %%DATADIR%%/docs/man/man1
- at dirrmtry %%DATADIR%%/docs/man
- at dirrmtry %%DATADIR%%/docs

Modified: head/shells/dash/Makefile
==============================================================================
--- head/shells/dash/Makefile	Thu Feb  5 15:53:00 2015	(r378464)
+++ head/shells/dash/Makefile	Thu Feb  5 15:55:53 2015	(r378465)
@@ -8,6 +8,9 @@ MASTER_SITES=	http://gondor.apana.org.au
 MAINTAINER=	bdrewery at FreeBSD.org
 COMMENT=	POSIX-compliant implementation of /bin/sh
 
+SEPARATE_BUILD=	flavored
+FLAVORS=	static
+FLAVOR?=
 GNU_CONFIGURE=	yes
 # This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386
 CFLAGS+=	-DUNUSABLE_RT_SIGNALS
@@ -16,6 +19,10 @@ USES=		gmake
 
 PLIST_FILES=	bin/dash man/man1/dash.1.gz
 
+.if ${FLAVOR:Mstatic}
+LDFLAGS+=	-static
+.endif
+
 post-patch:
 	${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
 		${WRKSRC}/src/Makefile.in

Modified: head/shells/p5-Term-ShellUI/pkg-plist
==============================================================================
--- head/shells/p5-Term-ShellUI/pkg-plist	Thu Feb  5 15:53:00 2015	(r378464)
+++ head/shells/p5-Term-ShellUI/pkg-plist	Thu Feb  5 15:55:53 2015	(r378465)
@@ -6,4 +6,3 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis-big
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tui-sample
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%

Modified: head/shells/psh/pkg-plist
==============================================================================
--- head/shells/psh/pkg-plist	Thu Feb  5 15:53:00 2015	(r378464)
+++ head/shells/psh/pkg-plist	Thu Feb  5 15:55:53 2015	(r378465)
@@ -178,6 +178,3 @@ man/man1/pshdevel.1.gz
 %%PERL5_MAN3%%/Psh::Strategy::Perlfunc.3.gz
 %%PERL5_MAN3%%/Psh::Strategy::Perlfunc_heavy.3.gz
 %%PERL5_MAN3%%/Psh::Strategy::Perlscript.3.gz
- at dirrm %%DATADIR%%/complete
- at dirrm %%DATADIR%%/themes
- at dirrm %%DATADIR%%

Modified: head/shells/shell-include/pkg-plist
==============================================================================
--- head/shells/shell-include/pkg-plist	Thu Feb  5 15:53:00 2015	(r378464)
+++ head/shells/shell-include/pkg-plist	Thu Feb  5 15:55:53 2015	(r378465)
@@ -8,6 +8,3 @@ man/man3/fileGetLine.3.gz
 man/man3/random.3.gz
 man/man3/random::shortIntRandom.3.gz
 man/man7/shell-include.7.gz
- at dirrm libexec/shell-include/sh
- at dirrm libexec/shell-include/bash
- at dirrm libexec/shell-include


More information about the svn-ports-head mailing list