Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2001 01:46:43 -0700 (PDT)
From:      <joup@bigfoot.com>
To:        <freebsd-questions@freebsd.org>
Subject:   qt-designer-- make fails, no maintainer
Message-ID:  <Pine.BSF.4.33.0108140143470.55042-200000@soda.csua.berkeley.edu>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]

Hi,

I'm trying to build qt-designer, but the patch stage fails:

===>  Patching for qt-designer-2.3.1
===>  Applying FreeBSD patches for qt-designer-2.3.1
1 out of 1 hunks failed--saving rejects to Makefile.rej
>> Patch patch-Makefile failed to apply cleanly.
*** Error code 1

No maintainer is listed in the Makefile, so to whom should I address my
bug report?  Is it possible to fix myself?


Thanks
Mark Miller

[-- Attachment #2 --]
***************
*** 25,35 ****
  	-rm -f bin/moc
  	cp src/moc/moc bin/moc
  
- sub-tools: sub-src FORCE
  	cd tools; $(MAKE)
  
  symlinks: .buildopts
- 	@cd include; rm -f q*.h; ln -s $(QTDIR)/src/*/q*.h .; ln -s $(QTDIR)/extensions/*/src/q*.h .; rm -f q*_p.h
  
  sub-src: src-moc src-mt .buildopts FORCE
  	cd src; $(MAKE)
--- 25,35 ----
  	-rm -f bin/moc
  	cp src/moc/moc bin/moc
  
+ sub-tools: FORCE
  	cd tools; $(MAKE)
  
  symlinks: .buildopts
+ 	@cd include; rm -f q*.h; ln -s ../src/*/q*.h .; ln -s ../extensions/*/src/q*.h .; rm -f q*_p.h
  
  sub-src: src-moc src-mt .buildopts FORCE
  	cd src; $(MAKE)

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0108140143470.55042-200000>