View | Details | Raw Unified | Return to bug 92402 | Differences between
and this patch

Collapse All | Expand All

(-)refdb/Makefile (-5 / +11 lines)
Lines 2-13 Link Here
2
# Date created:	28 Apr 2005
2
# Date created:	28 Apr 2005
3
# Whom:		paulh@logicsquad.net
3
# Whom:		paulh@logicsquad.net
4
#
4
#
5
# $FreeBSD: ports/textproc/refdb/Makefile,v 1.4 2006/01/30 23:19:59 kuriyama Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	refdb
8
PORTNAME=	refdb
9
PORTVERSION=	0.9.6
9
PORTVERSION=	0.9.6
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	textproc
11
CATEGORIES=	textproc
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 18-31 Link Here
18
LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
18
LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
19
		dbi.0:${PORTSDIR}/databases/libdbi
19
		dbi.0:${PORTSDIR}/databases/libdbi
20
20
21
BROKEN=		Incorrect pkg-plist
22
23
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_ICONV=	yes
24
HAS_CONFIGURE=	yes
23
HAS_CONFIGURE=	yes
25
ALL_TARGET=
24
ALL_TARGET=
26
25
27
CFLAGS+=	-I${LOCALBASE}/include
26
CFLAGS+=	-I${LOCALBASE}/include
28
# Change these:
27
29
CONFIGURE_ARGS+=	--with-expat-lib=${LOCALBASE}/lib
28
CONFIGURE_ARGS+=	--with-expat-lib=${LOCALBASE}/lib
30
CONFIGURE_ARGS+=	--with-classpath-root=${PREFIX}/share/java/classes
29
CONFIGURE_ARGS+=	--with-classpath-root=${PREFIX}/share/java/classes
31
CONFIGURE_ARGS+=	--with-refdb-url=http://localhost/refdb
30
CONFIGURE_ARGS+=	--with-refdb-url=http://localhost/refdb
Lines 36-41 Link Here
36
		PGSQL	"Use PostgreSQL" off \
35
		PGSQL	"Use PostgreSQL" off \
37
		SQLITE	"Use SQLite" off \
36
		SQLITE	"Use SQLite" off \
38
		CATALOG	"Install SGML catalog" off
37
		CATALOG	"Install SGML catalog" off
38
39
MAN1=	bib2ris.1 db2ris.1 eenc.1 en2ris.1 marc2ris.1 med2ris.1 \
40
	refdb-backup.1 refdb-ms.1 refdb-restore.1 refdba.1 \
41
	refdbc.1 refdbctl.1 refdbd.1 refdbib.1 refdbjade.1 \
42
	refdbnd.1 refdbxml.1 refdbxp.1 runbib.1
43
MAN7=	RefDB.7
44
MAN8=	refdb.8 refdb.sh.8
39
45
40
.include <bsd.port.pre.mk>
46
.include <bsd.port.pre.mk>
41
47
(-)refdb/pkg-plist (-9 / +15 lines)
Lines 90-109 Link Here
90
etc/refdb/marc2risrc.example
90
etc/refdb/marc2risrc.example
91
etc/refdb/refdbxmlrc.example
91
etc/refdb/refdbxmlrc.example
92
etc/refdb/refdbdrc.example
92
etc/refdb/refdbdrc.example
93
bin/db2ris
94
bin/eenc
95
bin/en2ris
96
bin/marc2ris
97
bin/med2ris
98
bin/nmed2ris
93
bin/refdb-bug
99
bin/refdb-bug
100
bin/refdb-ms
101
bin/refdb_dos2unix
102
bin/refdb_tex2mail
103
bin/refdba
104
bin/refdbc
94
bin/refdbctl
105
bin/refdbctl
95
bin/refdbjade
96
bin/runbib
97
bin/db2ris
98
bin/refdbxml
99
bin/refdbnd
100
bin/refdbd
106
bin/refdbd
101
bin/refdbib
107
bin/refdbib
102
bin/refdbc
108
bin/refdbjade
103
bin/refdba
109
bin/refdbnd
110
bin/refdbxml
104
bin/refdbxp
111
bin/refdbxp
105
bin/nmed2ris
112
bin/runbib
106
bin/eenc
107
@dirrm share/refdb/declarations
113
@dirrm share/refdb/declarations
108
@dirrm share/refdb/dsssl/html
114
@dirrm share/refdb/dsssl/html
109
@dirrm share/refdb/dsssl/lib
115
@dirrm share/refdb/dsssl/lib

Return to bug 92402