Bug 112016 - MAINTAINER: sysutils/desktopbsd-tools: ia64/lrelease fix
Summary: MAINTAINER: sysutils/desktopbsd-tools: ia64/lrelease fix
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: 2007-04-22 23:50 UTC by Peter Hofer
Modified: 2007-04-25 22:20 UTC (History)
0 users

See Also:


Attachments
desktopbsd-tools-1.1-ia64-lrelease.patch (2.03 KB, patch)
2007-04-22 23:50 UTC, Peter Hofer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Hofer 2007-04-22 23:50:02 UTC
	

sysutils/desktopbsd-tools 1.1 currently does not build on ia64. The reason is
that open_ia64_disk.c must be compiled instead of open_disk.c in libdbsddisk. I
haven't been able to test the patch because I don't have access to an ia64
machine, but the .pro file includes the same files for compilation as the
Makefile in src/lib/libdisk from the FreeBSD sources.

The attached patch also makes prepare_build.sh use Qt3's lrelease tool when
Qt4 is installed.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-24 09:17:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-04-24 09:43:10 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-25 22:19:46 UTC
miwi        2007-04-25 21:19:41 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/desktopbsd-tools Makefile 
  Added files:
    sysutils/desktopbsd-tools/files 
                                    patch-libdbsddisk_libdbsddisk.pro 
                                    patch-prepare-build.sh 
  Log:
  - Fix build with ia64 [1]
  - Remove 4.X gruft
  - Respect X11BASE
  - s/INSTALLS_SHLIB/USE_LDCONFIG
  
  PR:             112016
  Submitted by:   Peter Hofer <ph@desktopbsd.net> (maintainer)
  
  Revision  Changes    Path
  1.7       +6 -5      ports/sysutils/desktopbsd-tools/Makefile
  1.1       +44 -0     ports/sysutils/desktopbsd-tools/files/patch-libdbsddisk_libdbsddisk.pro (new)
  1.1       +11 -0     ports/sysutils/desktopbsd-tools/files/patch-prepare-build.sh (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 4 Martin Wilke freebsd_committer freebsd_triage 2007-04-25 22:19:51 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!