aboutsummaryrefslogtreecommitdiffstats
path: root/games/urban/files/patch-src::gfx::ggidrv.cc
blob: 99d59f2c005ecd4ad77e4900426f7a4f543510d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- src/gfx/ggidrv.cc.orig  Sun Jan 25 03:56:28 2004
+++ src/gfx/ggidrv.cc   Sun Jan 25 03:57:34 2004
@@ -383,7 +383,7 @@
 }
 /**************************************************************************/
 int set_palette(PALETTE p) {
-   struct ggi_color pal[256];
+   ggi_color pal[256];
    int i;
 
         for(i=0;i<256;i++) {
@@ -398,7 +398,7 @@
 };
 /**************************************************************************/
 void get_palette(PALETTE p) {
-   struct ggi_color pal[256];
+   ggi_color pal[256];
    int i;
 
         ggiGetPalette(screen->vis, 0, 1 << 8, pal);
@@ -715,7 +715,7 @@
 }
 /**************************************************************************/
 int set_color(int i, RGB *rgb) {
-   struct ggi_color Color;
+   ggi_color Color;
 
         Color.r = rgb->r << 10;
         Color.g = rgb->g << 10;
/curl?h=gstreamer&id=3352519f335173fc0b9e1624c1df6f927d1f49a7'>Well, yeah, leave it to me to test an update and all dependent ports,roam2009-06-151-1/+2 * Update to curl-7.19.5.roam2009-05-199-31/+68 * - Mark MAKE_JOBS_SAFEpav2009-05-151-0/+1 * Update to curl-7.19.4, which fixes a redirection vulnerability.roam2009-03-0714-182/+101 * Apply a band-aid to fix the build without proxy support.roam2009-01-262-0/+54 * At long last, update the curl port to its almost-current version, 7.19.2.roam2009-01-2322-1463/+91 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * Argh. The cURL build requires Perl.roam2008-04-241-0/+1 * Update to curl-7.18.0.roam2008-04-2320-719/+1724 * - Chase security/gnutls shlib version bumpnovel2008-03-031-0/+1 * Update to curl-7.16.3.roam2007-08-277-91/+685 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 * Actually, at least this version of cURL sometimes breaks with the newroam2007-07-111-0/+1 * - Chase libssh2 updatepav2007-07-111-1/+1 * Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-0/+1 * Update to curl 7.16.1, loosely based on the PR. Also:roam2007-03-094-14/+31 * - Chase security/gnutls updatenovel2007-01-021-0/+1 * Update the ftp/curl port to 7.16.0.roam2006-12-134-12/+14 * If c-ares support is requested, properly depend on the shared c-aresroam2006-11-081-1/+2 * Update to cURL 7.15.5 and integrate Scot Hetzel's patch forroam2006-09-184-33/+23 * Add an explicit knob for c-ares support now that we have Daniel's versionroam2006-07-141-1/+20 * Update to 7.15.4, mostly by Vasil Dimov's PR.roam2006-07-134-19/+59 * Remove USE_REINPLACE from all categories starting with Fedwin2006-05-071-1/+0 * Update from 7.15.1 to 7.15.3vd2006-03-204-16/+5 * Chase gnutls update.novel2006-01-101-0/+1 * Update to 7.15.1 [1]mnag2005-12-093-25/+27 * Move IDN related ports from devel to dns category:pav2005-11-131-1/+1 * Update to 7.15.0, which contains a security fix, among other changes.roam2005-10-153-4/+4 * Update to 7.14.1.roam2005-09-064-12/+16 * - Update to 7.14.0pav2005-06-064-8/+24 * Fix plist.krion2005-03-152-5/+8 * Update to curl 7.13.1, which also takes care of the recent securityroam2005-03-126-64/+27 * Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob.roam2004-12-221-4/+13 * Repeat after me: testing the build on lots of machines is not an excuseroam2004-12-212-0/+3 * Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).roam2004-12-216-12/+71 * Update to 7.12.1, which is mainly an important bugfix release, but alsoroam2004-08-103-7/+15 * Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-045-38/+36 * Update to curl 7.11.1.roam2004-04-094-15/+14 * Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.roam2004-03-272-2/+5 * Update curl to 7.11.0.roam2004-02-062-2/+3 * Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.roam2003-12-136-212/+214 * Mark BROKEN on 64-bit arches (1).roam2003-09-101-2/+7 * Update to curl-7.10.7; the added patch is needed to actually getroam2003-09-026-26/+41 * Use bsd.port.mk's OpenSSL support.roam2003-09-011-1/+3 * Fix LP64 bugs and bump PORTREVISION. This still detects the boguskris2003-06-165-0/+50 * Update to curl-7.10.5.roam2003-06-062-2/+2 * Update to 7.10.4.roam2003-04-253-9/+3 * - Use bsd.openssl.mkdinoex2003-04-161-1/+1 * Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSLroam2003-03-051-6/+8 * Remove pkg-comment files in my ports.roam2003-02-202-1/+1 * Add a .netrc handling patch from the cURL CVS repository.roam2003-01-222-0/+7 * Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.roam2003-01-171-1/+2 * Update to curl-7.10.3. There is a minor problem with the lib503 androam2003-01-152-2/+2 * Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.roam2003-01-034-3/+182 * Update to 7.9.8.roam2002-07-026-84/+2 * Fix a segfault in an IPv4-only case - realloc() may really, well,roam2002-06-253-1/+47 * Bump PORTREVISION for bugfixes just committed.kris2002-06-071-0/+1 * Correct some non-exploitable format string errors and an extraneouskris2002-06-072-0/+38 * Update to curl-7.9.7.roam2002-05-223-2/+12 * Update to 7.9.6.roam2002-04-163-9/+7 * Now that the pkg_install tools know how to handle symlinks,roam2002-02-222-1/+2 * Update to 7.9.2.roam2001-12-152-4/+8 * Update to 7.9.1, add a 'test' target to run the curl suite tests.roam2001-11-052-13/+6 * Update to 7.9.roam2001-10-052-5/+5 * Update to 7.8.1, which should, among other changes, fix the POSTroam2001-09-012-5/+8 * Add the ipv6 category.roam2001-07-191-1/+1 * Update to 7.8, which is needed by www/mod_php4 now.roam2001-06-262-3/+6 * Update to 7.7.3, with fingers crossed hoping the minor API change doesroam2001-06-082-3/+3 * Update the WWW line; curl has been at curl.haxx.se for quite some time now;roam2001-05-091-1/+1 * Update to 7.7.2roam2001-04-253-3/+7 * Remove two dead sites that the distfile checking scripts complained aboutroam2001-04-091-2/+0 * Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6roam2001-04-062-3/+4 * Update to 7.6.1. Besides a couple of bugfixes (most notably toroam2001-02-232-2/+2 * Update to 7.6 and format the MAN3 list better.roam2001-01-312-3/+8 * Update to 7.5.2.roam2001-01-052-2/+2 * Update to 7.5.1 - a bugfix release mainly for a -o outfname parsing bug,roam2000-12-122-2/+2 * Update to version 7.5.roam2000-12-052-3/+3 * Take over maintainershiproam2000-11-251-1/+1 * Upgrade to curl 7.4.2kris2000-11-194-36/+2 * Update to curl 7.4.1. Adds Kerberos support.kris2000-10-304-6/+45 * Oops, I forgot to commit this patch to make WITH_SSL compile again.kris2000-09-241-3/+1 * Update all ports using OpenSSL and RSA to work without rsaref sincekris2000-09-221-9/+2 * Upgrade to curl 7.2.1kris2000-09-043-2/+20 * Add a manpage to MAN1kris2000-06-031-0/+2 * whitespace nitsmharo2000-04-221-3/+3 * Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-1/+1 * PORTNAME/PORTVERSION stuffmharo2000-04-121-2/+3 * Update WWWkris2000-04-04