View | Details | Raw Unified | Return to bug 55106
Collapse All | Expand All

(-)svgalib/Makefile (-4 / +5 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	svgalib
8
PORTNAME=	svgalib
9
PORTVERSION=	1.4.2
9
PORTVERSION=	1.4.3
10
PORTREVISION=	1
10
PORTREVISION=	0
11
CATEGORIES=	graphics devel
11
CATEGORIES=	graphics devel
12
MASTER_SITES=	http://www.svgalib.org/
12
MASTER_SITES=	http://www.svgalib.org/
13
13
14
MAINTAINER=	sobomax@FreeBSD.org
14
MAINTAINER=	danfe@regency.nsu.ru
15
COMMENT=	A low level console graphics library
15
COMMENT=	A low level console graphics library
16
16
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
INSTALLS_SHLIB=	yes
18
INSTALLS_SHLIB=	yes
19
MANCOMPRESSED=	yes
19
20
20
ALL_TARGET=	shared static
21
ALL_TARGET=	shared static
21
22
Lines 29-35 Link Here
29
30
30
.for i in 1 2 3 4 5 6 7 8 9
31
.for i in 1 2 3 4 5 6 7 8 9
31
.if exists(${FILESDIR}/man${i})
32
.if exists(${FILESDIR}/man${i})
32
MAN${i}!=	/bin/cat ${FILESDIR}/man${i}
33
MAN${i}!=	${CAT} ${FILESDIR}/man${i}
33
.endif
34
.endif
34
.endfor
35
.endfor
35
36
(-)svgalib/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (svgalib-1.4.2.tar.gz) = 4576058f43adbc2c433aeba25603fd82
1
MD5 (svgalib-1.4.3.tar.gz) = 7d2778e3beebc07dd7c74668f6887c6f
(-)svgalib/files/patch-aa (-9 / +18 lines)
Lines 1-10 Link Here
1
--- Makefile.cfg.orig	Fri Jul 21 11:21:34 2000
1
--- Makefile.cfg.orig	Tue May 29 21:39:13 2001
2
+++ Makefile.cfg	Fri Aug 25 05:05:04 2000
2
+++ Makefile.cfg	Thu Jul 31 18:12:15 2003
3
@@ -9,8 +9,8 @@
3
@@ -9,8 +9,8 @@
4
 # to n means yes!
4
 # to n means yes!
5
 
5
 
6
 MAJOR_VER = 1
6
 MAJOR_VER = 1
7
-MINOR_VER = 4.2
7
-MINOR_VER = 4.3
8
-VERSION = $(MAJOR_VER).$(MINOR_VER)
8
-VERSION = $(MAJOR_VER).$(MINOR_VER)
9
+MINOR_VER = 
9
+MINOR_VER = 
10
+VERSION = $(MAJOR_VER)
10
+VERSION = $(MAJOR_VER)
Lines 36-47 Link Here
36
 # like *aout/ in /etc/ld.so.conf.
36
 # like *aout/ in /etc/ld.so.conf.
37
 # If you want this, do not comment out the next line:
37
 # If you want this, do not comment out the next line:
38
-INSTALLAOUTLIB = installaoutcompat
38
-INSTALLAOUTLIB = installaoutcompat
39
+#INSTALLAOUTLIB = installaoutcompat
39
+# INSTALLAOUTLIB = installaoutcompat
40
 
40
 
41
 # Comment this out if you want to keep old shared images. Old header files,
41
 # Comment this out if you want to keep old shared images. Old header files,
42
 # library stubs and static libraries CANNOT be kept in public locations
42
 # library stubs and static libraries CANNOT be kept in public locations
43
@@ -126,20 +126,20 @@
43
@@ -126,20 +126,20 @@
44
 #INCLUDE_ET4000_DRIVER = y
44
 INCLUDE_ET4000_DRIVER = y
45
 INCLUDE_CIRRUS_DRIVER = y
45
 INCLUDE_CIRRUS_DRIVER = y
46
 INCLUDE_TVGA_DRIVER = y
46
 INCLUDE_TVGA_DRIVER = y
47
-#INCLUDE_OAK_DRIVER = y
47
-#INCLUDE_OAK_DRIVER = y
Lines 69-76 Link Here
69
 INCLUDE_MX_DRIVER = y
69
 INCLUDE_MX_DRIVER = y
70
 INCLUDE_PARADISE_DRIVER = y
70
 INCLUDE_PARADISE_DRIVER = y
71
 INCLUDE_RAGE_DRIVER = y
71
 INCLUDE_RAGE_DRIVER = y
72
@@ -154,15 +154,15 @@
72
@@ -150,7 +150,7 @@
73
 #INCLUDE_ET4000_DRIVER_TEST = y
73
 INCLUDE_NEO_DRIVER = y
74
 INCLUDE_R128_DRIVER = y
75
 INCLUDE_G400_DRIVER = y
76
-INCLUDE_FBDEV_DRIVER = y
77
+#INCLUDE_FBDEV_DRIVER = y
78
 INCLUDE_SAVAGE_DRIVER = y
79
 #
80
 # Comment out any adapter you don't want to autodetect.
81
@@ -158,15 +158,15 @@
82
 INCLUDE_ET4000_DRIVER_TEST = y
74
 INCLUDE_CIRRUS_DRIVER_TEST = y
83
 INCLUDE_CIRRUS_DRIVER_TEST = y
75
 INCLUDE_TVGA_DRIVER_TEST = y
84
 INCLUDE_TVGA_DRIVER_TEST = y
76
-#INCLUDE_OAK_DRIVER_TEST = y
85
-#INCLUDE_OAK_DRIVER_TEST = y
Lines 92-99 Link Here
92
 INCLUDE_CHIPS_DRIVER_TEST = y
101
 INCLUDE_CHIPS_DRIVER_TEST = y
93
 INCLUDE_APM_DRIVER_TEST = y
102
 INCLUDE_APM_DRIVER_TEST = y
94
 INCLUDE_NV3_DRIVER_TEST = y
103
 INCLUDE_NV3_DRIVER_TEST = y
95
@@ -177,7 +177,7 @@
104
@@ -185,7 +185,7 @@
96
 INCLUDE_NEO_DRIVER_TEST = y
105
 INCLUDE_SAVAGE_DRIVER_TEST = y
97
 
106
 
98
 #Might be too dangerous:
107
 #Might be too dangerous:
99
-INCLUDE_VESA_DRIVER_TEST = y
108
-INCLUDE_VESA_DRIVER_TEST = y

Return to bug 55106