svn commit: r379875 - head/editors/openoffice-devel

Don Lewis truckman at FreeBSD.org
Wed Feb 25 05:58:57 UTC 2015


Author: truckman
Date: Wed Feb 25 05:58:56 2015
New Revision: 379875
URL: https://svnweb.freebsd.org/changeset/ports/379875
QAT: https://qat.redports.org/buildarchive/r379875/

Log:
  Undo an unintended Makefile change that slipped in.
  
  Approved by:	mat (mentor)

Modified:
  head/editors/openoffice-devel/Makefile

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Wed Feb 25 05:55:10 2015	(r379874)
+++ head/editors/openoffice-devel/Makefile	Wed Feb 25 05:58:56 2015	(r379875)
@@ -280,7 +280,7 @@ do-build:
 	cd ${WRKSUBDIR} ; ${PRINTF} "main=active\n" >> source_config
 	cd ${WRKSUBDIR} ; ${PRINTF} "extras=active\n" >> source_config
 	cd ${WRKSRC} ; ./bootstrap
-	cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C LC_TIME=it_IT.ISO8859-15" ${BASH} -c "source ${FREEBSD_ENV_SET} ; cd instsetoo_native/util  ; build.pl --all -P${MAKE_JOBS_NUMBER} -- -P${MAKE_JOBS_NUMBER}"
+	cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${BASH} -c "source ${FREEBSD_ENV_SET} ; cd instsetoo_native/util  ; build.pl --all -P${MAKE_JOBS_NUMBER} -- -P${MAKE_JOBS_NUMBER}"
 
 do-install:
 	cd ${WRKSRC}/instsetoo_native/unxfbsd?.pro/Apache_OpenOffice/archive/install/${LOCALIZED_LANG}/ ; ${LS} *.tar.?z > ${WRKDIR}/INSTALLFILES


More information about the svn-ports-all mailing list