Przeglądaj źródła

tac not available on FreeBSD, fix permission in tslib package

Waldemar Brodkorb 14 lat temu
rodzic
commit
aef64acf2d
3 zmienionych plików z 2002 dodań i 2537 usunięć
  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

Plik diff jest za duży
+ 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
 		;;

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików