From owner-freebsd-ports@FreeBSD.ORG Sat Sep 6 20:39:15 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3940F828 for ; Sat, 6 Sep 2014 20:39:15 +0000 (UTC) Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com [IPv6:2607:f8b0:4003:c06::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0518D12E1 for ; Sat, 6 Sep 2014 20:39:14 +0000 (UTC) Received: by mail-oi0-f46.google.com with SMTP id g201so485501oib.33 for ; Sat, 06 Sep 2014 13:39:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RxXIyKQCLppUrnvNSeN0VJ5fU69g1+Ceka1ZYJnvZj0=; b=VYmBy59ljEmApBcBa9g6IaXbva1sx1uLZ5+leXN1C7ksaA9qQsw8bR0P9J7LG5m54w 0eldvebfD9qXpJUjVJcW+rfPjfo1tOQ/g1+dQfuT1wY7gZESfw4lmXImsxMeqp7IUlKy TETtOdKEHNY2vptWprkb1vP7q7jvHk9/VEymOo6XCldofQ81jGDadH5GMZ4SDNrZb/KY vkSRiVvJJGITmG2l8mRnNTaZPxS46XNX9IK+oEub9H37ds3QW+ywepuKV36X32UG369S XQcNyud4+YDiffNy3An9YO7Ox+e5JGtj9g+l5tW7RNucdTqb2sAxEbVTOYOz4oEnqwhU ZpIA== MIME-Version: 1.0 X-Received: by 10.182.231.170 with SMTP id th10mr21715643obc.8.1410035954094; Sat, 06 Sep 2014 13:39:14 -0700 (PDT) Received: by 10.202.59.193 with HTTP; Sat, 6 Sep 2014 13:39:14 -0700 (PDT) Date: Sun, 7 Sep 2014 02:39:14 +0600 Message-ID: Subject: *_ENDIAN in 8 and 9 From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD Ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 20:39:15 -0000 Hi, Can someone please help me troubleshoot a problem with ENDIANS. A piece of code is building properly in 9.3 and onwards with CLANG. But in 8.4 it's getting *_ENDIANS as undefined. What was the structural change in between 8.4 and 9 for the ENDIANS? Thanks in advance. BR, Muhammad