Solved [Solved] Freeze make MAKE_JOBS_UNSAFE=yes, cannot fix.

Hi, I'm testing FreeBSD 10 x64, I want to upgrade my current Spam Filter Gateway with this new release, but first I want to see if all my ports can be install without any issue.

I update my ports with portsnap, now, I went to amavisd-new, chose some extra settings and done.

The system stop here;

Code:
freeze-2.5.tar.gz                             100% of   35 kB   49 kBps 00m01s
===> Fetching all distfiles required by freeze-2.5_2 for building
===>  Extracting for freeze-2.5_2
=> SHA256 Checksum OK for freeze-2.5.tar.gz.
===>  Patching for freeze-2.5_2
===>  Applying FreeBSD patches for freeze-2.5_2
===>  Configuring for freeze-2.5_2
===>   FreeBSD 10 autotools fix applied to /usr/ports/archivers/freeze/work/freeze-2.5/configure
checking how to run the C preprocessor
checking for unaligned access
checking integer size
checking for 64K segments
checking for long file names
checking for directory library header
checking for dirent.h
checking for closedir return value
checking for sys/stdtypes.h
checking for rindex
checking for setlinebuf
checking for freeze to derive installation directory prefix
creating config.status
creating Makefile
creating config.h
===>  Building for freeze-2.5_2
make[3]: make[3]: don't know how to make CFLAGS. Stop

make[3]: stopped in /usr/ports/archivers/freeze/work/freeze-2.5
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/archivers/freeze
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/security/amavisd-new
*** Error code 1

Stop.
make: stopped in /usr/ports/security/amavisd-new
root@fbsd10:/usr/ports/security/amavisd-new #

I had read some docs from the manual about this setting, try to run:

Code:
make clean

Code:
make MAKE_JOBS_UNSAFE=yes
===>  Building for freeze-2.5_2
make[1]: don't know how to make CFLAGS. Stop
make[1]: stopped in /usr/ports/archivers/freeze/work/freeze-2.5
*** Error code 1
Stop.
make: stopped in /usr/ports/archivers/freeze

Honestly don't know what else to do.

Any tip will be appreciated, thanks.
 
Re: Freeze make MAKE_JOBS_UNSAFE=yes, cannot fix.

Just update today the ports tree, try again and done, thanks.
 
Back
Top