Date: Thu, 19 Mar 2009 02:50:37 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132795: [Patch]biology/emboss:Fix the build error when build with WITHOUT_X11 Message-ID: <200903190250.n2J2obpf090996@www.freebsd.org> Resent-Message-ID: <200903190300.n2J306uN090364@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132795 >Category: ports >Synopsis: [Patch]biology/emboss:Fix the build error when build with WITHOUT_X11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Mar 19 03:00:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Wed Mar 4 22:41:03 HKT 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: fix the build error when build with WITHOUT_X11. The patch is from: http://lists.open-bio.org/pipermail/emboss/2009-March/003538.html >How-To-Repeat: #cd /usr/ports/biology/emboss #make install WITHOUT_X11=yes then you will meet the build error >Fix: Patch attached with submission follows: diff -urN emboss/Makefile emboss.new/Makefile --- emboss/Makefile 2009-03-14 23:16:07.000000000 +0800 +++ emboss.new/Makefile 2009-03-19 18:13:49.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= emboss PORTVERSION= 6.0.1 +PORTREVISION= 1 RELEASE= ${PORTNAME:U}-${PORTVERSION} CATEGORIES= biology MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/ \ diff -urN emboss/files/patch-plplot-plDevs.h emboss.new/files/patch-plplot-plDevs.h --- emboss/files/patch-plplot-plDevs.h 1970-01-01 08:00:00.000000000 +0800 +++ emboss.new/files/patch-plplot-plDevs.h 2009-03-19 17:45:09.000000000 +0800 @@ -0,0 +1,11 @@ +--- plplot/plDevs.h.orig 2009-03-19 17:22:56.000000000 +0800 ++++ plplot/plDevs.h 2009-03-19 17:23:26.000000000 +0800 +@@ -67,7 +67,7 @@ + #define PLD_hp7470 + #define PLD_hp7580 + #define PLD_imp +-#define PLD_xwin ++/* #define PLD_xwin */ + /* #undef PLD_tk */ + #define PLD_pbm + /* #undef PLD_gcw */ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903190250.n2J2obpf090996>