pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxml2 Introduce a Makefile.common so we can...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2223648e7a7
branches:  trunk
changeset: 347717:a2223648e7a7
user:      pgoyette <pgoyette%pkgsrc.org@localhost>
date:      Fri May 27 23:51:10 2016 +0000

description:
Introduce a Makefile.common so we can share it with textproc/py-libxml2

diffstat:

 textproc/libxml2/Makefile        |   9 ++-------
 textproc/libxml2/Makefile.common |  13 +++++++++++++
 2 files changed, 15 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 1f8516aab0f8 -r a2223648e7a7 textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Fri May 27 23:30:51 2016 +0000
+++ b/textproc/libxml2/Makefile Fri May 27 23:51:10 2016 +0000
@@ -1,12 +1,7 @@
-# $NetBSD: Makefile,v 1.141 2016/05/24 12:00:08 he Exp $
+# $NetBSD: Makefile,v 1.142 2016/05/27 23:51:10 pgoyette Exp $
 
-DISTNAME=      libxml2-2.9.4
-CATEGORIES=    textproc
-MASTER_SITES=  ftp://xmlsoft.org/libxml2/ \
-               http://xmlsoft.org/sources/
+.include "../../textproc/libxml2/Makefile.common"
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://xmlsoft.org/
 COMMENT=       XML parser library from the GNOME project
 LICENSE=       modified-bsd
 
diff -r 1f8516aab0f8 -r a2223648e7a7 textproc/libxml2/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libxml2/Makefile.common  Fri May 27 23:51:10 2016 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile.common,v 1.1 2016/05/27 23:51:10 pgoyette Exp $
+
+# Used by:
+#      textproc/libxml2/Makefile
+#      textproc/py-libxml2/Makefile
+
+DISTNAME=      libxml2-2.9.4
+CATEGORIES=    textproc
+MASTER_SITES=  ftp://xmlsoft.org/libxml2/ \
+               http://xmlsoft.org/sources/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://xmlsoft.org/



Home | Main Index | Thread Index | Old Index