[Bug 195797] New: Patch to fix port /usr/ports/mail/synonym

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 8 05:56:37 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195797

            Bug ID: 195797
           Summary: Patch to fix port /usr/ports/mail/synonym
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: tedm at mittelstaedt.us

2 changes for this port:

Toplevel Makefile:

change

USE_GMAKE=      yes

to

USES=           gmake


toplevel  files/patch-Makefile

change the line

+       CFLAGS+=-Wall ${PTHREAD_CFLAGS} -DPREFIX='"${PREFIX}"'
-DRUNDIR='"${RUNDIR}"'

to

+       CFLAGS+=-Wall ${PTHREAD_CFLAGS} -DPREFIX='"${PREFIX}"'
-DRUNDIR='"${RUNDIR}"'  -Wno-pointer-sign

And of course, change the Makefile to NOT show this port as broken!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list