FreeBSD Bugzilla – Attachment 161169 Details for
Bug 203194
devel/flex-sdk: don't install garbage files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
flex-sdk.patch (text/plain), 4.31 KB, created by
Dmitry Marakasov
on 2015-09-18 15:58:37 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-09-18 15:58:37 UTC
Size:
4.31 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 397248) >+++ Makefile (working copy) >@@ -16,18 +16,18 @@ > WRKSRC= ${WRKDIR} > SUB_FILES= ${SCRIPTS:C/\$/.sh/g} > NO_BUILD= YES >+NO_ARCH= yes > PLIST_SUB= PORTNAME=${PORTNAME} > SUB_LIST= PORTNAME=${PORTNAME} > SCRIPTS= aasdoc acompc amxmlc asdoc compc copylocale digest \ > fcsh fdb mxmlc optimizer > >-.include <bsd.port.pre.mk> >- > post-extract: > ${RM} ${WRKSRC}/bin/*.bat ${WRKSRC}/bin/*.exe > ${FIND} ${WRKSRC} -print0 -type f | ${XARGS} -0 ${CHMOD} og+r > ${FIND} ${WRKSRC} -print0 -type f -perm +0111 | ${XARGS} -0 ${CHMOD} og+rx > ${FIND} ${WRKSRC} -print0 -type d | ${XARGS} -0 ${CHMOD} og+rx >+ ${FIND} ${WRKSRC} -name "._*" -delete > > do-install: > .for i in ${SCRIPTS} >@@ -47,4 +47,4 @@ > ${MKDIR} ${STAGEDIR}${DOCSDIR} > ${CP} -r ${WRKSRC}/*.htm ${STAGEDIR}${DOCSDIR}/ > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 397248) >+++ pkg-plist (working copy) >@@ -655,19 +655,10 @@ > %%DATADIR%%/frameworks/projects/air/Core/src/air/net/ServiceMonitor.as > %%DATADIR%%/frameworks/projects/air/Core/src/air/net/SocketMonitor.as > %%DATADIR%%/frameworks/projects/air/Core/src/air/net/URLMonitor.as >-%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/._AndroidLicenseCheckerCallback.java >-%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/._AndroidLicensing.java >-%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/._AndroidLicensingExtension.java >-%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/._AndroidLicensingExtensionContext.java > %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/AndroidLicenseCheckerCallback.java > %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/AndroidLicensing.java > %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/AndroidLicensingExtension.java > %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/AndroidLicensingExtensionContext.java >-%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/._extension.xml >-%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/._LicenseChecker.as >-%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/._LicenseStatus.as >-%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/._LicenseStatusEvent.as >-%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/._LicenseStatusReason.as > %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/LicenseChecker.as > %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/LicenseStatus.as > %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/LicenseStatusEvent.as >@@ -4078,3 +4069,10 @@ > %%DOCSDIR%%/license-adobesdk-fr.htm > %%DOCSDIR%%/license-mpl.htm > %%DOCSDIR%%/readme.htm >+@dir %%DATADIR%%/frameworks/projects/mobilecomponents/src/spark/transitions/supportClasses >+@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/zh_CN >+@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/ru_RU >+@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/ja_JP >+@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/fr_FR >+@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/en_US >+@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/de_DE
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203194
: 161169