Re: A patch for aquaterm in fink on MacOS mojave

Alexander Hansen <[email protected]> Thu, 14 Feb 2019 08:44:41 -0800
Newsgroups gmane.os.apple.fink.devel
Message-ID <[email protected]>
Our preferred method is to create an issue on GitHub.  I’ve done this for you this time:

https://github.com/fink/fink-distributions/issues/352

However, in the future, please contact the mailing lists about packages that I don’t maintain.  I don’t have the time or energy right now to provide unpaid concierge service.

--akh 

Sent from Mail for Windows 10

From: 足立聡
Sent: Thursday, February 14, 2019 5:48 AM
To: [email protected]
Cc: 足立聡
Subject: Fwd: A patch for aquaterm in fink on MacOS mojave


Forwarded Conversation
Subject: A patch for aquaterm in fink on MacOS mojave
------------------------

Dear Mr. Alex Hansen,

I had a communication with Mr. Kevin Horton about AquaTerm.
Please inspect the forwarded communication.
He suggested to create a "ticket" but I have no experience to do so.
If you can utilize information that I transfer to you, I would be happy.
Finally, thank you very much for maintaining fink.

Satoshi Adachi

From: 足立聡 <[email protected]>
Date: 2019年2月13日(水) 10:08
To: Kevin Horton <[email protected]>
Cc: <[email protected]>

Dear Mr. Kevin Horton,

Thank you very much for maintaining AquaTerm in Fink.
Today,  I have built aquaterm 1.1.1-4 in fink 0.44.0
on my Mac running over MacOS 10.14.3 (Mojave).
I have found that a small modification for aquaterm.info is necessary:
--------------------------------------------------------------------------------------------
--- aquaterm.info.org 2018-03-05 20:30:12.000000000 +0900
+++ aquaterm.info 2019-02-13 09:18:12.000000000 +0900
@@ -13,10 +13,12 @@
 CompileScript: echo nothing to do here, everything is done in the installscript
 InstallScript: <<
  #!/bin/sh -ex
+ . %p/sbin/fink-buildenv-helper.sh
+ if test "$XCODE_MAJOR_VERSION" -ge "10"; then xcodebuildoption="-UseNewBuildSystem=NO"; else xcodebuildoption=""; fi
  if test "%m" = "powerpc"; then archname="ppc"; else archname="%m"; fi
  ARCHS=$archname
  cd aquaterm
- xcodebuild install -target AquaTerm DSTROOT=%d INSTALL_PATH=%p/Applications DYLIB_INSTALL_NAME_BASE=%p/Library/Frameworks GCC_PREPROCESSOR_DEFINITIONS="AQT_APP" ARCHS=$archname MACOSX_DEPLOYMENT_TARGET=10.7
+ xcodebuild install $xcodebuildoption -target AquaTerm DSTROOT=%d INSTALL_PATH=%p/Applications DYLIB_INSTALL_NAME_BASE=%p/Library/Frameworks GCC_PREPROCESSOR_DEFINITIONS="AQT_APP" ARCHS=$archname MACOSX_DEPLOYMENT_TARGET=10.7
  mkdir -p %i/include/aquaterm
  cp AQTAdapter.h aquaterm.h %i/include
  cp AQTAdapter.h %i/include/aquaterm
------------------------------------------------------------------------------------------------------------------
Namely, an additional option  "-UseNewBuildSystem=NO"  is necessary to be
added to xcodebuild on Mojave. 
Please use this information for your maintenance of AquaTerm.
Again, thank you very much for your effort to help huge users of fink.

Satoshi Adachi


----------
From: Kevin Horton <[email protected]>
Date: 2019年2月13日(水) 12:17
To: 足立聡 <[email protected]>

Dear Adachi-san,

Unfortunately, I stopped using Fink some months ago.  I asked the Fink team to change the Maintainer for all my packages to None, but perhaps that has not happened.

The best way to get your patch into the Fink package is to create a ticket on the Fink package tracker:

https://sourceforge.net/p/fink/package-submissions/

If that is not possible, try contacting Alex Hansen at [email protected]

Good luck,

Kevin

_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel