diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-27 11:57:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-27 11:57:32 +0000 |
commit | 6f7d861afc6235b6061a292e38cdce04ccfab207 (patch) | |
tree | 4b83fb6bbfe332622acffe4c2aef0be6a47c7112 /www/www6to4/files/patch-www6to4.c | |
parent | Support printing over CUPS 1.2.x' unix domain socket interface. (diff) |
- Update to 1.6
- Remove respect DESTDIR
PR: ports/101880
Submitted by: chinsan <chinsan.tw(at)gmail.com>
Approved by: Janos Mohacsi <mohacsi@niif.hu> (maintainer)
Notes
Notes:
svn path=/head/; revision=173970
Diffstat (limited to 'www/www6to4/files/patch-www6to4.c')
-rw-r--r-- | www/www6to4/files/patch-www6to4.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/www6to4/files/patch-www6to4.c b/www/www6to4/files/patch-www6to4.c deleted file mode 100644 index fb0aa71dd939..000000000000 --- a/www/www6to4/files/patch-www6to4.c +++ /dev/null @@ -1,19 +0,0 @@ -*** www6to4.c.orig Fri Mar 22 00:25:51 2002 ---- www6to4.c Fri Mar 22 00:26:48 2002 -*************** -*** 59,65 **** - char *patterns[MAXPATTERNS]; - int lastpattern = -1; - -! char *default_configfile = "/etc/www6to4.conf"; - char *configfile = NULL; - char *forwardfile = NULL; - int debug = 0; ---- 59,65 ---- - char *patterns[MAXPATTERNS]; - int lastpattern = -1; - -! char *default_configfile = "/usr/local/etc/www6to4/www6to4.conf"; - char *configfile = NULL; - char *forwardfile = NULL; - int debug = 0; |