Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2015 22:17:28 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398966 - in head/editors/openoffice-4: . files
Message-ID:  <201510092217.t99MHSur028459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Fri Oct  9 22:17:28 2015
New Revision: 398966
URL: https://svnweb.freebsd.org/changeset/ports/398966

Log:
  Removing --enable-symbols=small from CONFIGURE_ARGS allows us to avoid
  the need to use ${STRIP_CMD}.
  
  Fix an intermittent build failure by adding a missing dependency to the
  port's build framework.  This change has been committed to the upstream
  trunk.

Added:
  head/editors/openoffice-4/files/patch-sdext_prj_build.lst   (contents, props changed)
Modified:
  head/editors/openoffice-4/Makefile

Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile	Fri Oct  9 22:07:50 2015	(r398965)
+++ head/editors/openoffice-4/Makefile	Fri Oct  9 22:17:28 2015	(r398966)
@@ -249,7 +249,6 @@ CONFIGURE_ARGS+=							\
 			--with-system-sane				\
 			--with-system-serf				\
 			--with-system-stdlibs				\
-			--enable-symbols=small				\
 			--without-stlport				\
 			--with-vendor="FreeBSD ports system"		\
 			--enable-verbose				\
@@ -401,10 +400,6 @@ do-install:
 	cd ${WRKSRC}/solver/${AOOXXX}/unxfbsd?.pro/bin/ ; \
 		${INSTALL_DATA} ${AOOEXTENSIONS} \
 			${STAGEDIR}${PRINSTALLATION_BASEDIR}/extensions/
-	@cd ${STAGEDIR}${OOPATH}/program ; \
-		${ECHO_CMD} "stripping executables and shared libraries" ; \
-		${STRIP_CMD} crashrep pagein uri-encode javaldx regmerge \
-			regview *.so* *.bin
 	${FIND} ${STAGEDIR}${PRINSTALLATION_BASEDIR} -type d -exec ${CHMOD} 755 {} \;
 	${REINPLACE_CMD} \
 		-e '/^UserInstallation/s/=.*/=$$SYSUSERCONFIG\/${AOOUDIR}/' \

Added: head/editors/openoffice-4/files/patch-sdext_prj_build.lst
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/openoffice-4/files/patch-sdext_prj_build.lst	Fri Oct  9 22:17:28 2015	(r398966)
@@ -0,0 +1,8 @@
+--- sdext/prj/build.lst.orig	2014-02-25 08:27:02 UTC
++++ sdext/prj/build.lst
+@@ -1,4 +1,4 @@
+-dx	sdext	:	L10N:l10n offuh comphelper unotools readlicense_oo cppu tools cppuhelper sal javaunohelper officecfg LIBXSLT:libxslt xmlhelp NULL
++dx	sdext	:	L10N:l10n offuh comphelper unotools readlicense_oo cppu tools cppuhelper sal javaunohelper officecfg LIBXSLT:libxslt xmlhelp rsc NULL
+ dx	sdext									usr1	-	all	sdext_mkout NULL
+ dx	sdext\prj								get		-	all	sdext_prj NULL
+ dx	sdext\source\minimizer					nmake	-	all sdext_minimizer sdext_inc NULL



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