Bug 169666 - [PATCH] news/inn: add options for OpenSSL and GnuPG
Summary: [PATCH] news/inn: add options for OpenSSL and GnuPG
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-05 19:20 UTC by Hung-te Liang
Modified: 2012-07-07 13:40 UTC (History)
1 user (show)

See Also:


Attachments
inn-2.5.2.patch (8.17 KB, patch)
2012-07-05 19:20 UTC, Hung-te Liang
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-te Liang 2012-07-05 19:20:09 UTC
- Add options for OpenSSL (for those who don't need) and GnuPG (pgpverify)
- TCL is no longer supported.
- Use new option framework.
- Change MASTER_SITES back to MASTER_SITE_ISC.
- USE_PYTHON implies inclusion of bsd.python.mk.
- FreeBSD' make recognizes system V like include directives undocumentedly, so GMake is not necessary.
- There are no --with-max-socket, --with-etc-dir and --with-datarootdirdir in configure.
- empty({PORT_OPTIONS:MTAGGED_HASH) NOT implies LARGE_FILES.
- For reducing portlint warnings, move *_DEPENDS localtion in Makefile and use dirmtry in pkg-plist

Modified files:
 Makefile
 pkg-plist

Port maintainer (fluffy@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-05 19:20:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fluffy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-07 13:34:32 UTC
fluffy      2012-07-07 12:34:18 UTC

  FreeBSD ports repository

  Modified files:
    news/inn             Makefile pkg-plist 
  Log:
  - Add options for OpenSSL (for those who don't need) and GnuPG (pgpverify)
  - TCL is no longer supported.
  - Use new option framework.
  - USE_PYTHON implies inclusion of bsd.python.mk.
  - There are no --with-max-socket, --with-etc-dir and --with-datarootdirdir in configure.
  - empty({PORT_OPTIONS:MTAGGED_HASH) NOT implies LARGE_FILES.
  - Add missed files to plist
  
  PR:             169666
  Submitted by:   Hung-te Liang <lhd AT cs DOT nctu DOT edu DOT tw>
  
  Revision  Changes    Path
  1.101     +47 -50    ports/news/inn/Makefile
  1.30      +21 -0     ports/news/inn/pkg-plist
_______________________________________________
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 3 Dima Panov freebsd_committer freebsd_triage 2012-07-07 13:34:43 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!