Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 2017 15:17:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224794] mail/metamail: Fix build when X11 option is enabled
Message-ID:  <bug-224794-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224794

            Bug ID: 224794
           Summary: mail/metamail: Fix build when X11 option is enabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: lantw44@gmail.com

Created attachment 189290
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189290&action=
=3Dedit
Patch for building metamail with X11 option enabled

It has been broken for more than one year. r412348 is the last version I can
build successfully.

=3D=3D=3D>  Building package for metamail-2.7_14
pkg-static: Unable to access file
/wrkdirs/usr/ports/mail/metamail/work/stage/usr/local/bin/mailto-hebrew:No =
such
file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/mail/metamail/work/stage/usr/local/bin/shownonascii:No s=
uch
file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/mail/metamail/work/stage/usr/local/lib/metamail/fonts/he=
b6x13.pcf:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/mail/metamail/work/stage/usr/local/lib/metamail/fonts/he=
b8x13.pcf:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/mail/metamail/work/stage/usr/local/lib/metamail/fonts/he=
b8x13B.pcf:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/mail/metamail/work/stage/usr/local/lib/metamail/fonts/fo=
nts.dir:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/mail/metamail/work/stage/usr/local/lib/metamail/fonts/fo=
nts.alias:No
such file or directory
*** Error code 1

Stop.
make: stopped in /usr/ports/mail/metamail

The problem is that later commits remove patches required to install fonts =
and
add patches to ignore mailto-hebrew and shownonascii. To fix the problem, I
moved the original patch-Makefile to X11_EXTRA_PATCHES_OFF and made a new p=
atch
based on patch-Makefile for X11_EXTRA_PATCHES.

Since I could not find a way to generate a svn patch that could be applied
easily when there are renamed or copied files, applying the patch I attached
here requires running 'svn mv' and 'svn cp' commands first.

Steps to apply the patch:

 1. svn cp files/patch-Makefile files/extra-patch-Makefile-x11
 2. svn mv files/patch-Makefile files/extra-patch-Makefile-nox11
 3. svn patch metamail.patch

--=20
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-224794-13>