Bug 126676

Summary: fix to build security/oidentd on freebsd 8
Product: Ports & Packages Reporter: Anton Kartashev <amokk>
Component: Individual Port(s)Assignee: Oliver Lehmann <oliver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Anton Kartashev 2008-08-20 09:30:01 UTC
I've added support for fsbd8-current for building security/oidentd, but without nat options.

Fix: 

USE_RC_SUBR=   oidentd
 GNU_CONFIGURE= yes
+
 CONFIGURE_TARGET=      --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

 MAN5=          oidentd.conf.5 oidentd_masq.conf.5
@@ -29,17 +30,13 @@

 .include <bsd.port.pre.mk>

-.if ${OSVERSION} >= 800000
-BROKEN=                does not build
-.endif
-
 .if defined(WITHOUT_IPV6)
 CONFIGURE_ARGS+=--disable-ipv6
 .else
 CATEGORIES+=   ipv6
 .endif

-.if defined(WITHOUT_MASQ)
+.if defined(WITHOUT_MASQ) || ${OSVERSION} >= 800000
 CONFIGURE_ARGS+=--disable-masq
 .endif--MdOqo4PHMdnrhRZqnW81PQmAJaFNOo22KVmpLguYJRdnmdaj
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       2008-08-09 16:59:54.000000000 +0300
+++ Makefile    2008-08-20 11:24:53.000000000 +0300
@@ -17,6 +17,7 @@
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-08-20 14:16:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer.
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2008-08-27 18:39:32 UTC
State Changed
From-To: open->closed

committed, thanks
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-08-27 18:39:35 UTC
oliver      2008-08-27 17:39:26 UTC

  FreeBSD ports repository

  Modified files:
    security/oidentd     Makefile 
  Log:
  allow using oidentd on CURRENT but nat support has to be disabled (remove BROKEN)
  
  PR:             ports/126676
  Submitted by:   "Anton E. Kartashev" <amokk@seb.org.ua>
  
  Revision  Changes    Path
  1.36      +1 -5      ports/security/oidentd/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"