Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 18:58:29 +0700 (NOVST)
From:      Alexey Dokuchaev <danfe@regency.nsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55106: Updage graphics/svgalib to recent version and take maintainership
Message-ID:  <200307311158.h6VBwTER099903@regency.nsu.ru>
Resent-Message-ID: <200307311200.h6VC0SOF030978@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55106
>Category:       ports
>Synopsis:       Updage graphics/svgalib to recent version and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 31 05:00:28 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.8-RC i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.8-RC FreeBSD 4.8-RC #2: Fri Mar 7 17:30:50 NOVT 2003 root@regency.nsu.ru:/usr/obj/usr/src/sys/REGENCY i386
>Description:
Since sobomax@ resigned from maintaining this port, and plus 1.4.3 was
floating around for far too long, I've decided to update it and take
maintainership.  The diff attached.  As for files/, only patch-aa did
changed, and patch-doc::Makefile is no longer needed, and thus should be
removed.

Pkg-desc also needs cleanup; I'll to that in separate PR (should
immediately follow this one).
>How-To-Repeat:
N/A
>Fix:
%%%
diff -ru /usr/ports/graphics/svgalib/Makefile svgalib/Makefile
--- /usr/ports/graphics/svgalib/Makefile	Fri Mar  7 23:40:52 2003
+++ svgalib/Makefile	Thu Jul 31 18:50:52 2003
@@ -6,16 +6,17 @@
 #
 
 PORTNAME=	svgalib
-PORTVERSION=	1.4.2
-PORTREVISION=	1
+PORTVERSION=	1.4.3
+PORTREVISION=	0
 CATEGORIES=	graphics devel
 MASTER_SITES=	http://www.svgalib.org/
 
-MAINTAINER=	sobomax@FreeBSD.org
+MAINTAINER=	danfe@regency.nsu.ru
 COMMENT=	A low level console graphics library
 
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
+MANCOMPRESSED=	yes
 
 ALL_TARGET=	shared static
 
@@ -29,7 +30,7 @@
 
 .for i in 1 2 3 4 5 6 7 8 9
 .if exists(${FILESDIR}/man${i})
-MAN${i}!=	/bin/cat ${FILESDIR}/man${i}
+MAN${i}!=	${CAT} ${FILESDIR}/man${i}
 .endif
 .endfor
 
diff -ru /usr/ports/graphics/svgalib/distinfo svgalib/distinfo
--- /usr/ports/graphics/svgalib/distinfo	Fri Aug 25 16:08:00 2000
+++ svgalib/distinfo	Thu Jul 31 17:28:55 2003
@@ -1 +1 @@
-MD5 (svgalib-1.4.2.tar.gz) = 4576058f43adbc2c433aeba25603fd82
+MD5 (svgalib-1.4.3.tar.gz) = 7d2778e3beebc07dd7c74668f6887c6f
diff -ru /usr/ports/graphics/svgalib/files/patch-aa svgalib/files/patch-aa
--- /usr/ports/graphics/svgalib/files/patch-aa	Fri Aug 25 16:08:00 2000
+++ svgalib/files/patch-aa	Thu Jul 31 18:13:22 2003
@@ -1,10 +1,10 @@
---- Makefile.cfg.orig	Fri Jul 21 11:21:34 2000
-+++ Makefile.cfg	Fri Aug 25 05:05:04 2000
+--- Makefile.cfg.orig	Tue May 29 21:39:13 2001
++++ Makefile.cfg	Thu Jul 31 18:12:15 2003
 @@ -9,8 +9,8 @@
  # to n means yes!
  
  MAJOR_VER = 1
--MINOR_VER = 4.2
+-MINOR_VER = 4.3
 -VERSION = $(MAJOR_VER).$(MINOR_VER)
 +MINOR_VER = 
 +VERSION = $(MAJOR_VER)
@@ -36,12 +36,12 @@
  # like *aout/ in /etc/ld.so.conf.
  # If you want this, do not comment out the next line:
 -INSTALLAOUTLIB = installaoutcompat
-+#INSTALLAOUTLIB = installaoutcompat
++# INSTALLAOUTLIB = installaoutcompat
  
  # Comment this out if you want to keep old shared images. Old header files,
  # library stubs and static libraries CANNOT be kept in public locations
 @@ -126,20 +126,20 @@
- #INCLUDE_ET4000_DRIVER = y
+ INCLUDE_ET4000_DRIVER = y
  INCLUDE_CIRRUS_DRIVER = y
  INCLUDE_TVGA_DRIVER = y
 -#INCLUDE_OAK_DRIVER = y
@@ -69,8 +69,17 @@
  INCLUDE_MX_DRIVER = y
  INCLUDE_PARADISE_DRIVER = y
  INCLUDE_RAGE_DRIVER = y
-@@ -154,15 +154,15 @@
- #INCLUDE_ET4000_DRIVER_TEST = y
+@@ -150,7 +150,7 @@
+ INCLUDE_NEO_DRIVER = y
+ INCLUDE_R128_DRIVER = y
+ INCLUDE_G400_DRIVER = y
+-INCLUDE_FBDEV_DRIVER = y
++#INCLUDE_FBDEV_DRIVER = y
+ INCLUDE_SAVAGE_DRIVER = y
+ #
+ # Comment out any adapter you don't want to autodetect.
+@@ -158,15 +158,15 @@
+ INCLUDE_ET4000_DRIVER_TEST = y
  INCLUDE_CIRRUS_DRIVER_TEST = y
  INCLUDE_TVGA_DRIVER_TEST = y
 -#INCLUDE_OAK_DRIVER_TEST = y
@@ -92,8 +101,8 @@
  INCLUDE_CHIPS_DRIVER_TEST = y
  INCLUDE_APM_DRIVER_TEST = y
  INCLUDE_NV3_DRIVER_TEST = y
-@@ -177,7 +177,7 @@
- INCLUDE_NEO_DRIVER_TEST = y
+@@ -185,7 +185,7 @@
+ INCLUDE_SAVAGE_DRIVER_TEST = y
  
  #Might be too dangerous:
 -INCLUDE_VESA_DRIVER_TEST = y
Only in /usr/ports/graphics/svgalib/files: patch-doc::Makefile

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307311158.h6VBwTER099903>