running adzapper fails right after install How-To-Repeat: twoface# cd /usr/ports/www/adzapper twoface# make install ... twoface# adzapper 9999 /usr/local/lib/python2.2/FCNTL.py:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl DeprecationWarning) Traceback (most recent call last): File "/usr/local/share/adzapper/adzapper.py", line 308, in ? main() File "/usr/local/share/adzapper/adzapper.py", line 259, in main ce.zaplet.set_block_popups_regex(ce.adzapper.block_popups_regex) AttributeError: adzapper_engine instance has no attribute 'block_popups_regex'
Commenting out line #259 of adzapper.py seems to make the problem go away. #ce.zaplet.set_block_popups_regex(ce.adzapper.block_popups_regex)
Class Changed From-To: maintainer-update->sw-bug accurate class
Does the Maintainer know about this problem?
On Fri, 9 May 2003, Tilman Linneweh wrote: > Does the Maintainer know about this problem? Maintainer has never heard of this problem, but will look into it. :-) - Julian -- Julian C. Dunn <julian@dreaming.org> Director of Operations, The Dreaming Electronic Community Network, Inc. e-mail: support@dreaming.org WWW: http://www.dreaming.org/
On Fri, 2003-05-09 at 06:38, Tilman Linneweh wrote: > Does the Maintainer know about this problem? It looks like the creator of this package no longer maintains it, and it hasn't been ported to Python 2. There are other, better ad zapping packages in ports, such as the adzap squid_redirect that Kris Kennaway maintains. Perhaps we should just remove this package from ports? - Julian -- [ Julian C. Dunn <jdunn@aquezada.com> * <julian@dreaming.org> ] [ WWW: http://www.aquezada.com/staff/julian/ * PGP: 0xFDC205B9 ] [ "sometimes you win, sometimes you lose / and most times ] [ you choose between the two" - carole king, "sweet seasons" ]
State Changed From-To: open->closed Port removed, thanks for your report.