system has no X11 installed. when Option setting X11 is off, port builds without pulling X11 dependencies in (good) but make fauils when trying to compile x-gw Fix: apply following fix to /usr/ports/security/fwtk/Makefile # ----------------------------- .if !defined(WITHOUT_X11) MAN8+= x-gw.8 LIBEXEC_BINS+= x-gw USE_XLIB= yes PLIST_SUB+= X11="" .else PLIST_SUB+= X11="@comment " + .MAKEFLAGS+= -DWITHOUT_X11 .endif .if defined(WITH_JUMBO_PATCH) PATCHFILES= trg-jumbo-20001114.diff PATCH_SITES= http://www.fwtk.org/fwtk/patches/ PATCH_DIST_STRIP= -p1 .endif # -------------------------------A50rt3M9DdbJ3MOUZUS3pheZGtNbM7RG208xt33xXG4XxyMa Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" *** Makefile.old Mon Oct 15 01:49:05 2007 --- Makefile Thu Mar 20 01:50:21 2008 *************** *** 46,61 **** --- 46,62 ---- How-To-Repeat: do not have X installed make config, unmark "X11" choice make
Responsible Changed From-To: freebsd-ports-bugs->pirzyk Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: pirzyk->freebsd-ports Patch looks good to me, please commit at your convience. Thanks.
bsam 2008-03-28 16:20:52 UTC FreeBSD ports repository Modified files: security/fwtk Makefile Log: Actually build without x11 if WITHOUT_X11 is defined. PR: 121887 Submitted by: Christoph Weber-Fahr <wefa ta tnd37.tnd.arcor.net> Approved by: pirzyk (maintainer) Revision Changes Path 1.36 +1 -0 ports/security/fwtk/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!