Bug 163898 - [PATCH] security/gnupg: fix build on 10-CURRENT i386
Summary: [PATCH] security/gnupg: fix build on 10-CURRENT i386
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-07 20:00 UTC by Steve Wills
Modified: 2012-01-29 14:50 UTC (History)
1 user (show)

See Also:


Attachments
gnupg-1.4.11.patch (852 bytes, patch)
2012-01-07 20:00 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2012-01-07 20:00:24 UTC
This patch fixes build on 10-CURRENT i386:

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20111207031942/gnupg-1.4.11.log:
cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include  -D_THREAD_SAFE -I/usr/local/include  -O2 -fno-strict-aliasing -Wall -Wno-pointer-sign   -c _mpih-mul1.s
_mpih-mul1.s: Assembler messages:
_mpih-mul1.s:2: Error: alignment not a power of 2
_mpih-mul1.s:20: Error: alignment not a power of 2
gmake[2]: *** [mpih-mul1.o] Error 1

Port maintainer (kuriyama@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-07 20:00:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-29 14:44:15 UTC
kuriyama    2012-01-29 14:44:06 UTC

  FreeBSD ports repository

  Modified files:
    security/gnupg1      Makefile 
    security/gnupg1/files patch-config.links 
  Log:
  - Fix build on 10-current (i386) [1]
  - Fix build with clang by using CFLAGS+=-std=c89.
  
  PR:             ports/163898 [1]
  Submitted by:   swills [1]
  
  Revision  Changes    Path
  1.110     +3 -0      ports/security/gnupg1/Makefile
  1.3       +9 -0      ports/security/gnupg1/files/patch-config.links
_______________________________________________
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 Jun Kuriyama freebsd_committer freebsd_triage 2012-01-29 14:44:22 UTC
State Changed
From-To: open->closed

Committed, thanks!