diff options
Diffstat (limited to 'editors/abiword-devel/files')
| -rw-r--r-- | editors/abiword-devel/files/patch-GNUmakefile.in | 47 | ||||
| -rw-r--r-- | editors/abiword-devel/files/patch-abiword.desktop | 16 | ||||
| -rw-r--r-- | editors/abiword-devel/files/patch-an | 38 | ||||
| -rw-r--r-- | editors/abiword-devel/files/patch-aq | 27 | ||||
| -rw-r--r-- | editors/abiword-devel/files/patch-ar | 14 | ||||
| -rw-r--r-- | editors/abiword-devel/files/patch-src_af_util_xp_ut_iconv.cpp | 11 | ||||
| -rw-r--r-- | editors/abiword-devel/files/patch-src_af_util_xp_ut_string_class.cpp | 12 |
7 files changed, 0 insertions, 165 deletions
diff --git a/editors/abiword-devel/files/patch-GNUmakefile.in b/editors/abiword-devel/files/patch-GNUmakefile.in deleted file mode 100644 index e7b1b3f4059a..000000000000 --- a/editors/abiword-devel/files/patch-GNUmakefile.in +++ /dev/null @@ -1,47 +0,0 @@ ---- GNUmakefile.in.orig Wed Jan 5 15:28:11 2005 -+++ GNUmakefile.in Wed Jan 5 15:30:55 2005 -@@ -315,15 +315,15 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - SUBDIRS = src --expat_peerdir = $(top_builddir)/../expat --wv_peerdir = $(top_builddir)/../wv --libiconv_peerdir = $(top_builddir)/../libiconv --libpng_peerdir = @LIBPNG_PEERDIR@ --libpopt_peerdir = $(top_builddir)/../popt --desktop_DATA = abiword.desktop --desktopdir = $(datadir)/applications --icon_DATA = abiword_48.png --icondir = $(datadir)/icons -+#expat_peerdir = $(top_builddir)/../expat -+#wv_peerdir = $(top_builddir)/../wv -+#libiconv_peerdir = $(top_builddir)/../libiconv -+#libpng_peerdir = @LIBPNG_PEERDIR@ -+#libpopt_peerdir = $(top_builddir)/../popt -+#desktop_DATA = abiword.desktop -+#desktopdir = $(datadir)/applications -+#icon_DATA = abiword_48.png -+#icondir = $(datadir)/icons - @BIGENDIAN_FALSE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/LittleEndian32.american.hash - @BIGENDIAN_TRUE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/BigEndian32.american.hash - @WITH_ISPELL_FALSE@INSTALLDICTIONARY = no -@@ -816,7 +816,6 @@ - - # Install the datafiles. This is quick-and-dirty. - install-data-local: -- @$(mkinstalldirs) $(DESTDIR)$(bonobodir) - if test -d $(top_srcdir)/../abidistfiles ; then \ - for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\ -@@ -829,11 +828,7 @@ - for file in `echo $(top_srcdir)/../abidistfiles/$$dir/* | grep -v MANIFEST`; do \ - if test -f $$file ; then \ - sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \ -- if test "$$sfile.server" = $$file; then \ -- $(INSTALL_DATA) $$file $(DESTDIR)$(bonobodir); \ -- else \ - $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$dir; \ -- fi; \ - fi; \ - done; \ - fi; \ diff --git a/editors/abiword-devel/files/patch-abiword.desktop b/editors/abiword-devel/files/patch-abiword.desktop deleted file mode 100644 index 94e4f5884ff2..000000000000 --- a/editors/abiword-devel/files/patch-abiword.desktop +++ /dev/null @@ -1,16 +0,0 @@ ---- abiword.desktop.orig Sun Nov 28 12:52:11 2004 -+++ abiword.desktop Fri Jan 14 03:04:18 2005 -@@ -3,11 +3,10 @@ - Icon=abiword_48.png - Terminal=false - Type=Application --Categories=Application;Office;WordProcessor;X-Red-Hat-Base; -+Categories=Application;Office;WordProcessor; - StartupNotify=true - Encoding=UTF-8 --X-Desktop-File-Install-Version=0.4 --MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain; -+MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword; - Name=AbiWord Word Processor - Name[de]=AbiWord Textverarbeitung - Name[nb]=AbiWord Tekstbehandling diff --git a/editors/abiword-devel/files/patch-an b/editors/abiword-devel/files/patch-an deleted file mode 100644 index 54d3de78eb22..000000000000 --- a/editors/abiword-devel/files/patch-an +++ /dev/null @@ -1,38 +0,0 @@ ---- src/Makefile.orig Mon Dec 22 13:06:12 2003 -+++ src/Makefile Sun Mar 28 15:29:40 2004 -@@ -52,6 +52,7 @@ - - ## Set the following to a list of pathnames to be copied to $(CANONDIR) - CANON_TOPLEVELFILES= $(ABI_ROOT)/COPYING $(ABI_ROOT)/user/wp/readme.txt -+CANON_TLF_NOTDIR= $(notdir $(CANON_TOPLEVELFILES)) - - ## Set the following to a list of directories (probably a subset of DIRS) - ## that have work to do. -@@ -62,6 +63,9 @@ - @for k in $(CANON_TOPLEVELFILES); do \ - $(ABICOPY) $$k $(CANONDIR); \ - done -+ @for k in $(CANON_TLF_NOTDIR); do \ -+ $(ABICHMOD) ugo=r $(CANONDIR)/$$k; \ -+ done - @for k in $(CANON_SubDirs); do \ - $(MAKE) ABI_ROOT=$(ABI_ROOT) -C $$k canonical; \ - done -@@ -83,6 +87,7 @@ - ifeq ($(ABI_OPT_PSPELL),1) - echo "Using Pspell build, not installing ispell hash files" - else -+ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *) - # We currently only ship american.hash - @$(subst xxxx,$(CANONDIR)/dictionary,$(VERIFY_DIRECTORY)) - @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/$(OS_ENDIAN).american.hash $(CANONDIR)/dictionary/american.hash -@@ -92,7 +97,8 @@ - ifeq ($(ABI_NATIVE),unix) - # icons for X window manager use - @$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY)) -- (cd $(ABI_ROOT)/../abidistfiles/icons; cp abi* $(CANONDIR)/icons) -+ (cd $(ABI_ROOT)/../abidistfiles/icons; $(ABICOPY) abi* $(CANONDIR)/icons) -+ @(cd $(CANONDIR)/icons; $(ABICHMOD) ugo=r abi*) - endif - - @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY)) diff --git a/editors/abiword-devel/files/patch-aq b/editors/abiword-devel/files/patch-aq deleted file mode 100644 index e00bf0585c14..000000000000 --- a/editors/abiword-devel/files/patch-aq +++ /dev/null @@ -1,27 +0,0 @@ ---- src/config/abi_defs.mk.orig Thu Jun 17 14:54:58 2004 -+++ src/config/abi_defs.mk Thu Jun 17 14:55:04 2004 -@@ -217,11 +217,11 @@ - ## INSTALL program... - - define MAKE_OBJDIR --if test ! -d $(@D); then rm -rf $(@D); mkdir -p $(@D); fi -+if test ! -d $(@D); then rm -rf $(@D); $(ABIMKDIR) -p $(@D); fi - endef - - define VERIFY_DIRECTORY --if test ! -d xxxx; then rm -rf xxxx; mkdir -p xxxx; fi -+if test ! -d xxxx; then rm -rf xxxx; $(ABIMKDIR) -p xxxx; fi - endef - - ifeq ($(OS_NAME), WIN32) -@@ -266,7 +266,9 @@ - ################################################################## - ################################################################## - --ABICOPY=cp -+ABICOPY = cp -+ABICHMOD = chmod -+ABIMKDIR = mkdir -m u=rwx,go=rx - - ifdef ABISOURCE_LICENSED_TRADEMARKS - ABI_TMDEFS= -DABISOURCE_LICENSED_TRADEMARKS diff --git a/editors/abiword-devel/files/patch-ar b/editors/abiword-devel/files/patch-ar deleted file mode 100644 index 5832a8deed5c..000000000000 --- a/editors/abiword-devel/files/patch-ar +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/pkg/common/unix/scripts/install.sh.orig Sat Apr 7 10:59:52 2001 -+++ src/pkg/common/unix/scripts/install.sh Wed Aug 8 13:31:57 2001 -@@ -80,7 +80,7 @@ - - echo "Installing program binaries to [$LIBEXECDIR]..." - # Setup bins --(cd $SRCDIR/bin; tar cf - *) | (cd $LIBEXECDIR; tar xf -) -+(cd $SRCDIR/bin; cp Abi* $LIBEXECDIR) - - ######################################################################## - # If we're on Solaris, run makepsres on the font path diff --git a/editors/abiword-devel/files/patch-src_af_util_xp_ut_iconv.cpp b/editors/abiword-devel/files/patch-src_af_util_xp_ut_iconv.cpp deleted file mode 100644 index dd1f65d7282b..000000000000 --- a/editors/abiword-devel/files/patch-src_af_util_xp_ut_iconv.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/af/util/xp/ut_iconv.cpp.orig Fri Jan 2 16:00:33 2004 -+++ src/af/util/xp/ut_iconv.cpp Fri Jan 2 16:08:03 2004 -@@ -67,7 +67,7 @@ - #if defined (WIN32) || defined(__QNXNTO__) || defined(__CYGWIN__) || \ - (defined (__MACH__) && defined (__APPLE__)) || \ - (defined(TARGET_OS_MAC) && TARGET_OS_MAC) || \ --defined(__BEOS__) || defined (__AIX__) || \ -+defined(__BEOS__) || defined (__AIX__) || defined (__FreeBSD__) || \ - (defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1)) - - #define ICONV_CONST const diff --git a/editors/abiword-devel/files/patch-src_af_util_xp_ut_string_class.cpp b/editors/abiword-devel/files/patch-src_af_util_xp_ut_string_class.cpp deleted file mode 100644 index 97fad9259f8f..000000000000 --- a/editors/abiword-devel/files/patch-src_af_util_xp_ut_string_class.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/af/util/xp/ut_string_class.cpp.orig Mon Jan 17 14:38:20 2005 -+++ src/af/util/xp/ut_string_class.cpp Mon Jan 17 14:38:43 2005 -@@ -352,9 +352,6 @@ - # else /* va_list is a pointer */ - # define VA_COPY(ap1, ap2) ((ap1) = (ap2)) - # endif /* va_list is a pointer */ --# if defined (__GNUC__) --# define VA_COPY(ap1,ap2) __va_copy((ap1),(ap2)) --# endif - #endif /* !VA_COPY */ - - UT_String& UT_String_vprintf (UT_String & inStr, const char *format, |
