Hello everyone,
I am trying to get up and running the IBM Z Mainframe emulator, Hercules on a FreeBSD 9.1 system.
I have various questions: first, the ports tree tries to do a fetch from http://www.hercules-390.com, yet that website has been deprecated. The one running at the moment is: http://www.hercules-390.eu/.
I was able to fetch the .tar.gz without a problem, and place it inside /usr/ports/distfiles. Once I did that, I went over to /usr/ports/emulators/hercules. In there, I edited the Makefile, with the line:
I saved the file, and then ran
Yet once I do that, it tells me:
I have various questions: how can I make the suggestion (submission?) for the Hercules port's website to be changed to the current one? Any thoughts on the error it's giving me when doing the
Thank you!
I am trying to get up and running the IBM Z Mainframe emulator, Hercules on a FreeBSD 9.1 system.
I have various questions: first, the ports tree tries to do a fetch from http://www.hercules-390.com, yet that website has been deprecated. The one running at the moment is: http://www.hercules-390.eu/.
I was able to fetch the .tar.gz without a problem, and place it inside /usr/ports/distfiles. Once I did that, I went over to /usr/ports/emulators/hercules. In there, I edited the Makefile, with the line:
Code:
PORTVERSION= 3.08
I saved the file, and then ran
make install.Yet once I do that, it tells me:
Code:
Patch patch-hercifc.h failed to apply cleanly.
*** [do-patch] Error code 1
I have various questions: how can I make the suggestion (submission?) for the Hercules port's website to be changed to the current one? Any thoughts on the error it's giving me when doing the
make install?Thank you!