#12162 closed defect (fixed)
ent needs to be updated to 20060616
Reported by: | julien.lerouge@… | Owned by: | blb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | blb@…, nox@… | |
Port: |
Description
As of 06/22, the ent port seems to be broken, the patch below makes it compile.
--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/ent/Portfile 2007-02-05 00:15:14.000000000 -0800 +++ Portfile 2007-06-22 10:06:58.000000000 -0700 @@ -22,13 +22,13 @@ use_zip yes worksrcdir ent -checksums md5 ccaa3fffd4d84d46e9b712d0c88f008c +checksums md5 9e9ff769c4816ae9f7f402984ae54790 pre-extract { extract.post_args "-d ${worksrcpath}" } -patchfiles patch-Makefile patch-randtest.c +patchfiles patch-Makefile use_configure no @@ -43,6 +43,6 @@ } variant darwin { - build.args-append CFLAGS="-O3 -DHAVE_LOG2" + build.args-append CFLAGS="-O3" }
Attachments (3)
Change History (15)
comment:1 Changed 17 years ago by nox@…
Milestone: | → Port Bugs |
---|---|
Priority: | Expected → Normal |
Summary: | ent port fails to compile → BUG: ent checksum is not valid anymore |
Version: | 1.4.40 |
comment:2 Changed 17 years ago by nox@…
comment:3 Changed 17 years ago by nox@…
Cc: | blb@… added |
---|---|
Owner: | changed from jmpp@… to blb@… |
Added maintainer to Cc.
I'll contact upstream to ask them to rename their distfile to like random-${version}. If they don't agree, we will have to host the zip file ourselves.
comment:4 Changed 17 years ago by nox@…
Cc: | nox@… added |
---|
Changed 17 years ago by nox@…
Updated to 20060616, I've also renamed the doc directory to be a little more consistent with other ports.
comment:5 Changed 17 years ago by nox@…
Well, I can't find any email address to contact them~~
By the way, it seems svn diff
dislike diff of diff files, so my ent.diff
patch is kind of broken.
comment:6 Changed 17 years ago by nox@…
Sorry, svn diff
works perfectly with diff diff... but we can't say the same thing about my poor Trac'ed brain.
comment:7 Changed 17 years ago by nox@…
Summary: | BUG: ent checksum is not valid anymore → ent needs to be updated to 20060616 |
---|
comment:8 Changed 17 years ago by blb@…
I'll attach two diffs, the first simply changes the whitespace (de-tabify). The second updates to the current archive from the source and updates the way things are built. Once both are done, files/ can be completely removed. Thanks.
Changed 17 years ago by blb@…
Attachment: | ent.diff.whitespace added |
---|
diff to original Portfile to update whitespace only
Changed 17 years ago by blb@…
Attachment: | ent.diff.update added |
---|
diff to detabified Portfile to update to current version
comment:9 follow-up: 10 Changed 17 years ago by nox@…
But... you are the port maintainer, why don't you just go ahead and commit these..?
comment:10 Changed 17 years ago by blb@…
Replying to nox@macports.org:
But... you are the port maintainer, why don't you just go ahead and commit these..?
Not every maintainer has commit access.
comment:11 Changed 16 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Updated to current (20080128) in r40789.
The problem with this port is that the software is not versioned, so the distfile may change unexceptedly.