Sfoglia il codice sorgente

tac not available on FreeBSD, fix permission in tslib package

Waldemar Brodkorb 14 anni fa
parent
commit
aef64acf2d
3 ha cambiato i file con 2002 aggiunte e 2537 eliminazioni
  1. 3 0
      package/tslib/Makefile
  2. 1996 2537
      package/tslib/patches/autotool.patch
  3. 3 0
      scripts/tsort

+ 3 - 0
package/tslib/Makefile

@@ -27,6 +27,9 @@ CONFIGURE_ARGS+=	--disable-ucb1x00 \
 			--disable-linear-h2200 \
 			--disable-arctic2
 
+pre-build:
+	@chmod u+x ${WRKBUILD}/install-sh
+
 post-install:
 	$(INSTALL_DIR) $(IDIR_TSLIB)/etc
 	$(INSTALL_DIR) $(IDIR_TSLIB)/usr/lib/ts

File diff suppressed because it is too large
+ 1996 - 2537
package/tslib/patches/autotool.patch


+ 3 - 0
scripts/tsort

@@ -7,6 +7,9 @@ case $os in
 	NetBSD|MirBSD|OpenBSD)
 		/usr/bin/tsort -r
 		;;
+	FreeBSD)
+		/usr/bin/tsort | tail -r
+		;;
 	*)
 		/usr/bin/tsort | tac
 		;;

Some files were not shown because too many files changed in this diff