summaryrefslogtreecommitdiffstats
path: root/devel/stlport/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/stlport/files')
-rw-r--r--devel/stlport/files/patch-common_macros.mak10
-rw-r--r--devel/stlport/files/patch-common_rules.mak45
-rw-r--r--devel/stlport/files/patch-export163
-rw-r--r--devel/stlport/files/patch-mkinstalldirs11
4 files changed, 5 insertions, 224 deletions
diff --git a/devel/stlport/files/patch-common_macros.mak b/devel/stlport/files/patch-common_macros.mak
index 5ff5c73..33f1f72 100644
--- a/devel/stlport/files/patch-common_macros.mak
+++ b/devel/stlport/files/patch-common_macros.mak
@@ -1,11 +1,11 @@
---- src/common_macros.mak.orig Sat Jul 28 23:44:30 2001
-+++ src/common_macros.mak Fri Oct 5 09:05:56 2001
-@@ -14,7 +14,7 @@
+--- src/common_macros.mak.orig Thu Nov 15 17:08:56 2001
++++ src/common_macros.mak Mon Dec 24 10:37:02 2001
+@@ -10,7 +10,7 @@
# We do not assume any binary compatibility for betas.
BETA_SUFFIX=
-VERSION_SUFFIX= .$(VERSION_MAJOR).$(VERSION_MINOR)$(BETA_SUFFIX)
+VERSION_SUFFIX= _$(VERSION_MAJOR)_$(VERSION_MINOR)$(BETA_SUFFIX)
+ WIN_VERSION_SUFFIX= $(VERSION_MAJOR)$(VERSION_MINOR)$(BETA_SUFFIX)
- DYNAMIC_SUFFIX= $(VERSION_SUFFIX)$(PATCH_SUFFIX)
-
+ # DYNAMIC_SUFFIX= $(VERSION_SUFFIX)$(PATCH_SUFFIX)
diff --git a/devel/stlport/files/patch-common_rules.mak b/devel/stlport/files/patch-common_rules.mak
deleted file mode 100644
index 874a346..0000000
--- a/devel/stlport/files/patch-common_rules.mak
+++ /dev/null
@@ -1,45 +0,0 @@
---- src/common_rules.mak.orig Thu May 31 20:43:14 2001
-+++ src/common_rules.mak Fri Oct 5 00:29:33 2001
-@@ -86,8 +86,8 @@
- ln -s $(STLDEBUG_DYNLIB) $(OUTDIR)/$(STLDEBUG_NAME).$(DYNEXT)
-
- install_unix :
-- -$(RM) $(INSTALLDIR_INC)
-- for dir in $(HEADER_DIRS1); \
-+ @-$(RM) $(INSTALLDIR_INC)
-+ @for dir in $(HEADER_DIRS1); \
- do \
- ./mkinstalldirs $(INSTALLDIR_INC)/$$dir; \
- for file in `cat ../stlport/$$dir/export`; \
-@@ -95,7 +95,7 @@
- $(INSTALL_H) ../stlport/$$dir/$$file $(INSTALLDIR_INC)/$$dir ; \
- done \
- done
-- for dir in $(HEADER_DIRS2); \
-+ @for dir in $(HEADER_DIRS2); \
- do \
- ./mkinstalldirs $(INSTALLDIR_INC)/$$dir; \
- for file in `ls ../stlport/$$dir/*.*`; \
-@@ -103,16 +103,16 @@
- $(INSTALL_H) $$file $(INSTALLDIR_INC)/$$dir ; \
- done \
- done
-- ./mkinstalldirs $(INSTALLDIR_LIB)
-- for file in `ls $(OUTDIR)/$(LIB_BASENAME)*`; \
-+ @./mkinstalldirs $(INSTALLDIR_LIB)
-+ @for file in `ls $(OUTDIR)/$(LIB_BASENAME)*`; \
- do \
- $(RM) $(INSTALLDIR_LIB)/$$file; \
- $(INSTALL_LIB) $$file $(INSTALLDIR_LIB); \
- done
-- $(RM) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT)
-- $(RM) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT)
-- ln -s $(INSTALLDIR_LIB)/$(RELEASE_DYNLIB) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT)
-- ln -s $(INSTALLDIR_LIB)/$(STLDEBUG_DYNLIB) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT)
-+ @$(RM) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT)
-+ @$(RM) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT)
-+ @ln -s $(INSTALLDIR_LIB)/$(RELEASE_DYNLIB) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT)
-+ @ln -s $(INSTALLDIR_LIB)/$(STLDEBUG_DYNLIB) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT)
-
- $(OUTDIR)$(PATH_SEP)$(RELEASE_DYNLIB) : $(OUTDIR) $(RELEASE_OBJDIR_dynamic) $(DEF_FILE) $(RELEASE_OBJECTS_dynamic)
- $(DYN_LINK) $(DYNLINK_OUT)$(OUTDIR)$(PATH_SEP)$(RELEASE_DYNLIB) $(LDFLAGS_RELEASE_dynamic) $(RELEASE_OBJECTS_dynamic) $(LDLIBS_RELEASE_dynamic)
diff --git a/devel/stlport/files/patch-export b/devel/stlport/files/patch-export
deleted file mode 100644
index 2305985..0000000
--- a/devel/stlport/files/patch-export
+++ /dev/null
@@ -1,163 +0,0 @@
---- stlport/export.orig Mon May 7 22:49:32 2001
-+++ stlport/export Sun Sep 30 22:07:42 2001
-@@ -1,160 +1,85 @@
- ./algorithm
--./algorithm.SUNWCCh
- ./bitset
--./bitset.SUNWCCh
- ./cassert
--./cassert.SUNWCCh
- ./cctype
--./cctype.SUNWCCh
- ./cerrno
--./cerrno.SUNWCCh
- ./cfloat
--./cfloat.SUNWCCh
- ./climits
--./climits.SUNWCCh
- ./clocale
--./clocale.SUNWCCh
- ./cmath
--./cmath.SUNWCCh
- ./complex
--./complex.SUNWCCh
- ./csetjmp
--./csetjmp.SUNWCCh
- ./csignal
--./csignal.SUNWCCh
- ./cstdarg
--./cstdarg.SUNWCCh
- ./cstddef
--./cstddef.SUNWCCh
- ./cstdio
--./cstdio.SUNWCCh
- ./cstdlib
--./cstdlib.SUNWCCh
- ./cstring
--./cstring.SUNWCCh
- ./ctime
--./ctime.SUNWCCh
- ./ctype.h
--./ctype.h.SUNWCCh
- ./cwchar
--./cwchar.SUNWCCh
- ./cwctype
--./cwctype.SUNWCCh
- ./deque
--./deque.SUNWCCh
- ./exception
--./exception.SUNWCCh
- ./exception.h
- ./export
- ./fstream
--./fstream.SUNWCCh
- ./fstream.h
--./fstream.h.SUNWCCh
- ./functional
--./functional.SUNWCCh
- ./hash_map
--./hash_map.SUNWCCh
- ./hash_set
--./hash_set.SUNWCCh
- ./iomanip
--./iomanip.SUNWCCh
- ./iomanip.h
--./iomanip.h.SUNWCCh
- ./ios
--./ios.SUNWCCh
- ./ios.h
--./ios.h.SUNWCCh
- ./iosfwd
--./iosfwd.SUNWCCh
- ./iostream
--./iostream.SUNWCCh
- ./iostream.h
--./iostream.h.SUNWCCh
- ./istream
--./istream.SUNWCCh
- ./istream.h
--./istream.h.SUNWCCh
- ./iterator
--./iterator.SUNWCCh
- ./limits
--./limits.SUNWCCh
- ./list
--./list.SUNWCCh
- ./locale
--./locale.SUNWCCh
- ./locale.h
--./locale.h.SUNWCCh
- ./map
--./map.SUNWCCh
- ./math.h
--./math.h.SUNWCCh
- ./mem.h
- ./memory
--./memory.SUNWCCh
- ./mmemory.h
- ./new
--./new.SUNWCCh
- ./new.h
- ./numeric
--./numeric.SUNWCCh
- ./ostream
--./ostream.SUNWCCh
- ./ostream.h
--./ostream.h.SUNWCCh
- ./pthread.h
- ./pthread_alloc
--./pthread_alloc.SUNWCCh
- ./queue
--./queue.SUNWCCh
- ./rope
- ./set
--./set.SUNWCCh
- ./setjmp.h
--./setjmp.h.SUNWCCh
- ./signal.h
--./signal.h.SUNWCCh
- ./slist
--./slist.SUNWCCh
- ./sstream
--./sstream.SUNWCCh
- ./stack
--./stack.SUNWCCh
- ./stdarg.h
--./stdarg.h.SUNWCCh
- ./stddef.h
--./stddef.h.SUNWCCh
- ./stdexcept
--./stdexcept.SUNWCCh
- ./stdio.h
--./stdio.h.SUNWCCh
- ./stdio_streambuf
- ./stdlib.h
--./stdlib.h.SUNWCCh
- ./stl_user_config.h
- ./streambuf
--./streambuf.SUNWCCh
- ./streambuf.h
--./streambuf.h.SUNWCCh
- ./string
--./string.SUNWCCh
- ./string.h
--./string.h.SUNWCCh
- ./strstream
--./strstream.SUNWCCh
- ./strstream.h
--./strstream.h.SUNWCCh
- ./time.h
--./time.h.SUNWCCh
- ./typeinfo
--./typeinfo.SUNWCCh
- ./typeinfo.h
- ./utility
--./utility.SUNWCCh
- ./valarray
--./valarray.SUNWCCh
- ./vector
--./vector.SUNWCCh
- ./wchar.h
--./wchar.h.SUNWCCh
- ./wctype.h
--./wctype.h.SUNWCCh
diff --git a/devel/stlport/files/patch-mkinstalldirs b/devel/stlport/files/patch-mkinstalldirs
deleted file mode 100644
index 61a7fb9..0000000
--- a/devel/stlport/files/patch-mkinstalldirs
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/mkinstalldirs.orig Thu Dec 7 19:54:47 2000
-+++ src/mkinstalldirs Fri Oct 5 01:03:31 2001
-@@ -19,7 +19,7 @@
- esac
-
- if test ! -d "$pathcomp"; then
-- echo "mkdir $pathcomp" 1>&2
-+# echo "mkdir $pathcomp" 1>&2
- mkdir "$pathcomp" || errstatus=$?
- fi
-
OpenPOWER on IntegriCloud