ports/107626: [PATCH] textproc/maketeidtd is not really broken.

R.Mahmatkhanov R.Mahmatkhanov at REMOVE_THIS.SKYLINK.ru
Sat Jan 6 19:10:16 UTC 2007


>Number:         107626
>Category:       ports
>Synopsis:       [PATCH] textproc/maketeidtd is not really broken.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 06 19:10:15 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     R.Mahmatkhanov
>Release:        6.2
>Organization:
SkyLink
>Environment:
FreeBSD 6.2-PRERELEASE i386

>Description:
textproc/maketeidtd has in its Makefile "BROKEN=Checksum mismatch", but it is not really true at now: 

# cd /usr/ports/textproc/maketeidtd/
# make clean && make build
===>  Cleaning for unzip-5.52_2
===>  Cleaning for perl-5.8.8
===>  Cleaning for carthage-1.0_1
===>  Cleaning for tei-p4_3
===>  Cleaning for bison-1.75_2,1
===>  Cleaning for gmake-3.81_1
===>  Cleaning for xmlcatmgr-2.2
===>  Cleaning for m4-1.4.8_1
===>  Cleaning for gettext-0.14.5_2
===>  Cleaning for libtool-1.5.22_2
===>  Cleaning for libiconv-1.9.2_2
===>  Cleaning for maketeidtd-20020414
===>  Extracting for maketeidtd-20020414
=> MD5 Checksum OK for maketeidtd.zip.
=> SHA256 Checksum OK for maketeidtd.zip.
===>   maketeidtd-20020414 depends on executable in : unzip - found
===>   maketeidtd-20020414 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Patching for maketeidtd-20020414
===>   maketeidtd-20020414 depends on file: /usr/local/bin/perl5.8.8 - found
===>   maketeidtd-20020414 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Configuring for maketeidtd-20020414

I've remove BROKEN line. 

>How-To-Repeat:
Try to install port. 
>Fix:


Patch attached with submission follows:

--- /usr/ports/textproc/maketeidtd/Makefile	Sat Jan  6 22:10:15 2007
+++ Makefile	Sat Jan  6 22:10:31 2007
@@ -17,8 +17,6 @@
 RUN_DEPENDS=	carthage:${PORTSDIR}/textproc/carthage \
 		${LOCALBASE}/share/sgml/tei/p4/tei2.dtd:${PORTSDIR}/textproc/tei-p4
 
-BROKEN=		Checksum mismatch
-
 USE_PERL5=	yes
 USE_ZIP=	yes
 NO_BUILD=	yes

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



More information about the freebsd-ports-bugs mailing list