Bug 107626 - [PATCH] textproc/maketeidtd is not really broken.
Summary: [PATCH] textproc/maketeidtd is not really broken.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-06 19:10 UTC by R.Mahmatkhanov
Modified: 2007-01-09 13:00 UTC (History)
0 users

See Also:


Attachments
file.diff (327 bytes, patch)
2007-01-06 19:10 UTC, R.Mahmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R.Mahmatkhanov 2007-01-06 19:10:15 UTC
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.

Fix: Patch attached with submission follows:
How-To-Repeat: Try to install port.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-06 20:08:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-09 12:58:48 UTC
miwi        2007-01-09 12:58:42 UTC

  FreeBSD ports repository

  Modified files:
    textproc/maketeidtd  Makefile 
  Log:
  - Unbreak checksum is correct
  
  PR:             ports/107626
  Submitted by:   R.Mahmatkhanov
  
  Revision  Changes    Path
  1.9       +0 -2      ports/textproc/maketeidtd/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-09 12:59:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!