Date: Fri, 20 Sep 2013 03:12:14 +0800 (CST) From: Hung-Yi Chen <gaod@hychen.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/182234: [MAINTAINER] textproc/libroxml: fix compatibility for fbsd 10 Message-ID: <201309191912.r8JJCERH054009@cse.tw> Resent-Message-ID: <201309191930.r8JJU3PL010010@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309191912.r8JJCERH054009>