View | Details | Raw Unified | Return to bug 175315
Collapse All | Expand All

(-)./Makefile (-8 / +13 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	mxml
1
# Created by: Martin Wilke <miwi@FreeBSD.org>
2
# Date created:		2007-10-12
3
# Whom:			Martin Wilke <miwi@FreeBSD.org>
4
#
5
# $FreeBSD: head/textproc/mxml/Makefile 300897 2012-07-14 14:29:18Z beat $
2
# $FreeBSD: head/textproc/mxml/Makefile 300897 2012-07-14 14:29:18Z beat $
6
#
7
3
8
PORTNAME=	mxml
4
PORTNAME=	mxml
9
PORTVERSION=	2.6
5
PORTVERSION=	2.7
10
CATEGORIES=	textproc
6
CATEGORIES=	textproc
11
MASTER_SITES=	${MASTER_SITE_EASYSW}
7
MASTER_SITES=	${MASTER_SITE_EASYSW}
12
MASTER_SITE_SUBDIR=	mxml/${PORTVERSION}
8
MASTER_SITE_SUBDIR=	mxml/${PORTVERSION}
Lines 14-25 Link Here
14
MAINTAINER=	hsmtkk@gmail.com
10
MAINTAINER=	hsmtkk@gmail.com
15
COMMENT=	Small XML parsing library
11
COMMENT=	Small XML parsing library
16
12
13
LICENSE=	MXML
14
LICENSE_NAME=	Mini-XML License
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
USE_GMAKE=	yes
19
USE_GMAKE=	yes
19
USE_AUTOTOOLS=	libtool
20
USE_AUTOTOOLS=	libtool
20
USE_GNOME=	gnomehack
21
USE_GNOME=	gnomehack
21
CONFIGURE_ARGS=	--with-docdir=no
22
CONFIGURE_ARGS=	--with-docdir=no
22
MAKE_JOBS_SAFE=	yes
23
MAKE_JOBS_SAFE=	yes
24
USE_LDCONFIG=	yes
23
25
24
MAN1=	mxmldoc.1
26
MAN1=	mxmldoc.1
25
MAN3=	mxml.3
27
MAN3=	mxml.3
Lines 28-39 Link Here
28
30
29
PLIST_FILES=	bin/mxmldoc include/mxml.h \
31
PLIST_FILES=	bin/mxmldoc include/mxml.h \
30
		lib/libmxml.a \
32
		lib/libmxml.a \
33
		lib/libmxml.so lib/libmxml.so.1 lib/libmxml.so.1.5 \
31
		libdata/pkgconfig/mxml.pc
34
		libdata/pkgconfig/mxml.pc
32
35
36
.include <bsd.port.options.mk>
37
33
post-install:
38
post-install:
34
.if !defined(NOPORTDOCS)
39
.if ${PORT_OPTIONS:MDOCS}
35
	@${MKDIR} ${DOCSDIR}
40
	@${MKDIR} ${DOCSDIR}
36
	@${CP} -R ${PORTDOCS:S,^,${WRKSRC}/doc,} ${DOCSDIR}
41
	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR})
37
.endif
42
.endif
38
43
39
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mxml-2.6.tar.gz) = b0d347da1a0d5a8c9e82f66087d55cfe499728dacae563740d7e733648c69795
1
SHA256 (mxml-2.7.tar.gz) = a77200ee4c1e1cf2eb531595ec17ce31805760699d260915496c39d3388eb803
2
SIZE (mxml-2.6.tar.gz) = 254455
2
SIZE (mxml-2.7.tar.gz) = 262027
(-)./files/patch-libtool22 (-1 / +1 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	2009-07-14 23:48:58.000000000 -0500
1
--- Makefile.in.orig	2009-07-14 23:48:58.000000000 -0500
2
+++ Makefile.in	2009-07-14 23:49:34.000000000 -0500
2
+++ Makefile.in	2009-07-14 23:49:34.000000000 -0500
3
@@ -59,10 +59,10 @@
3
@@ -57,10 +57,10 @@
4
 # Install commands...
4
 # Install commands...
5
 #
5
 #
6
 
6
 
(-)./files/patch-mxmldoc.c (-10 lines)
Lines 1-10 Link Here
1
--- mxmldoc.c.orig	2009-07-25 13:08:26.603202123 +0900
2
+++ mxmldoc.c	2009-07-25 13:08:37.818332350 +0900
3
@@ -57,7 +57,6 @@
4
 #ifndef WIN32
5
 #  include <dirent.h>
6
 #  include <unistd.h>
7
-#  include <spawn.h>
8
 #  include <sys/wait.h>
9
 extern char **environ;
10
 #endif /* !WIN32 */
(-)./pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
read XML and XML-like data files in your application without
2
read XML and XML-like data files in your application without
3
requiring large non-standard libraries.
3
requiring large non-standard libraries.
4
4
5
WWW:	http://www.minixml.org/
5
WWW: http://www.minixml.org/

Return to bug 175315