Bug 105648 - Port upgrade: x11-fm/krusader does not build under FreeBSD =
Summary: Port upgrade: x11-fm/krusader does not build under FreeBSD =
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-11-18 19:00 UTC by Heiner
Modified: 2006-11-26 05:46 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner 2006-11-18 19:00:28 UTC
=46or some reason krusader does not compile on pointyhat:

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2006111318/krusad=
er-1.70.1.log

This is very strange, as the FreeBSD ftp server holds a package of teh very=
=20
same krusader version from 08/17/06. As krusader did not change, something=
=20
else changed. As I do not have a FreeBSD 4.x anymore, the only thing I can =
do=20
is to set it to broken, until soemone still working on 4.X finds the true=20
reason.

Fix: see attached diff

Heiner

--Boundary-00=_Ef1XFe3oMMTA//K
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="krusader.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="krusader.diff"



--Boundary-00=_Ef1XFe3oMMTA//K----LVcUfV40Pxhz5o8DuN9Gpt2IIaWAiKeNXrIAGdEsEur1BZ7h
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- ../../x11-fm/krusader/Makefile	Tue Sep  5 22:01:52 2006
+++ Makefile	Sat Nov 18 19:57:03 2006
@@ -44,4 +44,10 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		Does not compile on FreeBSD 4.x
+.endif
+
+.include <bsd.port.post.mk>
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-11-18 19:08:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-18 19:18:52 UTC
miwi        2006-11-18 19:14:35 UTC

  FreeBSD ports repository

  Modified files:
    x11-fm/krusader      Makefile 
  Log:
  - Mark broken on 4.x
  
  PR:             ports/105648
  Submitted by:   Heiner <h.eichmann@gmx.de> (maintainer)
  
  Revision  Changes    Path
  1.19      +8 -2      ports/x11-fm/krusader/Makefile
_______________________________________________
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-11-26 05:46:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!