]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
add target portmap (Version 6.0)
authorMarkham <markham001@gmx.de>
Sat, 28 Nov 2015 12:09:33 +0000 (13:09 +0100)
committerMarkham <markham001@gmx.de>
Sat, 28 Nov 2015 12:09:33 +0000 (13:09 +0100)
make/applications.mk
make/archives.mk
make/versions.mk

index 5d059f34009d27db0093c551297ae3437621a5ed..c1eee022ad9e8c7f5341dd9a2e6e91a828d38f89 100755 (executable)
@@ -703,3 +703,12 @@ $(D)/inadyn: $(ARCHIVE)/inadyn-1.99.3.tar.bz2 | $(TARGETPREFIX)
                echo ""                                                 >> $(TARGETPREFIX)/etc/inadyn.conf
        $(REMOVE)/inadyn-1.99.3
        touch $@
+
+$(D)/portmap: $(ARCHIVE)/portmap-$(PORTMAP_VER).tgz
+       $(UNTAR)/portmap-$(PORTMAP_VER).tgz
+       set -e; cd $(BUILD_TMP)/portmap_$(PORTMAP_VER); \
+               $(PATCH)/portmap_6.0-nocheckport.diff; \
+               $(BUILDENV) $(MAKE) NO_TCP_WRAPPER=1 DAEMON_UID=65534 DAEMON_GID=65535 CC="$(TARGET)-gcc"; \
+               install -m 0755 portmap $(TARGETPREFIX)/sbin; \
+       $(REMOVE)/portmap_$(PORTMAP_VER)
+       touch $@
index 11092e6ca202cd68c0dc3005c90c6b8516c6612f..92dc81686042e81d50c3f2ece88405a5181ca758 100755 (executable)
@@ -202,6 +202,9 @@ $(ARCHIVE)/pkg-config-$(PKGCONFIG_VER).tar.gz:
 $(ARCHIVE)/ntp-$(NTP_VER).tar.gz:
        $(WGET) http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-$(NTP_VER).tar.gz
 
+$(ARCHIVE)/portmap-$(PORTMAP_VER).tgz:
+       $(WGET) http://fossies.org/linux/misc/old/portmap-$(PORTMAP_VER).tgz
+
 $(ARCHIVE)/crosstool-1.16.0-downloads.tar.bz2:
        $(WGET) http://www.fhloston-paradise.de/crosstool-ng-1.16.0.tar.bz2
        $(WGET) http://www.fhloston-paradise.de/eglibc-2_13.tar.bz2
index d48db763d37e74318d335ec121c444c3ec1a3e96..e0064363079e0371bcc7ef61515c3b4df68e4e5f 100644 (file)
@@ -50,6 +50,9 @@ endif
 # pkg-config; a helper tool used when compiling applications and libraries to insert the correct compiler options
 PKGCONFIG_VER=0.28
 
+# Portmapper
+PORTMAP_VER=6.0
+
 # ushare; uShare is a UPnP (TM) A/V Media Server.
 USHARE_VER = 1.1a