Bug 119919 - port print/cups-base add PAM support option to Makefile
Summary: port print/cups-base add PAM support option to Makefile
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-23 10:30 UTC by Willy Offermans
Modified: 2008-01-24 07:48 UTC (History)
1 user (show)

See Also:


Attachments
Makefile.diff (1.41 KB, patch)
2008-01-23 10:30 UTC, Willy Offermans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Willy Offermans 2008-01-23 10:30:01 UTC
	PAM support for print/cups-base should be enabled by default. It should be possible to set this option by running make config. The included diff file can be patched against the current Makefile to make this possible.

Fix: Simply change to the print/cups-base directory and apply the following patch like patch < Makefile.diff
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-23 10:30:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-23 16:01:10 UTC
dinoex      2008-01-23 16:00:57 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-base      Makefile pkg-plist 
  Log:
  - add option DNSSD to make config
  
  - new option WITH_PAM
  PR:             119919
  Submitted by:   Willy Offermans
  
  Revision  Changes    Path
  1.85      +12 -2     ports/print/cups-base/Makefile
  1.42      +1 -0      ports/print/cups-base/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 Dirk Meyer freebsd_committer freebsd_triage 2008-01-24 07:48:29 UTC
State Changed
From-To: open->closed

committed with small changes, thanks.