Bug 112922

Summary: sysutils/915resolution update to 0.5.3
Product: Ports & Packages Reporter: Yarema <yds>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: MrL0Lz
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Yarema 2007-05-24 03:20:03 UTC
Simple port update from 0.5.2 to 0.5.3
Added RCng script in files files/915resolution.sh.in
Notei: RCng variables are named with an "i" prefix
because shell variables cannot begin with a digit:

i915resolution_enable="YES"	# Enable hacking VBIOS resolution (YES/NO)
i915resolution_modes="3c 4d 5c"	# Space separated list of modes to set
i915resolution_width="1920"	# the horisontal resolution in pixels
i915resolution_hight="1080"	# the vertical resolution in pixels

PORTDOCS=	README.txt chipset_info.txt
are now also installed and honour the NOPORTDOCS definition.

How-To-Repeat: cd /usr/ports/sysutils/915resolution/ && make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-24 03:20:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 David Thiel 2007-05-30 02:03:28 UTC
The word "height" is typoed as "hight" in your patch.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-07-09 16:56:47 UTC
tdb         2007-07-09 15:56:36 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/915resolution Makefile distinfo 
    sysutils/915resolution/files patch-915resolution.c 
  Added files:
    sysutils/915resolution/files 915resolution.sh.in 
  Log:
  - Update to 0.5.3 [1]
  - Install docs [1]
  - Add RC script: [1]
  
  i915resolution_enable="YES"     # Enable hacking VBIOS resolution (YES/NO)
  i915resolution_modes="3c 4d 5c" # Space separated list of modes to set
  i915resolution_width="1920"     # the horisontal resolution in pixels
  i915resolution_hight="1080"     # the vertical resolution in pixels
  
  - Drop ALL_TARGET when using do-build
  - Mark broken on < 6 since port uses memmem function
  
  PR:             ports/112922 [1]
  Submitted by:   Yarema <yds@CoolRat.org> [1]
  Approved by:    maintainer timeout (46 days)
  
  Revision  Changes    Path
  1.6       +13 -6     ports/sysutils/915resolution/Makefile
  1.4       +3 -3      ports/sysutils/915resolution/distinfo
  1.1       +44 -0     ports/sysutils/915resolution/files/915resolution.sh.in (new)
  1.2       +59 -59    ports/sysutils/915resolution/files/patch-915resolution.c
_______________________________________________
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 Tim Bishop freebsd_committer freebsd_triage 2007-07-09 16:57:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!