Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Dec 2014 05:56:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195797] New: Patch to fix port /usr/ports/mail/synonym
Message-ID:  <bug-195797-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: tedm@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195797-13>