# To: jhs@ # From: gnats-admin@_ERASE_FreeBSD.org # Subject: Re: ports/16324: patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST* # Date: Mon, 24 Jan 2000 11:54:34 +0100 # # Thank you very much for your problem report. # It has the internal identification `ports/16324'. # The individual assigned to look at your # report is: freebsd-ports. # # >Category: ports # >Responsible: freebsd-ports # >Synopsis: patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST* # >Arrival-Date: Mon Jan 24 02:50:01 PST 2000 # --------------- # # To: FreeBSD-gnats-submit@_ERASE_freebsd.org # cc: jmz@_ERASE_freebsd.org # Subject: patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST* # From: "Julian Stacey" jhs@ # Reply-To: "Julian Stacey" jhs@ # X-send-pr-version: 3.2 # # # >Submitter-Id: current-users # >Originator: Julian H. Stacey jhs@ # >Organization: freebsd # >Confidential: no # >Synopsis: patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST* # >Severity: serious # >Priority: medium # >Category: ports # >Release: FreeBSD 3.4-RELEASE i386 # >Class: change-request # >Environment: # # FreeBSD 3.4-RELEASE i386 # # >Description: # # After pkg_add XFree86-3.3.5.tgz I got this fatal error: # % xterm # /usr/libexec/ld-elf.so.1: Shared object \ # "libXThrStub.so.6" not found # ( I forced the package create on another machine with # setenv FORCE_PACKAGE force_package # to overide Makefile # NO_PACKAGE= package available from XFree86 # as I compile my own package for local installations, # & will Not pay the phone company to download a 28 Meg package ! ) # # >How-To-Repeat: # # host1 # setenv FORCE_PACKAGE force_package # cd /usr/ports/x11/XFree86 # make package # host2 # mv /usr/local /usr/local.normal.saved # pkg_add -f /a/host1/usr/packages/All/XFree86-3.3.5.tgz # xterm # # >Fix: # # Apply patches below. # jmz@_ERASE_freebsd.org (MAINTAINER) please check diffs for # { PLIST.alpha PLIST.pc98 PLIST.stripped } as I can not test them, # not having those architectures. # PS When testing, remember to # rm work/.PLIST.mktmp # or more drastically, make clean # else # make [re]package # will not include new PLIST files. # *** FreeBSD-4.2-RELEASE/ports/x11/XFree86/pkg-plist Mon Nov 1 02:54:10 1999 --- jhs/ports/x11/XFree86/pkg-plist Sat Jan 22 19:19:59 2000 *************** *** 1483,1488 **** --- 1483,1490 ---- lib/libXaw.so lib/libXaw.so.6.1 lib/libXdmcp.a + lib/libXThrStub.so + lib/libXThrStub.so.6 lib/libXdpms.a lib/libXext.a lib/libXext.so *** FreeBSD-4.2-RELEASE/ports/x11/XFree86/pkg-plist.alpha Mon Nov 1 02:54:10 1999 --- jhs/ports/x11/XFree86/pkg-plist.alpha Sun Jan 23 14:21:57 2000 *************** *** 1474,1479 **** --- 1474,1481 ---- lib/libXaw.so lib/libXaw.so.6 lib/libXdmcp.a + lib/libXThrStub.so + lib/libXThrStub.so.6 lib/libXdpms.a lib/libXext.a lib/libXext.so *** FreeBSD-4.2-RELEASE/ports/x11/XFree86/pkg-plist.pc98 Sun Dec 5 22:40:26 1999 --- jhs/ports/x11/XFree86/pkg-plist.pc98 Sun Jan 23 14:22:17 2000 *************** *** 1491,1496 **** --- 1491,1498 ---- lib/libXaw.so lib/libXaw.so.6 lib/libXdmcp.a + lib/libXThrStub.so + lib/libXThrStub.so.6 lib/libXdpms.a lib/libXext.a lib/libXext.so *** FreeBSD-4.2-RELEASE/ports/x11/XFree86/pkg-plist.stripped Fri Sep 24 04:02:09 1999 --- jhs/ports/x11/XFree86/pkg-plist.stripped Sun Jan 23 14:22:29 2000 *************** *** 591,596 **** --- 591,598 ---- lib/libXaw.so lib/libXaw.so.6 lib/libXdmcp.a + lib/libXThrStub.so + lib/libXThrStub.so.6 lib/libXdpms.a lib/libXext.a lib/libXext.so