[23382] trunk
source_changes at macosforge.org
source_changes at macosforge.org
Fri Mar 30 06:29:47 PDT 2007
Revision: 23382
http://trac.macosforge.org/projects/macports/changeset/23382
Author: dluke at macports.org
Date: 2007-03-30 06:29:47 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
Patch lynx to build even when gd2 is installed (and remove an obsolete patchfile from the files/ dir).
Modified Paths:
--------------
trunk/dports/www/lynx/Portfile
Added Paths:
-----------
trunk/dports/www/lynx/files/patch-LYCharSets.c
Removed Paths:
-------------
trunk/dports/www/lynx/files/patch-configure
Property Changed:
----------------
trunk/
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
f2dd1c64-7982-4318-98ce-263798263e0a:/local:23520
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:23350
+ 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
f2dd1c64-7982-4318-98ce-263798263e0a:/local:23558
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:23350
Modified: trunk/dports/www/lynx/Portfile
===================================================================
--- trunk/dports/www/lynx/Portfile 2007-03-30 07:50:49 UTC (rev 23381)
+++ trunk/dports/www/lynx/Portfile 2007-03-30 13:29:47 UTC (rev 23382)
@@ -29,3 +29,4 @@
configure.args --mandir=${prefix}/share/man \
--with-ssl=${prefix}
+patchfiles patch-LYCharSets.c
Added: trunk/dports/www/lynx/files/patch-LYCharSets.c
===================================================================
--- trunk/dports/www/lynx/files/patch-LYCharSets.c (rev 0)
+++ trunk/dports/www/lynx/files/patch-LYCharSets.c 2007-03-30 13:29:47 UTC (rev 23382)
@@ -0,0 +1,11 @@
+--- src/LYCharSets.c.orig 2007-03-30 09:19:48.000000000 -0400
++++ src/LYCharSets.c 2007-03-30 09:20:09.000000000 -0400
+@@ -870,7 +870,7 @@
+ */
+ UCode_t HTMLGetEntityUCValue(const char *name)
+ {
+-#include <entities.h>
++#include "chrtrans/entities.h"
+
+ UCode_t value = 0;
+ size_t i, high, low;
Deleted: trunk/dports/www/lynx/files/patch-configure
===================================================================
--- trunk/dports/www/lynx/files/patch-configure 2007-03-30 07:50:49 UTC (rev 23381)
+++ trunk/dports/www/lynx/files/patch-configure 2007-03-30 13:29:47 UTC (rev 23382)
@@ -1,11 +0,0 @@
---- lynx/configure.orig Wed Feb 4 07:07:09 2004
-+++ lynx/configure Sun Dec 5 05:17:08 2004
-@@ -4473,6 +4473,8 @@
-
-
- case $host_os in #(vi
-+darwin8*) #(vi
-+ ;;
- freebsd*) #(vi
- CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600"
- ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070330/de529c26/attachment.html
More information about the macports-changes
mailing list