Bug 139888 - [PATCH] print/cupsddk: allow to build without X11/FLTK
Summary: [PATCH] print/cupsddk: allow to build without X11/FLTK
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: Michael Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-24 16:40 UTC by mwisnicki+freebsd
Modified: 2009-12-14 01:30 UTC (History)
1 user (show)

See Also:


Attachments
cupsddk-1.2.3_4.patch (3.18 KB, patch)
2009-10-24 16:40 UTC, mwisnicki+freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mwisnicki+freebsd 2009-10-24 16:40:04 UTC
Add option to disable linking with FLTK.
Patch taken from Gentoo.

There seems to be no functional difference with FLTK enabled or disabled.
Actually, I couldn't find any reference to fltk in cupsddk sources, so maybe
the option should default to OFF.

Added file(s):
- files/patch-configure.in

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-24 16:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 mwisnicki+freebsd 2009-12-12 15:57:46 UTC
On Sat, Oct 24, 2009 at 16:40,  <FreeBSD-gnats-submit@freebsd.org> wrote:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D139888
>
>>Category: =A0 =A0 =A0 ports
>>Responsible: =A0 =A0freebsd-ports-bugs
>>Synopsis: =A0 =A0 =A0 [PATCH] print/cupsddk: allow to build without X11/F=
LTK
>>Arrival-Date: =A0 Sat Oct 24 15:40:04 UTC 2009
>

It's been almost 2 months - can someone commit this ?
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-12-14 01:20:12 UTC
ahze        2009-12-14 01:19:55 UTC

  FreeBSD ports repository

  Modified files:
    print/cupsddk        Makefile pkg-plist 
  Added files:
    print/cupsddk/files  patch-configure.in 
  Log:
  Make x11 optional
  
  PR:             ports/139888
  Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
  
  Revision  Changes    Path
  1.8       +13 -4     ports/print/cupsddk/Makefile
  1.1       +27 -0     ports/print/cupsddk/files/patch-configure.in (new)
  1.4       +1 -0      ports/print/cupsddk/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 4 Michael Johnson freebsd_committer freebsd_triage 2009-12-14 01:20:15 UTC
State Changed
From-To: open->closed

Committed, Thanks!