argp.h

2023-04-07 Thread Christoph Kukulies
I’m about to compile a tool, named „drat“ - an APFS repair tool (https://github.com/jivanpal/drat ) maybe worth making a port of it - and I’m getting compilation errors since the argp_parse library (seems to be a part of the gnu clib, but which one?) cannot be

Re: argp.h

2023-04-07 Thread Christoph Kukulies
OK, I found in the macOS prerequisite list for macOS that the brew package „argp_standalone“ is required. I hate mixing brew and macports. > Am 07.04.2023 um 11:02 schrieb Christoph Kukulies : > > I’m about to compile a tool, named „drat“ - an APFS repair tool > (https://github.

Wine

2023-04-30 Thread Christoph Kukulies
Does macports support Wine ? — Christoph

Re: Wine

2023-04-30 Thread Christoph Kukulies
ckets if you believe there is a bug. Error: Processing of port wine failed $ > Am 30.04.2023 um 10:45 schrieb Christoph Kukulies : > > Does macports support Wine ? > > — > Christoph > smime.p7s Description: S/MIME cryptographic signature

Problem with binutils

2023-08-07 Thread Christoph Kukulies
Hi, I was trying to sudo port install binutils and got this: $ sudo port install binutils Password: ---> Computing dependencies for binutils ---> Fetching archive for binutils ---> Attempting to fetch binutils-2.39_1.darwin_20.x86_64.tbz2 from https://packages.macports.org/binutils ---> Atte

Gimp doesn't start

2018-11-27 Thread Christoph Kukulies
macOS mojave 10.14.1. I did a port install gimp. In the end the icon is there in the Apps launcher. Clicking on the icon results in nothing happening. Any ideas? — Christoph

Re: Gimp doesn't start

2018-11-27 Thread Christoph Kukulies
I tried the following: Christophs-MBP:MacOS kuku$ pwd /Applications/MacPorts/GIMP.app/Contents/MacOS Christophs-MBP:MacOS kuku$ ls GIMP Christophs-MBP:MacOS kuku$ file GIMP GIMP: Mach-O 64-bit executable x86_64 Christophs-MBP:MacOS kuku$ ./GIMP 2018-11-28 08:23:18.176 GIMP[86714:1924234] Failed to

Re: Gimp doesn't start

2018-11-28 Thread Christoph Kukulies
Christoph > Am 28.11.2018 um 09:23 schrieb Ruben Di Battista : > > Try to install it with `+quartz` variant. I installed it like this on Mojave > and it works as expected... > > Il giorno mer 28 nov 2018, 08:30 Christoph Kukulies <mailto:k...@kukulies.org>> ha scr

Re: Gimp doesn't start

2018-11-28 Thread Christoph Kukulies
Thanks to all. It works. sudo port uninstall gimp sudo port reclaim sudo port install gimp +quartz -x11 did the job and the app starts fine from the launcher view. — Christoph > Am 28.11.2018 um 11:26 schrieb Riccardo Mottola : > > Hi, > > Vincent Habchi wrote: >> Nah. This is not X11 relat

cc/gcc programming - where are the includes?

2018-12-19 Thread Christoph Kukulies
Does it require a special package to be installed when one wants to develop under cc or gcc in macOS? I was writing a little C program starting with #include and the compiler doesn’t find anything (what I would be normally under /usr/include — Christoph

Re: cc/gcc programming - where are the includes?

2018-12-19 Thread Christoph Kukulies
ess to these you need to make sure you have > Xcode etc. installed. see > > https://guide.macports.org/chunked/installing.html#installing.xcode > > For details related to using these compilers with MacPorts. > > Chris > > On 19/12/2018 8:32 am, Christoph Kukulies w

Re: cc/gcc programming - where are the includes?

2018-12-19 Thread Christoph Kukulies
um 15:36 schrieb Chris Jones : > > Hi, > > On 19/12/2018 11:21 am, Christoph Kukulies wrote: >> Thanks. I have Xcode installed and I’m developing an App presently. I need >> to run a small server on my mac as well and I thought the best would be to >> run it in a

uninstall residues (MacPorts others) in Launcher

2018-12-21 Thread Christoph Kukulies
I have had this before. uninstall Gimp left residues which seem to prevent installing Gimp from Gimp.org . Recently I built macports Gimp 2.10.8 with quartz, but it turned out that this version had issues. Came up with dark theme, drawing white lines on black background, as sim

Re: uninstall residues (MacPorts others) in Launcher

2018-12-21 Thread Christoph Kukulies
> Am 21.12.2018 um 12:01 schrieb Ryan Schmidt : > > > > On Dec 21, 2018, at 03:43, Christoph Kukulies wrote: > >> I have had this before. uninstall Gimp left residues which seem to prevent >> installing Gimp from Gimp.org. > > I'm not sure ho

Bringing a package under the hood of Xcode - maybe OT ?

2019-01-11 Thread Christoph Kukulies
I have a downloaded a library (open source) - libartnet to be more precise. It’s a typical UNIX package with configure and Makefile. It compiled smoothly (./configure ; make ) as I tried out on macOS mojave x64 architecture. I would like to port this to the iPhone architecture. How could I achie

Re: Bringing a package under the hood of Xcode - maybe OT ?

2019-01-11 Thread Christoph Kukulies
Thanks for the Xcode env below. I solved it straight forward by copying the handful of C programs and header files into my Xcode project and let Xcode compile them. Though I didn’t get a dynamic library that way, I’m able to incorporate it into the app. What the consequences for LGPL use are is

Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-12 Thread Christoph Kukulies
Following the steps in https://www.openlighting.org/ola/mac-install/ I’m stumbling across some hurdles: first off: they ask me to install py27-protobuf and in the next step I should do a python —version and should install the pyXX-protobuf fitt

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-12 Thread Christoph Kukulies
2.01.2019 um 17:12 schrieb Christoph Kukulies : > > Following the steps in > > https://www.openlighting.org/ola/mac-install/ > <https://www.openlighting.org/ola/mac-install/> > > > I’m stumbling across some hurdles: > > first off: they ask me to install py27-p

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-12 Thread Christoph Kukulies
ssing of port ola failed Christophs-MBP:ola kuku$ Christophs-MBP:ola kuku$ > Am 12.01.2019 um 17:38 schrieb Christoph Kukulies : > > And after a > > sudo port install autoconf > > I’m getting > > autoreconf -i > Can't exec "aclocal": No such fi

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-12 Thread Christoph Kukulies
homebrew and redo that using macports :-( — Christoph > Am 12.01.2019 um 17:44 schrieb Mojca Miklavec : > > Dear Christoph > > On Sat, 12 Jan 2019 at 17:12, Christoph Kukulies wrote: >> >> Following the steps in >> >> https://www.openlighting.org/ola/ma

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-13 Thread Christoph Kukulies
/guide.macports.org/#project.tickets to report a bug. Error: Processing of port ola failed Christophs-MacBook-Pro: kuku$ > Am 12.01.2019 um 19:09 schrieb Mojca Miklavec : > > On Sat, 12 Jan 2019 at 17:45, Christoph Kukulies wrote: >> >> Finally I tried: >> &g

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-13 Thread Christoph Kukulies
ieb Christoph Kukulies : > > I did as you suggested: sudo port deactivate protobuf-cpp > which worked > > Christophs-MacBook-Pro: kuku$ sudo port deactivate protobuf-cpp > Note: It is not recommended to uninstall/deactivate a port that has > dependents as it breaks the dependent

Re: A general philosophical question about MacPorts

2019-02-20 Thread Christoph Kukulies
> Am 20.02.2019 um 14:50 schrieb S. L. Garwood via macports-users > : > > A big thank you to all the people who chimed in and gave me much to think > over. > I have used MacPorts since 10.6.8 - it is based on one of my favorite package > managers (FreeBSD ports) > I’ve been a long time FreeB

ghostview gsview gsview32

2019-04-07 Thread Christoph Kukulies
A question: does macports supply something like gsview? Under Windows I’m using still the very useful PS viewer (ghostscript) gsview32.exe (Version 5.0). Has this version or another similarly well usable version been ported to macOS (macports)? Thank you. Christoph

X11 app - unable to open display ""

2019-04-17 Thread Christoph Kukulies
I installed the „gv“ port (ghostview). Worked. I can give gv on the command line (shell prompt). But I’m getting: Christophs-MBP:~ kuku$ export DISPLAY=:0 Christophs-MBP:~ kuku$ xhost + xhost: unable to open display ":0" Christophs-MBP:~ kuku$ gv gv: Unable to open the display. Christophs-MBP:~

Re: X11 app - unable to open display ""

2019-04-17 Thread Christoph Kukulies
ris Jones : > > Hi, > > Your problem is > > export DISPLAY=:0 > xhost + > > don't do this. > > Just run gv, and allow your X11 server to automatically tart, which it > should, if it is correctly configured. > > Chris > > On 17/04/2019 10:06 am

Re: X11 app - unable to open display ""

2019-04-19 Thread Christoph Kukulies
nes : > > > > sudo port install xorg-server > > log out then back in. > > Then you will have one for sure. > > On 17/04/2019 10:15 am, Christoph Kukulies wrote: >> Fine. How can I figure out about the configuration of my X11 server? Don’t >> know whether I have

Re: X11 app - unable to open display ""

2019-04-22 Thread Christoph Kukulies
Just FWIW: $ port installed xorg-server gv The following ports are currently installed: gv @3.7.4_0 (active) xorg-server @1.20.4_0 (active) — Christoph > Am 22.04.2019 um 12:21 schrieb Ryan Schmidt : > > > > On Apr 19, 2019, at 05:01, Christoph Kukulies wrote: > >&

Wine - is it a macport?

2019-05-08 Thread Christoph Kukulies
I’m running some Windows applications, preferably LTspiceXVII under winebottler (the latter requiring Wine). At present a box pops up sometimes saying that my Wine version isn’t optimized for the macOs (mojave in my cease). Would I have to do it using macPorts or do I get it elsewhere? — Chris

/usr/bin/locate , maybe OT - but asking anyway

2019-06-20 Thread Christoph Kukulies
I’m wondering why the /usr/bin/locate command doesn’t find anything that’s located in ~/Documents, when ~/Documents is located on iCloud Drive. Trying to locate (even after a /usr/libexec/locate.updatedb) doesn’ t look in iCloud Drive. — Christoph

ImageMagick Display command

2019-07-03 Thread Christoph Kukulies
I ran in a Terminal the ImageMagick command: $ display image.jpg and got: display: delegate library support not built-in '' (X11) @ error/display.c/DisplayImageCommand/1900. — Christoph

vi copy/paste - maybe a bit OT

2019-07-04 Thread Christoph Kukulies
I’m asking it here although the vi in macOS surely isn’t a macport but I’m asking anyway: Whenever I copy/paste a file content in vi (started from a Terminal) using CMD-A or select-CMD-C to select all to put it elsewhere into a text receiving object (like Notes) using CMD-V, I’m getting the who

telnet

2019-07-05 Thread Christoph Kukulies
I’m surprised there is no telnet under standard macOS. Is there a macport? and if, what’s the package name? Thank you — Christoph

Re: telnet

2019-07-05 Thread Christoph Kukulies
> Am 05.07.2019 um 11:26 schrieb Dr M J Carter : > > On Fri, Jul 05, 2019 at 10:56:28AM +0200, Christoph Kukulies wrote: > >> I’m surprised there is no telnet under standard macOS. > > I'm not: it, and FTP, are horribly insecure. The corresponding > serv

Catalina ante portas - wine, wine-bottler LTSpice

2019-10-22 Thread Christoph Kukulies
My macOS wants to update (Mojave->Catalina 10.15). I’ve heard wine emulator based programs will cease working. Has anyone heard there will be an escape for this situation? Best regards, Christoph Kukulies

Freecad ports ends in error

2019-10-28 Thread Christoph Kukulies
I was trying to build FreeCAD under macports and at the end I’m getting this: ---> Verifying checksums for freecad ---> Extracting freecad ---> Applying patches to freecad ---> Configuring freecad Error: Failed to configure freecad: configure failure:

Re: Freecad ports ends in error

2019-10-28 Thread Christoph Kukulies
e demise of >> OpenGL on macOS. >> >> Further, work needs to be done upgrading to Python 3.x, as Python 2.7 is >> about to be EOL. Unfortunately, there are some serious issues in this >> transition. >> >> Marius >> -- >>

Xterm scrolling very slow

2020-04-30 Thread Christoph Kukulies
I fired up X11 on my MacbookPro Catalina 10.15.4 and ran a Terminal (xterm). Scrolling looks funny and very slow. Is this a graphic card thing (BLT accelerator ?) — Christoph

Terminal ^D

2020-05-03 Thread Christoph Kukulies
Sorry, probably not a macports issue, but I’m asking nonetheless: When I inadvertently type ^D (CTRL-D) in a mac Terminal I’m getting a split screen. Actuallay my intention was - in old unix manner - to close the terminal. How do I make this split screen go away and make the terminal behave like

Re: Terminal ^D

2020-05-03 Thread Christoph Kukulies
> Am 03.05.2020 um 18:01 schrieb Justin C. Walker : > > > >> On May 3, 2020, at 08:51 , Christoph Kukulies wrote: >> >> Sorry, probably not a macports issue, but I’m asking nonetheless: >> >> When I inadvertently type ^D (CTRL-D) in a mac Terminal

Re: Terminal ^D

2020-05-05 Thread Christoph Kukulies
Thanks. One (me, as being used to xterm) often forgets about a menu bar being there. > Am 04.05.2020 um 15:10 schrieb Noam Bernstein : > > All these things are also in the Terminal's "View" menu. > > Noam > — Christoph

macports suddenly gone on my system

2020-05-07 Thread Christoph Kukulies
Funny, suddenly I can’t do any longer sudo ports selfupdate kuku@Christophs-MBP ~ % sudo port selfupdate Password: sudo: port: command not found kuku@Christophs-MBP ~ % I can’t remember having uninstalled macports. — Christoph

X11 Server (Quartz 1.20.4) not having security extensions

2020-05-07 Thread Christoph Kukulies
I found that ssh -X user@remote_host doesn’t do X-forwarding, and that is - I’m told - because the X11 server (XQuartz 1.20.4 (xorg-server 1.20.4) doesn’t have security extensions. $ xdpyinfo -queryExtensions name of display:/private/tmp/com.apple.launchd.NM3gWpA6AH/org.macports:0 versi

Re: macports suddenly gone on my system

2020-05-07 Thread Christoph Kukulies
l/sbin:$PATH" # Finished adapting your PATH environment variable for use with MacPorts. — Christoph > Am 07.05.2020 um 09:55 schrieb Dominik Reichardt : > > > Maybe it's still there but the PATH variable changed. Check your .profile and > to make sure look at /opt/local

Re: macports suddenly gone on my system

2020-05-07 Thread Christoph Kukulies
rg/wiki/Migration OS platform mismatch while executing "mportinit ui_options global_options global_variations" Error: /opt/local/bin/port: Failed to initialize MacPorts, OS platform mismatch Will now go for reading that chapter > Am 07.05.2020 um 10:32 schrieb Christoph Kukulies : >

Cannot do anything with port - upgrade, uninstall not possible

2020-05-07 Thread Christoph Kukulies
Following the instructions of migrating macports is a dead end to me right now. all attempts to uninstall or do anything woth the port command ends with that: kuku@Christophs-MBP ~ % port -qv installed >myports.txt Error: Current platform "darwin 19" does not match expected platform "darwin 18" E

Re: X11 Server (Quartz 1.20.4) not having security extensions

2020-05-07 Thread Christoph Kukulies
li > > On 5/7/20 2:43 AM, Christoph Kukulies wrote: >> I found that >> >> ssh -X user@remote_host >> >> >> doesn’t do X-forwarding, and that is - I’m told - because the X11 server >> (XQuartz 1.20.4 (xorg-server 1.20.4) doesn’t have security

Login shell

2020-05-07 Thread Christoph Kukulies
I don’t know if that belongs into macports, but I believe a lot of problems (I currently have) with PATHs may be, that Catalina (?) changed the login shell from sh (bash) to zsh (or am I wrong with this)? Where do I change the users’ lofin shell. Unixwise I would say in /etc/passwd, but I don’

X11 no longer working

2020-05-08 Thread Christoph Kukulies
Today is a havoc day. I changed my login shell to bash. Also added this BASH Silencing variable succesfully. Was playing around for hours with my FreeBSD system in the network and in the morning I ran some X clients. Alway saw the X11 Quartz icon in the dock. Is it correct, the X server starts

Re: X11 no longer working

2020-05-09 Thread Christoph Kukulies
; « ssh -vv -Y » for more verbose and take a look at the displayed > messages. > 2) Is « xauth » package is on your target? > 3) What about the « X11DisplayOffset » on your target? > 4) What about these lines: > Source% ssh -Y user@cible > Target% echo $DISPLA

Building xorg fails

2020-05-09 Thread Christoph Kukulies
In my desperation about this - currently unresolvable x11/Quartz server problem - I’m trying tp build Xorg/Quartz under Catalina 10.15.4, but I’m running into an error right off: kuku@Christophs-MBP ~ % sudo port install xorg Password: ---> Computing dependencies for xorg The following depende

Re: X11 no longer working

2020-05-09 Thread Christoph Kukulies
Launching X11 manually ./X11 is a good point. Did that and XQuartz appears in the dock. Firing then xclock on the Target doesn’t do a connection. Silence. The xclock just hangs there. I don’t see any listening socket: kuku@Christophs-MBP ~ % ps ax | grep -i x11 88342 ?? Ss 0:00.81 /opt

Re: X11 no longer working

2020-05-09 Thread Christoph Kukulies
> Am 09.05.2020 um 12:39 schrieb Richard Tobin : > >>> Launching X11 manually ./X11 is a good point. Did that and XQuartz >>> appears in the dock. Firing then xclock on the Target doesn't do >>> a connection. Silence. The xclock just hangs there. >> >> Does running xclock or other X clients loc

Re: X11 no longer working

2020-05-09 Thread Christoph Kukulies
up (0.00050s latency). All 1000 scanned ports on Christophs-MBP.fritz.box (192.168.178.51) are closed MAC Address: A8:60:B6:2E:DF:6D (Apple) Nmap done: 1 IP address (1 host up) scanned in 333.33 seconds No port open to the outside. > Am 09.05.2020 um 13:07 schrieb Christoph Kukul

Re: X11 no longer working

2020-05-09 Thread Christoph Kukulies
> Am 09.05.2020 um 13:22 schrieb Richard Tobin : > > Does running xclock or other X clients locally work? > >> No. xclock also hangs locally. > > So it's not an ssh problem. > >>> Also, do ssh -v -Y and see what it says about X11 forwarding. > >> Have gone through the ssh connection al

Re: X11 no longer working

2020-05-09 Thread Christoph Kukulies
lls_ports_devel_ossp-uuid/ossp-uuid/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port xorg-server failed kuku@Christophs-MBP ~ % > >> On 9 May 2020, at 12:39 pm, Christoph Kukulies > <mailto:k...@kukulies.org

Re: Building xorg fails

2020-05-09 Thread Christoph Kukulies
/70d983c6b7381a839471 <https://qiita.com/kazuhidet/items/70d983c6b7381a839471>) > Am 09.05.2020 um 13:53 schrieb Christopher Jones : > > > you do not need to install all off xorg just to get the X11 server. You only > need xorg-server for that. > >> On 9 May 2020, at 9:12 am,

Re: X11 no longer working

2020-05-09 Thread Christoph Kukulies
5 :debug:clean dropping privileges: euid changed to 502, egid changed to 501. :debug:main Executing org.macports.main (ossp-uuid) >> On 9 May 2020, at 12:48 pm, Christoph Kukulies > <mailto:k...@kukulies.org>> wrote: >> >> >> >> >> >>>

Re: X11 no longer working

2020-05-09 Thread Christoph Kukulies
acports problem hot list. > >> On 9 May 2020, at 1:07 pm, Christoph Kukulies > <mailto:k...@kukulies.org>> wrote: >> >> >> >>> Am 09.05.2020 um 13:51 schrieb Christopher Jones >> <mailto:jon...@hep.phy.cam.ac.uk>>: &g

Re: X11 no longer working

2020-05-09 Thread Christoph Kukulies
> Am 09.05.2020 um 16:29 schrieb Christopher Jones : > > > >> On 9 May 2020, at 1:21 pm, Christoph Kukulies > <mailto:k...@kukulies.org>> wrote: >> >> The port install xorg-server went through and as a result I have XQuartz >> working again.

Re: Building xorg fails

2020-05-09 Thread Christoph Kukulies
her Jones : > > > >> On 9 May 2020, at 12:59 pm, Christoph Kukulies > <mailto:k...@kukulies.org>> wrote: >> >> >> The failure exists also on just building xorg-server. >> >> I gout around it by: >> >> sudo ln -s >> /Appl

Re: Building xorg fails

2020-05-09 Thread Christoph Kukulies
> Am 09.05.2020 um 17:02 schrieb Lenore Horner : > > Try cleaning after uninstalling (although when I recently uninstalled > inactive, I think clean happened automatically). > >> On May 9, 2020, at 10:57, Christoph Kukulies > <mailto:k...@kukulies.org>> wrot

Re: Building xorg fails

2020-05-09 Thread Christoph Kukulies
>> >> I would expect an hour lasting compilation orgy. > > Not at all just rebuilding frog-server takes a few minutes not an hour… > > sudo port uninstall xorg-server > sudo port -s install xorg-server > > -s forces build from source… > > However, I fail to see the need for you to build from

xterm: unable to locate a suitable font

2020-07-10 Thread Christoph Kukulies
Catalina 10.15.5 Cannot open an xterm - XQuartz 1.20.8 xorg server When I start X11 an click on Programme->Terminal, nothing happens. Clicking Xlogo, Xman works. Starting an xclock from within a normal macOS terminal also starts X11 and the xclock appears. When I type xterm in a normal macOS

Re: xterm: unable to locate a suitable font

2020-07-10 Thread Christoph Kukulies
normal macOS terminal before, IIRC. Christoph > Am 10.07.2020 um 09:53 schrieb Christoph Kukulies : > > Catalina 10.15.5 > > Cannot open an xterm - XQuartz 1.20.8 xorg server > > > When I start X11 an click on Programme->Terminal, nothing happens. > Clicking Xlogo,

X11.bin Error opening or reading file

2020-08-05 Thread Christoph Kukulies
I’m trying to install xpm as a port. Before doing that I was asked to do a ports selfupdate and a port reclaim. Did that but I’m stuck in this: Christophs-MBP:~ kuku$ sudo port reclaim ---> Checking for unnecessary unrequested ports Found no unrequested ports without requested dependents. --->

Re: X11.bin Error opening or reading file

2020-08-05 Thread Christoph Kukulies
It might be that the xpm I meant is not the one being addressed with the port install command. This is the one I mean: https://xpack.github.io/xpm/install/ <https://xpack.github.io/xpm/install/> > Am 05.08.2020 um 16:46 schrieb Christoph Kukulies : > > I’m trying to instal

Re: X11.bin Error opening or reading file

2020-08-05 Thread Christoph Kukulies
And finally I figured out that this got to be installed using npm. Sorry for being off topic what ports is concerned, but the missing X11.bin error remains addressed. — Christoph > Am 05.08.2020 um 17:14 schrieb Christoph Kukulies : > > It might be that the xpm I meant is not the

MS Sans Serif font in X11 under macOS

2020-08-21 Thread Christoph Kukulies
I’m running a tk/tcl app on my FreeBSD box that has the font „MS Sans Serif“ wired in. This leads to an X11-error when starting the application (bsvc) with my macOS (catalina 15.5.6) as the server: $ bsvc X Error of failed request: BadName (named color or font does not exist) Major opcode of

Re: MS Sans Serif font in X11 under macOS

2020-08-22 Thread Christoph Kukulies
my Mojave installation, there’s am MS Reference Sans Serif. > > >> On 22 Aug 2020, at 6:32 pm, Andrew Udvare > <mailto:audv...@gmail.com>> wrote: >> >> >> >> On Sat, Aug 22, 2020, 02:37 Christoph Kukulies > <mailto:k...@kukulies.org>> wrote

Re: MS Sans Serif font in X11 under macOS

2020-08-24 Thread Christoph Kukulies
>> >> >> On Sat, Aug 22, 2020, 02:37 Christoph Kukulies > <mailto:k...@kukulies.org>> wrote: >> I’m running a tk/tcl app on my FreeBSD box that has the font „MS Sans Serif“ >> wired in. >> This leads to an X11-error when starting the application (bsvc

ImageMagick port outdated

2020-09-25 Thread Christoph Kukulies
I was seeking for a means to convert Apples new HEIC/HEIF format to more traditional formats and I always remembered ImageMagick being a good choice for that. Unfortunately the macports version is quite outdated. 6.9.11-29 vs. 7.0.10-30 being the latest. How can I get a newer version via macpo

Re: ImageMagick port outdated

2020-09-25 Thread Christoph Kukulies
: > > https://github.com/macports/macports-ports/pull/5014 > > <https://github.com/macports/macports-ports/pull/5014> and here > > https://trac.macports.org/ticket/51310 > > <https://trac.macports.org/ticket/51310>. It probably will be provided > > as a

Re: ImageMagick port outdated

2020-09-28 Thread Christoph Kukulies
FWIW, with me here, macOS 10.15.6: $ port list ImageMagick ImageMagick@6.9.11-29 graphics/ImageMagick $ sudo /usr/libexec/locate.updatedb $ locate *.la | grep hei $ Nothing related to heif, heic. — Christoph > Am 28.09.2020 um 07:39 schrieb Ryan Schmidt : > > > >

Re: ImageMagick port outdated

2020-09-28 Thread Christoph Kukulies
Hamilton : > > locate doesn't do wildcards. > > $ locate -i hei | fgrep .la > /opt/local/lib/ImageMagick-6.9.11/modules-Q16/coders/heic.la <http://heic.la/> > > >> On Sep 28, 2020, at 04:15, Christoph Kukulies > <mailto:k...@kukulies.org>> wro

Re: ImageMagick port outdated

2020-09-29 Thread Christoph Kukulies
n 9/28/20 14:58 , Christoph Kukulies wrote: >> locate doing wildcards or not, * matches somthing and . also, anyway: >> >> $ locate heic.la <http://heic.la/> >> $ >> >> There is no >> >> $ ls /opt/local/lib/ImageMagick-6.9.11 &

Re: ImageMagick port outdated

2020-09-30 Thread Christoph Kukulies
format seems to be included here: >> https://github.com/macports/macports-ports/pull/6021 >> <https://github.com/macports/macports-ports/pull/6021> >> >> Are there any problems? >> >> On Fri, Sep 25, 2020 at 5:58 PM Ruben Di Battista >> mailto:

ARM gdb compilation fails with implicit function declaration error ioctl

2020-12-21 Thread Christoph Kukulies
s/MacOSX10.15.sdk/usr/include/c++/4.2.1 Apple clang version 12.0.0 (clang-1200.0.32.28) Target: x86_64-apple-darwin19.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin OS is macOS Catalina 10.15.7 Help greatly appr

What is pkg-config WRT macports

2020-12-26 Thread Christoph Kukulies
I’m stumbling accross some build errors in a package named „blackmagic“: $ git clone https://github.com/blacksphere/blackmagic.git Cloning into 'blackmagic'... remote: Enumerating objects: 5, done. remote: Counting objects: 100% (5/5), done. remote: Compressing objects: 100% (5/5), done. remote: T

macOS symbol/conditional for Makefiles (porting)

2020-12-28 Thread Christoph Kukulies
I’m trying to compile a package „blackmagic“ (a microcontroller gdb debugging and flashing program addendum to gdb). It has some issues like missing packages (libftdi1 - I was able to add that via macports) Now I want to add some condional in the Makefile like this: ifdef macOS CFLAGS += -I/o

Re: macOS symbol/conditional for Makefiles (porting)

2020-12-28 Thread Christoph Kukulies
Thanks. shell UNAME is a nice trick. $ uname Darwin Christoph Kukulies > Am 28.12.2020 um 21:28 schrieb Ken Cunningham > : > > > Does macOS supply any built-in variable for building that if block? > > > See <https://stackoverflow.com/questions/714100/os-d

OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Christoph Kukulies
Tried to do $ sudo port install stm32flash Password: Error: Current platform "darwin 20" does not match expected platform "darwin 19" Error: If you upgraded your OS, please follow the migration instructions: https://trac.macports.org/wiki/Migration OS platform mismatch while executing "mport

Re: OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Christoph Kukulies
n every command I'm >> running on port, >> >> like >> >> port info >> >>> Am 11.03.2021 um 14:20 schrieb Christoph Kukulies: >>> Tried to do >>> >>> >>> $ sudo port install stm32flash >>> Password: >>

Re: OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Christoph Kukulies
Seemed like brute force reinstalling from the installer solved the OS mismatch. I can do port list and port install stm32flash All seems to be back again. — Christoph > Am 11.03.2021 um 18:58 schrieb Christoph Kukulies : > > It looks like I cannot do any command on macports. Th

Re: OS Platform mismatch - while installing stm32flash

2021-03-12 Thread Christoph Kukulies
the migration instructions >>> correctly. You should do so now. >>> >>> Chris >>> >>>>> On 11 Mar 2021, at 2:41 pm, Christoph P.U. Kukulies >>>>> wrote: >>>> >>>> Of course the error (OS platform mismatch)

read() on dir

2021-03-17 Thread Christoph Kukulies
There was some discussion in the FreeBSD mailing list about changing the behaviour of a directory fd WRT the read() function. A change has been made towards disallowing this from FreeBSD 12.2 onwards (IIRC) and there was big discussion on this since it „violates“ the cleanness of UNIX, that a fil

Re: read() on dir

2021-03-17 Thread Christoph Kukulies
Argh! I was wrong. $ cat /tmp cat: /tmp: Is a directory Sorry for the noise. > Am 17.03.2021 um 16:19 schrieb Christoph Kukulies : > > There was some discussion in the FreeBSD mailing list about changing the > behaviour of a directory fd WRT > the read() function. A chang

Messed with a binary in /usr/local/bin

2021-04-16 Thread Christoph Kukulies
I messed up my macports structure a bit. While I was in need of a newer tidy (tidy-html5) I deleted /usr7local/bin/tidy (which is the macports binary if I’m correct). How can I „repair“ this situation using some macports command, maybe something like —force? Christoph Kukulies smime.p7s

Getting python3.8 with macports

2021-04-16 Thread Christoph Kukulies
How can I upgrade to the latest version of python (python 3.8.x)? Or should I use conda or something else? — Christoph smime.p7s Description: S/MIME cryptographic signature

Re: Getting python3.8 with macports

2021-04-16 Thread Christoph Kukulies
> > or > >> sudo port install python39 > > for the latest in the 3.9 series. > >> On 16 Apr 2021, at 3:47 pm, Christoph Kukulies wrote: >> >> How can I upgrade to the latest version of python (python 3.8.x)? >> Or should I use conda or somet

Telnet not in netutils

2021-05-27 Thread Christoph Kukulies
I’m trying to get a telnet installed under macOS 11.3.1. Didn’t have it installed before and some reading says it ought to be in netutils, but it ain’t. Any clues? — Christoph smime.p7s Description: S/MIME cryptographic signature

Re: Telnet not in netutils

2021-05-30 Thread Christoph Kukulies
> inetutils has the following notes: >All clients are now installed with the "g" prefix. > > Oberon ~/Projects/MacPorts/ports > sudo port contents inetutils | grep telnet > /opt/local/bin/gtelnet > /opt/local/share/man/man1/gtelnet.1.gz > > Chris >

Aspell port

2021-09-01 Thread Christoph Kukulies
macOS 11.5.2 I tried to install the aspell port aspell @0.60.8_1 (textproc) plus appropiate language packs. The port installs but I don’t see any traces of aspell in applications like Mail.app. Any clues? I also experimented using brew and cocoAspell. For a while I saw German (Aspell) or Deu

Falling back on a certain version of a port

2022-04-01 Thread Christoph Kukulies
I’m in the course of installing sudo port install stlink The question came to me whether it’s possible to install a specific version of the software? — Christoph smime.p7s Description: S/MIME cryptographic signature

libusb-devel port

2022-04-05 Thread Christoph Kukulies
I’m in the need of testing a libusb issue with an intermediate build of libusb (1.0.26-rc1, that is) Since I’m always reluctant of mixing brew and macports - is that actually „dangerous“ or impossible at all, should that be avoided or can it be done - One of the developers of libusb told me tha

Re: libusb-devel port

2022-04-05 Thread Christoph Kukulies
@1.7.0_1 Continue? [y/N]: OK to continue? — Christoph > Am 05.04.2022 um 12:40 schrieb Chris Jones : > > > > On 05/04/2022 11:33 am, Christoph Kukulies wrote: >> I’m in the need of testing a libusb issue with an intermediate build of >> libusb (1.0.26-rc1, t

Re: libusb-devel port

2022-04-05 Thread Christoph Kukulies
Thanks. Nonetheless I don‘t get how I can aim at a specific version or 1.0.26-rc1 „HEAD“ Btw, what is the correspondent to ldd under macOS? — Christoph > Am 05.04.2022 um 12:56 schrieb Chris Jones : > >  > >> On 05/04/2022 11:50 am, Christoph Kukulies wrote: >>

Re: libusb-devel port

2022-04-05 Thread Christoph Kukulies
nes : > > > On 05/04/2022 1:54 pm, Christoph Kukulies wrote: >> Thanks. Nonetheless I don‘t get how I can aim at a specific version or >> 1.0.26-rc1 „HEAD“ > > you cannot. You still get whatever version libusb-devel is current set to > provide. The idea of a X-devel po

Problem with gdb port

2022-04-06 Thread Christoph Kukulies
I’m gettig the following: $ sudo port install gdb ---> Computing dependencies for gdb The following dependencies will be installed: boehmgc Continue? [Y/n]: ---> Fetching archive for boehmgc ---> Attempting to fetch boehmgc-8.0.6_0.darwin_20.x86_64.tbz2 from https://packages.macports.org/boe

Re: Problem with gdb port

2022-04-06 Thread Christoph Kukulies
this macro from which I would expect that it would fail anyway, I’m asking: would it be safe to renam or link ggdb to gdb? — Christoph > Am 06.04.2022 um 16:31 schrieb Christoph Kukulies : > > I’m gettig the following: > > $ sudo port install gdb > ---> Computing depen

  1   2   >