ports/69669: Update port: dns/dnrd version 2.14

Pav Lucistnik pav at FreeBSD.org
Wed Jul 28 20:53:15 UTC 2004


Synopsis: Update port: dns/dnrd version 2.14

State-Changed-From-To: open->closed
State-Changed-By: pav
State-Changed-When: Wed Jul 28 20:16:02 GMT 2004
State-Changed-Why: 
A lot of mistakes in your submissions:

- updates to existing ports are usually submitted in diff -ruN format
  between old and new port directory. Details are in Porter's Handbook.
- man pages must be listed in MANX= macro in Makefile, not in pkg-plist
- port as you sent it does not fetch (download .tar.gz file), you used
  ${MASTER_SITE_SOURCEFORGE} but forgot to define MASTER_SITE_SUBDIR
- you forgot to provide distinfo file
- there is no USE_GNUMAKE. the macro is named USE_GMAKE
- rc script incorrectly handle default values, not allowing user to
  change dnrd_enable is quite inconvenient
- your port does not compile on FreeBSD 4.x
  - due to header inclusion problems
  - due to threading library misdetection in configure script
- your port is not prefix clean. again, necessary patching was
  present in old port
- you haven't added rc script into pkg-plist

I fixed all these issues and committed the update into CVS.

http://www.freebsd.org/cgi/query-pr.cgi?pr=69669



More information about the freebsd-ports-bugs mailing list