aboutsummaryrefslogtreecommitdiff
path: root/print/fontforge/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-08-27 16:01:35 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-08-27 16:01:35 +0000
commita338b02b1a6501de1e450bc0bfc129550793c89b (patch)
tree49925abc1d2d797b3e197f3de0a160cddcacd639 /print/fontforge/files
parentf83c648a0165159e5280841b2f6e36bee0143e32 (diff)
downloadports-a338b02b1a6501de1e450bc0bfc129550793c89b.tar.gz
ports-a338b02b1a6501de1e450bc0bfc129550793c89b.zip
Notes
Diffstat (limited to 'print/fontforge/files')
-rw-r--r--print/fontforge/files/patch-aa20
-rw-r--r--print/fontforge/files/patch-ab11
2 files changed, 31 insertions, 0 deletions
diff --git a/print/fontforge/files/patch-aa b/print/fontforge/files/patch-aa
new file mode 100644
index 000000000000..6e25fa327010
--- /dev/null
+++ b/print/fontforge/files/patch-aa
@@ -0,0 +1,20 @@
+--- pfaedit/encoding.c.orig Sat Aug 4 06:27:24 2001
++++ pfaedit/encoding.c Thu Aug 23 19:21:17 2001
+@@ -683,7 +683,7 @@
+ if ( file==NULL )
+ file = SearchDirForCidMap(GResourceProgramDir,registry,ordering,supplement,&maybefile);
+ if ( file==NULL )
+- file = SearchDirForCidMap("/usr/share/pfaedit",registry,ordering,supplement,&maybefile);
++ file = SearchDirForCidMap("/usr/local/share/pfaedit",registry,ordering,supplement,&maybefile);
+
+ if ( file==NULL && (maybe!=NULL || maybefile!=NULL)) {
+ if ( maybefile!=NULL ) {
+@@ -864,7 +864,7 @@
+ }
+ FindMapsInDir(&block,".");
+ FindMapsInDir(&block,GResourceProgramDir);
+- FindMapsInDir(&block,"/usr/share/pfaedit");
++ FindMapsInDir(&block,"/usr/local/share/pfaedit");
+
+ choices = gcalloc(block.cur+2,sizeof(unichar_t *));
+ choices[0] = u_copy(GStringGetResource(_STR_Browse,NULL));
diff --git a/print/fontforge/files/patch-ab b/print/fontforge/files/patch-ab
new file mode 100644
index 000000000000..bbb964fd9827
--- /dev/null
+++ b/print/fontforge/files/patch-ab
@@ -0,0 +1,11 @@
+--- pfaedit/prefs.c.orig Thu Aug 9 08:55:45 2001
++++ pfaedit/prefs.c Thu Aug 23 19:22:49 2001
+@@ -134,7 +134,7 @@
+ GFileBuildName(GResourceProgramDir,buffer,full,sizeof(full));
+ }
+ if ( !GFileExists(full)) {
+- GFileBuildName("/usr/share/pfaedit",buffer,full,sizeof(full));
++ GFileBuildName("/usr/local/share/pfaedit",buffer,full,sizeof(full));
+ if ( !GFileExists(full) && strlen(loc)>5 ) {
+ strcpy(buffer+13,".ui");
+ GFileBuildName(GResourceProgramDir,buffer,full,sizeof(full));