Bug 168514

Summary: www/mod_perl2: allow build with clang/gcc47+
Product: Ports & Packages Reporter: Dima Panov <fluffy>
Component: Individual Port(s)Assignee: freebsd-apache (Nobody) <apache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dima Panov freebsd_committer freebsd_triage 2012-06-01 03:50:02 UTC
	
	www/mod_perl2: allow build a correct library with clang/gcc47+ 
	by disabling APR_INLINE because FreeBSD default port settings not uses
	bundled apr from apache tarball.
	BTW, force compiler to use gnu89 C standard.
	Idea was originally from MacPorts.
	
	PORTREVISION bumped to force rebuild already installed incorrect library
	Added newline at EOF to distinfo

How-To-Repeat: 	
	build port with clang or gcc47+
	try to start apache with enabled module
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-01 08:55:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Shane 2012-06-01 09:14:39 UTC
+1
I came up with a matching replace cmd to compile with clang on releng/9
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-05 20:13:05 UTC
ohauer      2012-07-05 19:12:50 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_perl2        Makefile pkg-plist 
  Log:
  - allow build a correct library with clang/gcc47+ by disabling
    APR_INLINE because FreeBSD default port settings not uses
    bundled apr from apache tarball.
  - force compiler to use gnu89 C standard.
  - bump PORTREVISION
  
  with hat apache@
  
  PR:             ports/168514
  Submitted by:   Dima Panov <fluffy@freebsd.org>
  
  Revision  Changes    Path
  1.79      +12 -2     ports/www/mod_perl2/Makefile
  1.37      +3 -0      ports/www/mod_perl2/pkg-plist
_______________________________________________
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 4 Olli Hauer freebsd_committer freebsd_triage 2012-07-05 20:13:47 UTC
State Changed
From-To: open->closed

Committed, Thanks!