ports/182234: [MAINTAINER] textproc/libroxml: fix compatibility for fbsd 10

Hung-Yi Chen gaod at hychen.org
Thu Sep 19 19:30:04 UTC 2013


>Number:         182234
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/libroxml: fix compatibility for fbsd 10
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 19 19:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.1-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	Fix compatibility for FreeBSD 10.0.
>How-To-Repeat:
>Fix:


--- textproc_libroxml.diff begins here ---
Index: textproc/libroxml/Makefile
===================================================================
--- textproc/libroxml/Makefile	(revision 327645)
+++ textproc/libroxml/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libroxml
 PORTVERSION=	2.2.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	GOOGLE_CODE
 
Index: textproc/libroxml/files/patch-Makefile
===================================================================
--- textproc/libroxml/files/patch-Makefile	(revision 327645)
+++ textproc/libroxml/files/patch-Makefile	(working copy)
@@ -1,5 +1,14 @@
---- Makefile.orig	2012-08-07 05:07:01.000000000 +0800
-+++ Makefile	2012-08-07 05:12:48.000000000 +0800
+--- Makefile.orig	2013-06-07 22:26:58.000000000 +0000
++++ Makefile	2013-09-19 18:58:18.000000000 +0000
+@@ -44,7 +44,7 @@
+ 
+ # options
+ override CPPFLAGS += -Iinc/
+-override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused -Werror -Iinc/ $(DEFINES)
++override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused -Iinc/ $(DEFINES)
+ override LDFLAGS += 
+ 
+ ifeq ("$(OS)", "Darwin")
 @@ -149,24 +149,16 @@
  	$E - $(MAKE) -C $(abspath fuse.xml)
  
--- textproc_libroxml.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list