Opened 17 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

ent.diff (2.5 KB) - added by nox@… 17 years ago.
Updated to 20060616, I've also renamed the doc directory to be a little more consistent with other ports.
ent.diff.whitespace (2.6 KB) - added by blb@… 16 years ago.
diff to original Portfile to update whitespace only
ent.diff.update (1.1 KB) - added by blb@… 16 years ago.
diff to detabified Portfile to update to current version

Download all attachments as: .zip

Change History (15)

comment:1 Changed 17 years ago by nox@…

Milestone: Port Bugs
Priority: ExpectedNormal
Summary: ent port fails to compileBUG: ent checksum is not valid anymore
Version: 1.4.40

comment:2 Changed 17 years ago by nox@…

The problem with this port is that the software is not versioned, so the distfile may change unexceptedly.

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@…

Attachment: ent.diff added

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 16 years ago by nox@…

Summary: BUG: ent checksum is not valid anymoreent needs to be updated to 20060616

comment:8 Changed 16 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 16 years ago by blb@…

Attachment: ent.diff.whitespace added

diff to original Portfile to update whitespace only

Changed 16 years ago by blb@…

Attachment: ent.diff.update added

diff to detabified Portfile to update to current version

comment:9 Changed 16 years ago by nox@…

But... you are the port maintainer, why don't you just go ahead and commit these..?

comment:10 in reply to:  9 Changed 16 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 15 years ago by blb@…

Resolution: fixed
Status: newclosed

Updated to current (20080128) in r40789.

comment:12 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.