#7056 closed update (later)
UPDATE: emacs-devel-22.0.50.1-20051224
Reported by: | tatyana@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | jmpp@… | |
Port: |
Description (last modified by jmpalacios (Juan Manuel Palacios))
Unfortunately, all I can download (via cvs) is a broken source code. Possibly this problem is caused by the difference between local time and UTC. (FYI, my timezone is GMT+9.)
This is the error log. http://www.miko.org/~tatyana/temp_public/2006/02/04/emacs-devel/errorlog.txt
Attachments (1)
Change History (7)
Changed 19 years ago by tatyana@…
Attachment: | Portfile.diff added |
---|
comment:1 Changed 19 years ago by jmpp@…
Cc: | jmpp@… added |
---|
I'm wary about the the redefinition of "cvs.date", though I haven't tested this so my guess is not too educated. What are the results?
Also, in my last commit to the port I deleted all the following lines:
file delete ${destroot}${prefix}/info/dir file delete ${destroot}${prefix}/share/info file rename ${destroot}${prefix}/info ${destroot}${prefix}/share/info file delete -force ${destroot}${prefix}/share/man file rename ${destroot}${prefix}/man ${destroot}${prefix}/share/man
And replaced them with appropriate configure.args arguments, thus letting our base code take care of the info/dir file issue and man pages compression. Any reason why you added them back?
-jmpp
comment:2 Changed 19 years ago by tatyana@…
(In reply to comment #2)
I'm wary about the the redefinition of "cvs.date", though I haven't tested this so my guess is not too educated. What are the results?
If your system timezone is set to JST (Japan Standard Time), "cvs co -D 20051224" is equivalent to "cvs co -D 20051224 JST". i.e. "-D 2005-12-23 15:00:00 UTC". Is that OK?
So, Pleace check out emacs source tree by specifying a date tag eg.) $ cvs -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co -D "2005-12-23 15:00:00 UTC" emacs
And you'll find the downloaded source tree is broken. You won't be able to build it.
Also, in my last commit to the port I deleted all the following lines:
file delete ${destroot}${prefix}/info/dir file delete ${destroot}${prefix}/share/info file rename ${destroot}${prefix}/info ${destroot}${prefix}/share/info file delete -force ${destroot}${prefix}/share/man file rename ${destroot}${prefix}/man ${destroot}${prefix}/share/man
And replaced them with appropriate configure.args arguments, thus letting our base code take care of the info/dir file issue and man pages compression. Any reason why you added them back?
Please check the result of "port contents emacs-cvs". It doesn't contain any info/man files, don't you?
comment:3 Changed 19 years ago by tatyana@…
Resolution: | → later |
---|---|
Status: | new → closed |
comment:4 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Description: | modified (diff) |
---|---|
Milestone: | → Port Updates |
comment:5 Changed 16 years ago by jmroot (Joshua Root)
Type: | defect → update |
---|
Portfile.diff