Home » Developing U++ » Bugs (& fixes) » Problem with FreeBSD
Re: Problem with FreeBSD [message #47114 is a reply to message #47113] |
Fri, 09 December 2016 16:41   |
Sender Ghost
Messages: 301 Registered: November 2008
|
Senior Member |
|
|
Hello.
Klugier wrote on Fri, 09 December 2016 10:56
I see Sender Ghost proposed fix for that issue in following thread.
The mentioned link is for different purpose (about update to nightly version of devel/upp port and some (experimental) port for umk utility). But probably it may work.
I can't reproduce this issue about "illegal date format" on FreeBSD 10.2. Also, according to PortsMon page for devel/upp port, the current 9251 release revision builds fine on FreeBSD 11 (because of available 110amd64-default and 110i386-default packages). There were no related differences for build_info stage (except bmSVN_REVISION change) in uppsrc/Makefile.in file between 9251 and 10528 revisions (which is not an issue):
@@ -104,7 +104,7 @@
'#define bmTIME Time(%y, %-m, %-d, %-H, %-M, %-S)' > build_info.h
echo '#define bmMACHINE "'`hostname`'"' >> build_info.h
echo '#define bmUSER "'`whoami`'"' >> build_info.h
- echo '#define bmSVN_REVISION "9251"' >> build_info.h
+ echo '#define bmSVN_REVISION "10528"' >> build_info.h
echo '#define bmSVN_URL "svn://www.ultimatepp.org/upp/trunk/uppsrc/ide"' >> build_info.h
.PHONY: prepare
The issue about abs was fixed for 9251 release revision in devel/upp port. It was fixed with using patch in a link. The mentioned patch didn't apply for 10528 revision and was removed in current version of devel/upp-nightly port (because related code for abs was removed in 39d7888 (9828 revision) and 7f2eb48 (9829 revision) commits).
[Updated on: Fri, 09 December 2016 16:47] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri Jun 06 12:30:36 CEST 2025
Total time taken to generate the page: 0.03967 seconds
|