From nobody Sun Nov 10 15:51:10 2024 X-Original-To: gnome@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Xmcbw1TFgz5ctdn for ; Sun, 10 Nov 2024 15:51:24 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Xmcbv6jr2z46QF; Sun, 10 Nov 2024 15:51:23 +0000 (UTC) (envelope-from asomers@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-ed1-f44.google.com with SMTP id 4fb4d7f45d1cf-5c9c28c1e63so4828343a12.0; Sun, 10 Nov 2024 07:51:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1731253882; x=1731858682; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SpJJ0cbYfizC7ZDB8iXrun63pAyFhEzlAvvwWjYe4Rw=; b=CsaV9fLt0Xa+1H0Ld93EjiTEWpFpPdzfj97utE7DMM3Nl5bsZ/RhSr9A1ZBm5F4GR2 YCAjn7HMr3KYyQ65roG/87jrsFpd3gIFVQ8KulxNn8/qQ2JDrvAQ2YamwSIZaFlT4Nn6 hvedpVSVsV4q7Ej2QryzVSZJUfGs4Y+qVL/6vkLCsW9SSHapm3TubSxSKf6WmWpKuS5K KQKzD+9UDVgsyedEQ42O7lm8o0Is/DYWgHNaDHj9Afo6a1GnLjedh4SRiHHoHKmR8/h0 xe+sj7QVP+JaDWMX25N0cyyKXn379+1IykpPlcw/ioJRL/cbc9nihjR05q+5Yx6xsxsK NpVA== X-Forwarded-Encrypted: i=1; AJvYcCWX1+XEtwJ2VGRcn6GHwG1RHly8LQZdJ8iLYpDmXGbXX1SIEf2Vt3Vuv7qv7UUAU3kk9f0XY/o=@freebsd.org, AJvYcCX5TfbdBPsVpM/uFcsDdqa1XHFXHK2o/BDb8J1mT0C64Ku4TDB9nmqru7WulSlLjzL+CmSe7w==@freebsd.org X-Gm-Message-State: AOJu0YzTwTj4Jqc7f+CGfq0yCjWzUQvSuaFG+G4URPAqnQiBh4/0ACC8 2OiOJOFYUnYJBCMvGWNiwl6Dao/7LO6YF0qr6iiU7/zqlVWMNApG8yOW2DkLxNajDw8jnYH9xFS QPJqDvp/lxFsZGyDx9mYVvO6CS7kHc93V X-Google-Smtp-Source: AGHT+IFrmBbCMaM0+ieEdOBavmZODcHo/wsR6MGiXcoqZbwgaiCW+E2WAGK1elo2GlJR0Tg6m6neNwBSjL3OpdMmxyc= X-Received: by 2002:a05:6402:2806:b0:5ce:fa15:6cbf with SMTP id 4fb4d7f45d1cf-5cf0a31badamr8255906a12.10.1731253881762; Sun, 10 Nov 2024 07:51:21 -0800 (PST) List-Id: GNOME for FreeBSD -- porting and maintaining List-Archive: https://lists.freebsd.org/archives/freebsd-gnome List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-gnome@FreeBSD.org MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Sun, 10 Nov 2024 08:51:10 -0700 Message-ID: Subject: Re: Requiring SSE2 by default for i386 To: Nuno Teixeira Cc: gnome@freebsd.org, ashish@freebsd.org, dmgk@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4Xmcbv6jr2z46QF X-Spamd-Bar: ---- On Sun, Nov 10, 2024 at 7:00=E2=80=AFAM Nuno Teixeira = wrote: > > Hello, > >> graphics/fraqtive > > > https://github.com/mimecorg/fraqtive/blob/02914797f47d26c4098f4a3a945716b= 13998a8cc/INSTALL#L43 > Upstream says SSE2 is enabled by default. > > What should we do here? Just set OPTIONS_DEFAULT_i386=3DSSE2 or OPTIONS_DEFAULT=3DSSE2 in the port = Makefile.