Bug 103752 - [MAINTAINER] graphics/libx3dtk: unbreak on 6.2
Summary: [MAINTAINER] graphics/libx3dtk: unbreak on 6.2
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-28 13:30 UTC by German Tischler
Modified: 2006-09-30 08:50 UTC (History)
0 users

See Also:


Attachments
libx3dtk-patch.tar.gz (1.38 KB, text/plain)
2006-09-28 13:30 UTC, German Tischler
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description German Tischler 2006-09-28 13:30:31 UTC
	Fix compilation on FreeBSD 6.2 due to update of the base system gcc to version 3.4.6.

Fix: The patch for the Makefile fixes portlint issues (INSTALLS_SHLIB -> USE_LDCONFIG, remove quotes from BROKEN=).
	The uuencoded tar file contains a set of new (additional to the present) patch files that remove explicit
        qualification from some source files. It is to be unpacked in the ports base directory (i.e. the files are
        located in the subdirectory graphics/libx3dtk/files).



--- libx3dtk-patch.tar.gz.uu ends here -----rZ1zYNNmCrGUTlHPbCafSvfjbwH0n4dpvcF2EalSYu3qYLev
Content-Type: text/plain; name="Makefile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Makefile.diff"

*** Makefile.orig	Thu Sep 28 14:10:00 2006
--- Makefile	Thu Sep 28 14:11:03 2006
***************
*** 27,33 ****
  USE_QT_VER=	3
  MAKE_ENV=	QTDIR="${QT_PREFIX}"
  
! INSTALLS_SHLIB=	yes
  
  QMAKE?=		${LOCALBASE}/bin/qmake
  QMAKESPEC?=	${LOCALBASE}/share/qt/mkspecs/freebsd-g++
--- 27,33 ----
  USE_QT_VER=	3
  MAKE_ENV=	QTDIR="${QT_PREFIX}"
  
! USE_LDCONFIG=	yes
  
  QMAKE?=		${LOCALBASE}/bin/qmake
  QMAKESPEC?=	${LOCALBASE}/share/qt/mkspecs/freebsd-g++
***************
*** 35,41 ****
  .include <bsd.port.pre.mk>
  
  .if ${OSVERSION} < 500000
! BROKEN=		"does not compile"
  .endif
  
  post-patch:
--- 35,41 ----
  .include <bsd.port.pre.mk>
  
  .if ${OSVERSION} < 500000
! BROKEN=does not compile
  .endif
  
  post-patch:
How-To-Repeat: 	Build the port using make.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-09-28 14:02:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-30 08:47:32 UTC
miwi        2006-09-30 07:47:25 UTC

  FreeBSD ports repository

  Modified files:
    graphics/libx3dtk    Makefile 
  Added files:
    graphics/libx3dtk/files patch-examples-infoReader-Date.cpp 
                            patch-examples-infoReader-Date.h 
                            patch-src-X3DLoader-X3D_Creator.cpp 
                            patch-src-kernel-base-SFVec3f.cpp 
  Log:
  - Unbreak for 6.2
  
  PR:             ports/103752
  Submitted by:   German Tischler <tanis(at)gaspode.franken.de> (maintainer)
  
  Revision  Changes    Path
  1.2       +2 -2      ports/graphics/libx3dtk/Makefile
  1.1       +19 -0     ports/graphics/libx3dtk/files/patch-examples-infoReader-Date.cpp (new)
  1.1       +19 -0     ports/graphics/libx3dtk/files/patch-examples-infoReader-Date.h (new)
  1.1       +19 -0     ports/graphics/libx3dtk/files/patch-src-X3DLoader-X3D_Creator.cpp (new)
  1.1       +117 -0    ports/graphics/libx3dtk/files/patch-src-kernel-base-SFVec3f.cpp (new)
_______________________________________________
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 3 Martin Wilke freebsd_committer freebsd_triage 2006-09-30 08:47:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!