Bug 105178 - Update port: net/iscsi-target
Summary: Update port: net/iscsi-target
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-05 17:50 UTC by mark
Modified: 2006-11-06 02:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mark 2006-11-05 17:50:19 UTC
	Mark broken on 4.x, will not compile as-is.

How-To-Repeat: 
--- iscsi-target.diff begins here ---
diff -ru iscsi-target.old/Makefile iscsi-target/Makefile
--- iscsi-target.old/Makefile	Sat Oct  7 08:25:26 2006
+++ iscsi-target/Makefile	Sun Nov  5 08:41:42 2006
@@ -51,4 +51,10 @@
  	fi
  .endfor

-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=	Fails to compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>
--- iscsi-target.diff ends here ---
Comment 1 dfilter service freebsd_committer freebsd_triage 2006-11-06 02:05:37 UTC
alepulver    2006-11-06 02:05:31 UTC

  FreeBSD ports repository

  Modified files:
    net/iscsi-target     Makefile 
  Log:
  - Mark IGNORE on 4.x.
  
  PR:             ports/105178
  Submitted by:   Mark Foster <mark@foster.cc> (maintainer)
  
  Revision  Changes    Path
  1.2       +7 -1      ports/net/iscsi-target/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 2 Alejandro Pulver freebsd_committer freebsd_triage 2006-11-06 02:05:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!