pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

add missing header files and other in PLIST fixed default directories



Module Name:	pkgsrc-wip
Committed By:	Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By:	amoibos
Date:		Mon Aug 29 23:01:40 2016 +0000
Changeset:	21b6fce17f11bd69fceef3d5fd9f33cce8d2756e

Added Files:
	mosquitto/patches/patch-ak
	mosquitto/patches/patch-al
	mosquitto/patches/patch-am
	mosquitto/patches/patch-an

Log Message:
add missing header files and other in PLIST
fixed default directories

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=21b6fce17f11bd69fceef3d5fd9f33cce8d2756e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mosquitto/patches/patch-ak | 11 +++++++++++
 mosquitto/patches/patch-al | 17 +++++++++++++++++
 mosquitto/patches/patch-am | 11 +++++++++++
 mosquitto/patches/patch-an | 13 +++++++++++++
 4 files changed, 52 insertions(+)

diffs:
diff --git a/mosquitto/patches/patch-ak b/mosquitto/patches/patch-ak
new file mode 100644
index 0000000..9f44913
--- /dev/null
+++ b/mosquitto/patches/patch-ak
@@ -0,0 +1,11 @@
+--- lib/Makefile.orig	2016-08-29 21:51:21.897719218 +0000
++++ lib/Makefile	2016-08-29 21:51:43.349422011 +0000
+@@ -25,7 +25,7 @@
+ 
+ install : all
+ 	$(INSTALL) -d ${DESTDIR}$(prefix)/lib${LIB_SUFFIX}/
+-	$(INSTALL) -s --strip-program=${CROSS_COMPILE}${STRIP} libmosquitto.so.${SOVERSION} ${DESTDIR}${prefix}/lib${LIB_SUFFIX}/libmosquitto.so.${SOVERSION}
++	$(INSTALL) -s libmosquitto.so.${SOVERSION} ${DESTDIR}${prefix}/lib${LIB_SUFFIX}/libmosquitto.so.${SOVERSION}
+ 	ln -sf libmosquitto.so.${SOVERSION} ${DESTDIR}${prefix}/lib${LIB_SUFFIX}/libmosquitto.so
+ 	$(INSTALL) -d ${DESTDIR}${prefix}/include/
+ 	$(INSTALL) mosquitto.h ${DESTDIR}${prefix}/include/mosquitto.h
diff --git a/mosquitto/patches/patch-al b/mosquitto/patches/patch-al
new file mode 100644
index 0000000..6a5df4e
--- /dev/null
+++ b/mosquitto/patches/patch-al
@@ -0,0 +1,17 @@
+--- src/Makefile.orig	2016-08-29 21:52:55.923491416 +0000
++++ src/Makefile	2016-08-29 21:53:27.614743795 +0000
+@@ -103,12 +103,12 @@
+ 
+ install : all
+ 	$(INSTALL) -d ${DESTDIR}$(prefix)/sbin
+-	$(INSTALL) -s --strip-program=${CROSS_COMPILE}${STRIP} mosquitto ${DESTDIR}${prefix}/sbin/mosquitto
++	$(INSTALL) -s mosquitto ${DESTDIR}${prefix}/sbin/mosquitto
+ 	$(INSTALL) -d ${DESTDIR}$(prefix)/include
+ 	$(INSTALL) mosquitto_plugin.h ${DESTDIR}${prefix}/include/mosquitto_plugin.h
+ ifeq ($(WITH_TLS),yes)
+ 	$(INSTALL) -d ${DESTDIR}$(prefix)/bin
+-	$(INSTALL) -s --strip-program=${CROSS_COMPILE}${STRIP} mosquitto_passwd ${DESTDIR}${prefix}/bin/mosquitto_passwd
++	$(INSTALL) -s mosquitto_passwd ${DESTDIR}${prefix}/bin/mosquitto_passwd
+ endif
+ 
+ uninstall :
diff --git a/mosquitto/patches/patch-am b/mosquitto/patches/patch-am
new file mode 100644
index 0000000..4938530
--- /dev/null
+++ b/mosquitto/patches/patch-am
@@ -0,0 +1,11 @@
+--- lib/cpp/Makefile.orig	2016-08-29 21:50:11.282837830 +0000
++++ lib/cpp/Makefile	2016-08-29 21:50:41.337564781 +0000
+@@ -10,7 +10,7 @@
+ 
+ install : all
+ 	$(INSTALL) -d ${DESTDIR}$(prefix)/lib${LIB_SUFFIX}/
+-	$(INSTALL) -s --strip-program=${CROSS_COMPILE}${STRIP} libmosquittopp.so.${SOVERSION} ${DESTDIR}${prefix}/lib${LIB_SUFFIX}/libmosquittopp.so.${SOVERSION}
++	$(INSTALL) -s libmosquittopp.so.${SOVERSION} ${DESTDIR}${prefix}/lib${LIB_SUFFIX}/libmosquittopp.so.${SOVERSION}
+ 	ln -sf libmosquittopp.so.${SOVERSION} ${DESTDIR}${prefix}/lib${LIB_SUFFIX}/libmosquittopp.so
+ 	$(INSTALL) -d ${DESTDIR}${prefix}/include/
+ 	$(INSTALL) mosquittopp.h ${DESTDIR}${prefix}/include/mosquittopp.h
diff --git a/mosquitto/patches/patch-an b/mosquitto/patches/patch-an
new file mode 100644
index 0000000..8684ae8
--- /dev/null
+++ b/mosquitto/patches/patch-an
@@ -0,0 +1,13 @@
+--- client/Makefile.orig	2016-08-29 21:52:12.870263205 +0000
++++ client/Makefile	2016-08-29 21:52:39.329840759 +0000
+@@ -24,8 +24,8 @@
+ 
+ install : all
+ 	$(INSTALL) -d ${DESTDIR}$(prefix)/bin
+-	$(INSTALL) -s --strip-program=${CROSS_COMPILE}${STRIP} mosquitto_pub ${DESTDIR}${prefix}/bin/mosquitto_pub
+-	$(INSTALL) -s --strip-program=${CROSS_COMPILE}${STRIP} mosquitto_sub ${DESTDIR}${prefix}/bin/mosquitto_sub
++	$(INSTALL) -s mosquitto_pub ${DESTDIR}${prefix}/bin/mosquitto_pub
++	$(INSTALL) -s mosquitto_sub ${DESTDIR}${prefix}/bin/mosquitto_sub
+ 
+ uninstall :
+ 	-rm -f ${DESTDIR}${prefix}/bin/mosquitto_pub


Home | Main Index | Thread Index | Old Index