Bug 53103 - [Patch] port: chinese/celvis unfetchable distfile
Summary: [Patch] port: chinese/celvis unfetchable distfile
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-09 15:20 UTC by Serge Gagnon
Modified: 2003-06-12 10:37 UTC (History)
0 users

See Also:


Attachments
patch-celvis-distfile (927 bytes, text/plain)
2003-06-09 15:20 UTC, Serge Gagnon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Gagnon 2003-06-09 15:20:17 UTC
	o Fix MASTER_SITES
	o Change distinfo md5 checksum

	- The spare url in the Makefile doesn't works.
	- I cannot find a distfile with the same md5 that we have in distinfo
	- The new distfile's difference is:

; diff -urN old/celvis new/celvis
diff -urN old/celvis/curses.c new/celvis/curses.c
--- old/celvis/curses.c Tue Dec  8 17:54:20 1992
+++ new/celvis/curses.c Sat Sep 21 17:42:07 1991
@@ -42,7 +42,7 @@
 int    COLS;           /* :co#: number of columns */
 int    AM;             /* :am:  boolean: auto margins? */
 int    PT;             /* :pt:  boolean: physical tabs? */
-int    XN;             /* :xn:  \n ignored after wrap? */
+int    XN;             /* :xn:  boolean: \n ignored after wrap? */
 char   *VB;            /* :vb=: visible bell */
 char   *UP;            /* :up=: move cursor up */
 char   *SO;            /* :so=: standout start */
@@ -209,12 +209,6 @@
        ERASEKEY = oldsgttyb.sg_erase;
        newsgttyb = oldsgttyb;
        newsgttyb.sg_flags |= CBREAK;
-#ifdef LPASS8
-       newsgttyb.sg_flags |= LPASS8;
-#endif
-#ifdef LLITOUT
-       newsgttyb.sg_flags |= LLITOUT;
-#endif
        newsgttyb.sg_flags &= ~(CRMOD|ECHO|XTABS);
        ioctl(2, TIOCSETP, &newsgttyb);
  
;

How-To-Repeat: 
http://people.freebsd.org/~fenner/portsurvey/chinese.html#celvis
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-06-12 10:33:38 UTC
State Changed
From-To: open->feedback

You have typo in: 
+MASTER_SITES=  # http://ftp.ist.utl.pt/pub/ctan/language/chinese/chtex/ 

However the new site doesn't seem to work either: 

Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2003-06-12 10:37:25 UTC
State Changed
From-To: feedback->closed

The earlier error was only temporary 

Committed, thanks!