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

(-)devel/openzz/Makefile (-2 / +4 lines)
Lines 7-22 Link Here
7
#
7
#
8
8
9
PORTNAME=	openzz
9
PORTNAME=	openzz
10
PORTVERSION=	1.0.2
10
PORTVERSION=	1.0.4.4
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
DISTNAME=	${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
16
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
19
17
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
18
USE_LIBTOOL=	yes
21
USE_LIBTOOL=	yes
19
GNU_CONFIGURE=	yes
20
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
21
23
22
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
(-)devel/openzz/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (openzz-1.0.2.tar.gz) = fc4e36eec6744d8f4b36637bd7c09b78
1
MD5 (openzz-1.0.4-4.tar.gz) = 656d50ede005a8f1c2ca9a1daf69e473
(-)devel/openzz/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.orig	Fri Mar 29 01:04:28 2002
2
+++ configure	Wed Jun 12 00:02:26 2002
3
@@ -5058,6 +5058,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)devel/openzz/pkg-plist (-2 / +7 lines)
Lines 1-8 Link Here
1
bin/ozz
1
bin/ozz
2
include/ozz/zz.h
2
include/ozz/zz.h
3
include/ozz/zzbind.h
3
include/ozz/zzbind.h
4
@dirrm include/ozz
5
lib/libozz.a
4
lib/libozz.a
6
lib/libozz.la
7
lib/libozz.so
5
lib/libozz.so
8
lib/libozz.so.1
6
lib/libozz.so.1
7
lib/libozzi.a
8
lib/libozzi.so
9
lib/libozzi.so.1
10
lib/libtagdtor.a
11
lib/libtagdtor.so
12
lib/libtagdtor.so.0
13
@dirrm include/ozz

Return to bug 39985