[119298] branches/release_2_3

jmr at macports.org jmr at macports.org
Tue Apr 22 09:17:42 PDT 2014


Revision: 119298
          https://trac.macports.org/changeset/119298
Author:   jmr at macports.org
Date:     2014-04-22 09:17:42 -0700 (Tue, 22 Apr 2014)
Log Message:
-----------
merge r119297 from trunk:
 tiger's chmod doesn't accept -h

Revision Links:
--------------
    https://trac.macports.org/changeset/119297

Modified Paths:
--------------
    branches/release_2_3/base/src/port/Makefile.in

Property Changed:
----------------
    branches/release_2_3/
    branches/release_2_3/base/


Property changes on: branches/release_2_3
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:118056,118161,118640,119204
   + /trunk:118056,118161,118640,119204,119297


Property changes on: branches/release_2_3/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/gsoc08-privileges/base:37343-46937
/branches/gsoc09-logging/base:51231-60371
/branches/gsoc11-rev-upgrade/base:78828-88375
/branches/gsoc11-statistics/base:79520,79666
/branches/gsoc13-tests:106692-111324
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:118038-118039,118056,118161,118559,118562-118569,118598-118599,118602-118603,118606-118607,118640,119169,119171,119175,119204
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
   + /branches/gsoc08-privileges/base:37343-46937
/branches/gsoc09-logging/base:51231-60371
/branches/gsoc11-rev-upgrade/base:78828-88375
/branches/gsoc11-statistics/base:79520,79666
/branches/gsoc13-tests:106692-111324
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:118038-118039,118056,118161,118559,118562-118569,118598-118599,118602-118603,118606-118607,118640,119169,119171,119175,119204,119297
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/release_2_3/base/src/port/Makefile.in
===================================================================
--- branches/release_2_3/base/src/port/Makefile.in	2014-04-22 16:16:38 UTC (rev 119297)
+++ branches/release_2_3/base/src/port/Makefile.in	2014-04-22 16:17:42 UTC (rev 119298)
@@ -41,5 +41,7 @@
 	cd ${INSTALLDIR}/bin && $(LN_S) -f port portf
 	cd ${INSTALLDIR}/bin && $(LN_S) -f ${TCLSH} port-tclsh
 ifneq (,$(findstring darwin, at build_os@))
+ifneq (8, at OS_MAJOR@)
 	chmod -h 555 ${INSTALLDIR}/bin/portf ${INSTALLDIR}/bin/port-tclsh
 endif
+endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140422/e427cdf2/attachment.html>


More information about the macports-changes mailing list