Bug 169054 - Can't install irc/eggdrop
Summary: Can't install irc/eggdrop
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-14 09:40 UTC by James Wade
Modified: 2012-06-14 22:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Wade 2012-06-14 09:40:01 UTC
I'm currently getting this error when I try to install eggdrop on FreeBSD:

[root@amber ~]# cd /usr/ports/irc/eggdrop && make install
===>  License GPLv2 accepted by the user
===>  Found saved configuration for eggdrop-1.6.19
===>  Extracting for eggdrop-1.6.20_1
=> SHA256 Checksum OK for eggdrop1.6.20.tar.bz2.
=> SHA256 Checksum OK for eggdrop-1.6.20-ssl.zip.
tar: Unrecognized archive format: Inappropriate file type or format
*** Error code 1

Stop in /usr/ports/irc/eggdrop.
*** Error code 1

Stop in /usr/ports/irc/eggdrop.

Fix: 

Changes need to be made in the Makefile so that it uses unzip on the .zip file rather than tar.
How-To-Repeat: cd /usr/ports/irc/eggdrop && make install
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-06-14 13:19:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Fix Synopsis and assign.
Comment 2 nfhm2k 2012-06-14 19:00:39 UTC
The bigger issue here is the SSL patch, it's unofficial.

The advise from the vendor is that using SSL patches are a bad idea.

http://www.eggheads.org/news/2011/05/25/39

Instead the port should switch to eggdrop1.8-snapshot (development but,
supports SSL) or eggdrop1.6.20 (latest but, no SSL support).

I tried to contact beech@freebsd.org, but received no reply, has this port
become unmaintained?
Comment 3 James Wade 2012-06-14 19:05:34 UTC
The bigger issue here is the SSL patch, it's unofficial.

The advise from the vendor is that using SSL patches are a bad idea.

http://www.eggheads.org/news/2011/05/25/39

Instead the port should switch to eggdrop1.8-snapshot (development but, 
supports SSL) or eggdrop1.6.20 (latest but, no SSL support).

I tried to contact beech@freebsd.org <mailto:beech@freebsd.org>, but 
received no reply, has this port become unmaintained?
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-06-14 22:27:48 UTC
beech       2012-06-14 21:27:38 UTC

  FreeBSD ports repository

  Modified files:
    irc/eggdrop          Makefile distinfo 
  Removed files:
    irc/eggdrop/files    patch-src__mod__Makefile.in 
                         patch-src_tclhash.c 
  Log:
  - Update to 1.6.21
  
  - Note: The ssl patch has been removed and no longer supported upstream.
    The new eggdrop-devel is experimental, but has ssl support.
  
  PR:             ports/169054
  Submitted by:   James Wade <james.wade@phurix.co.uk>
  
  Revision  Changes    Path
  1.33      +4 -24     ports/irc/eggdrop/Makefile
  1.11      +2 -4      ports/irc/eggdrop/distinfo
  1.2       +0 -11     ports/irc/eggdrop/files/patch-src__mod__Makefile.in (dead)
  1.2       +0 -21     ports/irc/eggdrop/files/patch-src_tclhash.c (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2012-06-14 22:28:39 UTC
State Changed
From-To: open->closed

Committed update, Thanks!