ports/103103: [patch] archivers/cabextract

Gabor Kovesdan gabor at FreeBSD.org
Sun Sep 10 17:40:18 UTC 2006


>Number:         103103
>Category:       ports
>Synopsis:       [patch] archivers/cabextract
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 10 17:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
n/a
>Environment:
System: FreeBSD trillian.nitro.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Aug 19 14:56:13 UTC 2006 root at trillian.nitro.dk:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

- Don't override CONFIGURE_TARGET, it compiles without that
- Add some more PORTDOCS
- Respect MAN1PREFIX
- Bump PORTREVISION
- Take maintainership since it is an optional dependency of my amavisd-new port

>How-To-Repeat:
>Fix:

--- cabextract.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/archivers/cabextract/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	12 Apr 2005 03:24:46 -0000	1.14
+++ Makefile	10 Sep 2006 16:24:17 -0000
@@ -7,29 +7,33 @@
 
 PORTNAME=	cabextract
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.kyz.uklinux.net/downloads/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	gkovesdan at t-hosting.hu
 COMMENT=	A program to extract Microsoft cabinet (.CAB) files
 
 USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MANLANG=	"" ja
 MAN1=		cabextract.1
-PORTDOCS=	magic wince_cab_format.html wince_info wince_rename
+PORTDOCS=	magic wince_cab_format.html wince_info wince_rename \
+		AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
 PLIST_FILES=	bin/cabextract
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/doc/ja/cabextract.1 ${MANPREFIX}/man/ja/man1
+	${INSTALL_MAN} ${WRKSRC}/doc/ja/cabextract.1 ${MAN1PREFIX}/man/ja/man1
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/magic ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/wince_cab_format.html ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/src/wince_info ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/src/wince_rename ${DOCSDIR}
+.for i in AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
--- cabextract.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list