- Update to 0.18.8.
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Take.
Port does not repect CFLAGS. Can you fix it?
State Changed From-To: open->feedback Ask for maintainer fix.
I've made some tests, if it respects CFLAGS, stress doesn't compile. On stress source in Makefile.in i added a plus: CFLAGS += -Wall -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE But it gives me the follow error: ===> Building for stress-0.18.8 Making all in . Making all in src cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"stress\" -DVERSION=\"0.18.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c stress.c stress.c: In function `hogvm': stress.c:484: warning: 'ptr' might be used uninitialized in this function *** Error code 1 Stop in /usr/ports/sysutils/stress/work/stress-0.18.8/src. *** Error code 1 Stop in /usr/ports/sysutils/stress/work/stress-0.18.8. *** Error code 1 Stop in /usr/ports/sysutils/stress. As you can see, now it try respect CFLAGS but doesn't works. Maybe we should let this port with static CFLAGS. -- Atenciosamente Jean Milanez Melo FreeBSD Brasil LTDA. Fone: (31) 3281-9633 http://www.freebsdbrasil.com.br
State Changed From-To: feedback->closed Committed with minor modifications to respect CFLAGS, thanks!