Bug 130894 - [patch] - update graphics/Coin to version 3.0.0
Summary: [patch] - update graphics/Coin to version 3.0.0
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 16:50 UTC by Cristiano Rolim Pereira
Modified: 2009-01-23 11:00 UTC (History)
0 users

See Also:


Attachments
file.shar (38.90 KB, text/plain)
2009-01-22 16:50 UTC, Cristiano Rolim Pereira
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cristiano Rolim Pereira 2009-01-22 16:50:00 UTC
Attached, there is a shell archive of the updated port.

Two other ports that have dependencies on graphics/Coin will need updates too:
x11-toolkits/SoXt
x11-toolkits/soqt

I am sending followups with the other updates.

Fix: Patch attached with submission follows:
Comment 1 Cristiano Rolim Pereira 2009-01-22 16:58:26 UTC
This is the update for x11-toolkits/SoXt:

--- ../SoXt.orig/Makefile	2009-01-21 23:56:04.000000000 -0200
+++ Makefile	2009-01-21 23:56:39.000000000 -0200
@@ -14,7 +14,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GUI binding for using Open Inventor with Xt/Motif
 
-LIB_DEPENDS=	Coin.45:${PORTSDIR}/graphics/Coin
+LIB_DEPENDS=	Coin.60:${PORTSDIR}/graphics/Coin
 
 USE_GL=		yes
 USE_MOTIF=	yes
Comment 2 Cristiano Rolim Pereira 2009-01-22 17:00:47 UTC
This is the update for x11-toolkits/soqt:

--- Makefile.orig	2009-01-22 03:47:20.000000000 -0200
+++ Makefile	2009-01-22 03:47:49.000000000 -0200
@@ -16,7 +16,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Qt toolkit library for Coin
 
-LIB_DEPENDS=	Coin.45:${PORTSDIR}/graphics/Coin
+LIB_DEPENDS=	Coin.60:${PORTSDIR}/graphics/Coin
 
 USE_AUTOTOOLS=	libtool:15
 USE_QT_VER=	3
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2009-01-23 07:13:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-01-23 09:57:18 UTC
beech       2009-01-23 09:56:34 UTC

  FreeBSD ports repository

  Modified files:
    graphics/Coin        Makefile distinfo pkg-plist 
    graphics/Coin/files  patch-Makefile.in patch-configure 
  Log:
  - Update to 3.0.0
  
  PR:             ports/130894
  Submitted by:   Cristiano Rolim Pereira <cristianorolim@hotmail.com>
  
  Revision  Changes    Path
  1.29      +1 -1      ports/graphics/Coin/Makefile
  1.13      +3 -3      ports/graphics/Coin/distinfo
  1.2       +4 -4      ports/graphics/Coin/files/patch-Makefile.in
  1.2       +8 -8      ports/graphics/Coin/files/patch-configure
  1.16      +81 -8     ports/graphics/Coin/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2009-01-23 11:00:43 UTC
State Changed
From-To: open->closed

Committed, Thanks!