Bug 90170 - [PATCH] math/mbasecalc: fix for non-standard X11BASE
Summary: [PATCH] math/mbasecalc: fix for non-standard X11BASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-10 01:40 UTC by Pierre-Paul Lavoie
Modified: 2005-12-12 14:03 UTC (History)
0 users

See Also:


Attachments
file.diff (402 bytes, patch)
2005-12-10 01:40 UTC, Pierre-Paul Lavoie
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Paul Lavoie 2005-12-10 01:40:02 UTC
              In reply to kris@obsecurity.org e-mail "[ports-i386@dosirak.kr.freebsd.org: mbasecalc-1.1 failed on i386 6]".


----- Forwarded message from User Ports-i386 <ports-i386@dosirak.kr.freebsd.org> -----

X-Original-To: kkenn@localhost
Delivered-To: kkenn@localhost.obsecurity.org
X-Original-To: kris@FreeBSD.org
Delivered-To: kris@FreeBSD.org
Date: Sat, 22 Oct 2005 23:24:21 +0900 (KST)
From: User Ports-i386 <ports-i386@dosirak.kr.freebsd.org>
To: krion@FreeBSD.org, kris@FreeBSD.org
Subject: mbasecalc-1.1 failed on i386 6
X-UIDL: \7R!!~C_"!UWM!!?e)"!
X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=0.96.0

building mbasecalc-1.1 on dosirak.kr.freebsd.org
in directory /var/pkgbuild/6/chroot/530
maintained by: ppl@nbnet.nb.ca
port directory: /usr/ports/math/mbasecalc
build started at Sat Oct 22 14:23:51 UTC 2005
FETCH_DEPENDS=
PATCH_DEPENDS=
EXTRACT_DEPENDS=
BUILD_DEPENDS=expat-1.95.8_3.tbz fltk-1.1.6_1.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.10_1.tbz jpeg-6b_3.tbz libXft-2.1.7.tbz pkgconfig-0.17.2.tbz png-1.2.8_2.tbz xorg-libraries-6.8.2.tbz
RUN_DEPENDS=expat-1.95.8_3.tbz fltk-1.1.6_1.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.10_1.tbz jpeg-6b_3.tbz libXft-2.1.7.tbz pkgconfig-0.17.2.tbz png-1.2.8_2.tbz xorg-libraries-6.8.2.tbz
add_pkg
================================================================
====================<phase 1: make checksum>====================
=> mbasecalc.tar.gz doesn't seem to exist in /tmp/distfiles/.
=> Attempting to fetch from ftp://ftp2.kr.freebsd.org/pub/FreeBSD/ports/distfiles/.
mbasecalc.tar.gz                                      9980  B  663 kBps
=> Checksum OK for mbasecalc.tar.gz.
================================================================
====================<phase 2: make extract>====================
add_pkg
===>  Extracting for mbasecalc-1.1
=> Checksum OK for mbasecalc.tar.gz.
================================================================
====================<phase 3: make patch>====================
add_pkg
===>  Patching for mbasecalc-1.1
===>  Applying FreeBSD patches for mbasecalc-1.1
================================================================
====================<phase 4: make build>====================
add_pkg expat-1.95.8_3.tbz fltk-1.1.6_1.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.10_1.tbz jpeg-6b_3.tbz libXft-2.1.7.tbz pkgconfig-0.17.2.tbz png-1.2.8_2.tbz xorg-libraries-6.8.2.tbz
adding dependencies
pkg_add expat-1.95.8_3.tbz
pkg_add fltk-1.1.6_1.tbz
Running fc-cache to build fontconfig cache...
fc-cache: "/usr/X/lib/X11/fonts": caching, 0 fonts, 1 dirs
fc-cache: "/usr/X/lib/X11/fonts/local": caching, 0 fonts, 0 dirs
fc-cache: "/root/.fonts": skipping, no such directory
fc-cache: succeeded
pkg_add fontconfig-2.2.3,1.tbz
skipping fontconfig-2.2.3,1, already added
pkg_add freetype2-2.1.10_1.tbz
skipping freetype2-2.1.10_1, already added
pkg_add jpeg-6b_3.tbz
skipping jpeg-6b_3, already added
pkg_add libXft-2.1.7.tbz
skipping libXft-2.1.7, already added
pkg_add pkgconfig-0.17.2.tbz
skipping pkgconfig-0.17.2, already added
pkg_add png-1.2.8_2.tbz
skipping png-1.2.8_2, already added
pkg_add xorg-libraries-6.8.2.tbz
skipping xorg-libraries-6.8.2, already added
===>   mbasecalc-1.1 depends on shared library: fltk.1 - found
===>   mbasecalc-1.1 depends on shared library: X11.6 - found
===>  Configuring for mbasecalc-1.1
===>  Building for mbasecalc-1.1
g++ -g -I/usr/X/include -I.  -DSYS_UNIX=1 -c mbasecalc.cxx -o mbasecalc.o
g++ -g -I/usr/X/include -I.  -DSYS_UNIX=1 -c callbacks.cxx -o callbacks.o
g++ -g -I/usr/X/include -I.  -DSYS_UNIX=1 -c fmt.cxx -o fmt.o
g++ mbasecalc.o callbacks.o fmt.o  -o mbasecalc -L/usr/X11R6/lib -lfltk -lX11
/usr/bin/ld: cannot find -lfltk
*** Error code 1

Stop in /work/a/ports/math/mbasecalc/work/mbasecalc.
*** Error code 1

Stop in /a/ports/math/mbasecalc.
================================================================
build of /usr/ports/math/mbasecalc ended at Sat Oct 22 14:24:19 UTC 2005


----- End forwarded message -----
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-12-12 14:03:06 UTC
State Changed
From-To: open->closed

Committed with minor modification: 
I used MAKE_ARGS instead of patching the Makefile.