Bug 94063 - [Update Port] x11-toolkits/v: update to version 1.90 and unbreak
Summary: [Update Port] x11-toolkits/v: update to version 1.90 and unbreak
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-04 12:50 UTC by Kay Lehmann
Modified: 2006-03-07 08:41 UTC (History)
0 users

See Also:


Attachments
file.diff (14.49 KB, patch)
2006-03-04 12:50 UTC, Kay Lehmann
no flags Details | Diff
file.diff (6.67 KB, patch)
2006-03-04 12:50 UTC, Kay Lehmann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!