Bug 62231 - [maintainer update] dns/dnsmasq update to version 2.2
Summary: [maintainer update] dns/dnsmasq update to version 2.2
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-01 22:30 UTC by Steven Honson
Modified: 2004-02-01 23:51 UTC (History)
0 users

See Also:


Attachments
file.diff (221 bytes, patch)
2004-02-01 22:30 UTC, Steven Honson
no flags Details | Diff
file.diff (336 bytes, patch)
2004-02-01 22:30 UTC, Steven Honson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Honson 2004-02-01 22:30:16 UTC
Update to version 2.2, version 2.1 no longer available due to major bugs under Linux. Patches to use 
/usr/local/etc for configuration files under FreeBSD have been incorporated by the author.

Fix: PORTNAME=      dnsmasq
-PORTVERSION=   2.1
+PORTVERSION=   2.2
 CATEGORIES=    dns
 MASTER_SITES=  http://www.thekelleys.org.uk/dnsmasq/

@@ -21,9 +21,6 @@
        @${REINPLACE_CMD} -e \
        's|^CC = gcc|CC?=cc|g ; \
        s|^CFLAGS = -O2|CFLAGS+=-O2|g' ${WRKSRC}/Makefile
-       ${REINPLACE_CMD} -e \
-               "s,\/etc\/dnsmasq.conf,${PREFIX}\/etc\/dnsmasq.conf,g" \
-               ${WRKSRC}/src/config.h ${WRKSRC}/dnsmasq.8

 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-02-01 23:50:59 UTC
State Changed
From-To: open->closed

Committed, thanks!