Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1546 closed defect (invalid)

neon 0.24.4 won't install

Reported by: garry@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

instead of installing the script launches a mad search for the patchfile "patch-configure" e.g.

curl http://www.webdav.org/neon/patch-configure

the said patchfile seems to be missing from the dports/.../neon/files directory (using cvs updated files).

where's it gone?

Change History (1)

comment:1 Changed 20 years ago by danielluke (Daniel J. Luke)

Resolution: invalid
Status: newclosed

Looks like your dports cvs checkout may be broken. It's there in a fresh checkout on my machine:

% cvs -d :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od co dports/www/neon 
cvs server: Updating dports/www/neon
U dports/www/neon/Portfile
cvs server: Updating dports/www/neon/files
U dports/www/neon/files/patch-configure
[gandalf:~] dluke% cat dports/www/neon/files/patch-configure 
--- configure.orig      Mon Dec 29 10:24:21 2003
+++ configure   Mon Dec 29 10:24:33 2003
@@ -5553,7 +5553,7 @@
       ;;
 
     darwin* | rhapsody*)
-    if test "$GXX" = yes ; then
+    if test "$GCC" = yes ; then
       archive_cmds_need_lc=no
       case "$host_os" in
       rhapsody* | darwin1.[012])
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)
Note: See TracTickets for help on using tickets.