Bug 116244 - [patch] bsd.port.mk - Make USE_DISPLAY more general
Summary: [patch] bsd.port.mk - Make USE_DISPLAY more general
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: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-10 00:10 UTC by edwin
Modified: 2008-04-17 01:18 UTC (History)
0 users

See Also:


Attachments
file.diff (1.30 KB, patch)
2007-09-10 00:10 UTC, edwin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2007-09-10 00:10:02 UTC
Improve USE_DISPLAY

- USE_DISPLAY is not comments in the bsd.port.mk comment section.
- Change the behaviour a little bit after comparions with gnome@
  managed ports:
  - Do not only use it while PACKAGE_BUILDING is set, do it when
    USE_DISPLAY (port specific option) is set and DISPLAY (user
    environment) isn't set.
  - Add the DISPLAY variable to CONFIGURE_ENV and MAKE_ENV.

Fix: retrieving revision 1.582
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-10 00:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

bsd.port.mk is portmgr territory
Comment 2 edwin 2007-11-26 04:12:18 UTC
Any further questions with regarding to this patch? Or an estimate
on when it will be tested and implemented?

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |              Weblog: http://www.mavetju.org/weblog/
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-11-26 16:41:21 UTC
On Sunday 25 November 2007, Edwin Groothuis wrote:
> Any estimate on when it will be tested and implemented?

1Q 2008.  Currently we are waiting for the ABIs to be stabilized
for 6.3 and 7.0 before we can start the final package builds.
Comment 4 Florent Thoumie 2008-03-13 10:46:52 UTC
Patch looks ok to me.

The following ports could use USE_DISPLAY and some would benefit from
the changes in this patch:

deskutils/deskbar-applet
editors/openoffice.org-1.0
games/gcompris
games/gnomesudoku
math/py-matplotlib
multimedia/quodlibet
security/revelation

-- 
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2008-04-10 23:45:48 UTC
State Changed
From-To: open->analyzed

Being tested in an exprun
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-04-14 17:46:51 UTC
pav         2008-04-14 16:46:41 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.commands.mk bsd.port.mk 
  Log:
  Support @rmtry in pkg-plist, analogous to @dirrmtry but for single file rm.
  
  PR:             ports/116219
  Submitted by:   edwin
  
  Make USE_DISPLAY more general: set up virtual X server when USE_DISPLAY is
  defined and no DISPLAY variable is in environment; pass DISPLAY value in
  CONFIGURE_ENV and MAKE_ENV.
  
  PR:             ports/116244
  Submitted by:   edwin
  
  Define ${PW}.
  
  PR:             ports/119821
  Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
  
  Move SHA256, MD5, GMAKE and XMKMF to bsd.commands.mk.
  
  PR:             ports/119879
  Submitted by:   edwin
  
  Fix a build failure for ports that define their own MTREE File.
  
  PR:             ports/120200
  Submitted by:   dinoex
  
  Don't recreate mtree symlinks if they are already present.
  
  PR:             ports/121681
  Submitted by:   sobomax
  
  Fix LIB_DEPENDS for libraries whose name contains plus sign. Both intuitive and
  old escaped syntax works.
  
  PR:             ports/121741 (based on)
  Submitted by:   fjoe
  
  Disable post-install security checks if DISABLE_SECURITY_CHECK variable is
  defined.
  
  PR:             ports/122224
  Submitted by:   Bjoern Koenig <bkoenig@alpha-tierchen.de>
  
  Remove versioned Tcl/Tk categories.
  
  PR:             ports/122622
  Submitted by:   pav
  
  Revision  Changes    Path
  1.3       +17 -1     ports/Mk/bsd.commands.mk
  1.592     +31 -29    ports/Mk/bsd.port.mk
_______________________________________________
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 7 Pav Lucistnik freebsd_committer freebsd_triage 2008-04-14 17:47:06 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!
Comment 8 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-14 23:13:24 UTC
State Changed
From-To: closed->open

Over to me to document. 


Comment 9 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-14 23:13:24 UTC
Responsible Changed
From-To: portmgr->edwin

Over to me to document.
Comment 10 Pav Lucistnik freebsd_committer freebsd_triage 2008-04-15 15:36:09 UTC
FYI I've already put some words to Porter's Handbook about it

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>
Every man is as God made him, ay, and often worse. -- Miguel de
Cervantes
Comment 11 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-17 01:18:45 UTC
State Changed
From-To: open->closed

Documentation is okay