summaryrefslogtreecommitdiff
path: root/devel/rudiments/files/patch-Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-05-08 03:59:38 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-05-08 03:59:38 +0000
commit63991c69ed4473912dcde4a66e4f7858ffb42f7e (patch)
tree8aeee71243e0b492203ec20d58c2af882253d3ea /devel/rudiments/files/patch-Makefile
parent- Add CPE info (diff)
devel/rudiments: 0.49 -> 0.50
0.50 - added dictionary::detach and dictionary::getValue(key) added xmldom::getNullNode() improved xml printing for text nodes signalmanager::waitForSignal(NULL) works as expected now updated charstring::httpEscape not to escape legal symbols added flush() method to stdio classes added detection and support for vsnprintf_s fixed serviceentry, protocolentry and rpcentry on windows updated *entry classes for NULL and uninitialization safety implemented filesystem::initialize(fd) for Windows updated filesystem::initialize() with NULL and -1 to behave in predictable ways now, updated documentation for them too abstracted _get_osfhandle calls and added an invalid parameter callback updated filedescriptor to use bit fields for all of its flags implemented file::changeOwner() for windows removed xattrs stuff removed SSL-related ifdef's from headers and implemented degenerate SSL routines for when SSL isn't supported timezone conversion works on windows now refactored bytebuffer and stringbuffer to be extent-based fixed a subtle stringbuffer with initialcontents bug refactored stringbuffer to use bytebuffer::write/appendFormatted directly instead of charstring::parseNumber implemented dynamicarray and staticarray classes refactored build process to use nmake and be compatible with many different versions of MS Visual Studio updated vsnprintf_s calls for platforms where it's not defined added configure test for bool and true/false and definitions for platforms that don't define them updated timed semaphore waits - if seconds or nanoseconds are negative then the timed wait acts like an un-timed wait added support for getsockopt with size_t optlen parameter fixed strncasecmp on windows when str2 is longer than str1 xmlsax uses memorymap on Windows now fixed file::lockFile() and file::unlockFile() on Windows fixed charstring::printf on Solaris 2.5.1 fixed datetime::getSystemDateAndTime() for Windows without 64-bit integers fixed potential double-CloseHandle in thread class
Notes
Notes: svn path=/head/; revision=385724
Diffstat (limited to 'devel/rudiments/files/patch-Makefile')
-rw-r--r--devel/rudiments/files/patch-Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/rudiments/files/patch-Makefile b/devel/rudiments/files/patch-Makefile
new file mode 100644
index 000000000000..f3461e098d9f
--- /dev/null
+++ b/devel/rudiments/files/patch-Makefile
@@ -0,0 +1,24 @@
+--- Makefile.orig 2015-02-04 18:02:12 UTC
++++ Makefile
+@@ -16,9 +16,9 @@ install:
+ cd bin $(AND) $(MAKE) install
+ cd doc $(AND) $(MAKE) install
+ cd man $(AND) $(MAKE) install
+- $(MKINSTALLDIRS) $(libdir)/pkgconfig
+- $(CP) rudiments.pc $(libdir)/pkgconfig/rudiments.pc
+- $(CHMOD) 644 $(libdir)/pkgconfig/rudiments.pc
++ $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/libdata/pkgconfig
++ $(CP) rudiments.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/rudiments.pc
++ $(CHMOD) 644 $(DESTDIR)$(prefix)/libdata/pkgconfig/rudiments.pc
+
+ uninstall:
+ cd src $(AND) $(MAKE) uninstall
+@@ -26,7 +26,7 @@ uninstall:
+ cd bin $(AND) $(MAKE) uninstall
+ cd doc $(AND) $(MAKE) uninstall
+ cd man $(AND) $(MAKE) uninstall
+- $(RM) $(libdir)/pkgconfig/rudiments.pc
++ $(RM) $(DESTDIR)$(libdir)/pkgconfig/rudiments.pc
+
+ distclean: clean
+ $(RM) config.mk config.cache config.h config.log config.status features.mk libtool rudiments.pc include/Makefile include/rudiments/private/config.h include/rudiments/private/config.h.in~ bin/rudiments-config src/Makefile msvc/rudiments.opensdf msvc/rudiments.sdf msvc/rudiments.suo