Bug 94063

Summary: [Update Port] x11-toolkits/v: update to version 1.90 and unbreak
Product: Ports & Packages Reporter: Kay Lehmann <kay_lehmann>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Kay Lehmann 2006-03-04 12:50:03 UTC
Sorry forgot some things in pr=94059, please remove it.
I had some problems (Makefile and filesdir) using the patch as root. As normal user I it works without problems, so I can send it in another format if it does not work for you..
Update to version 1.90 which can be compiled with newer FreeBSDversions again, so we can unbreak this port again.

Fix: + # hpux, aix, solaris, bsd

+ #---------------------------------------------------------------------

+-ARCH	= linuxdev

++#ARCH	= linuxdev

+ #ARCH	= linux

+ #ARCH	= linuxelf

+ #ARCH	= sun4

+@@ -60,9 +60,9 @@
+ #ARCH	= hpux

+ #ARCH	= aix

+ #ARCH	= solaris

+-#ARCH	= bsd

++ARCH	= bsd

+ #ARCH	= tru64

+-Arch = $(ARCH)

++Arch = bsd

+ 

+ 

+ #---------------------------------------------------------------------

+@@ -307,7 +307,7 @@
+ ifeq ($(Arch),bsd)

+ INCDIR  +=       -I/usr/$(X11RV)/include

+ LIBDIR  +=       -L/usr/$(X11RV)/lib

+-LIBS    +=       -lV -lXmu -lXt -lXext -lX11 -lxm

++LIBS    +=       -lXmu -lXt -lXext -lX11

+ TARZ    =

+ RANLIB  =       ranlib

+ VGPATH	=	UNIX
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-03-07 00:15:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Take
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-03-07 08:41:36 UTC
State Changed
From-To: open->closed

Committed, thanks!