Skip to content
Snippets Groups Projects
Commit f0420dd6 authored by Alexey Dokuchaev's avatar Alexey Dokuchaev
Browse files

x11-wm/sawfish: do not rebootstrap, install missing files

- Drop `autoreconf' from USES added in commit 246008f1
  for development version 1.12.90 which apparently required
  it, current stable version comes properly bootstrapped
- Fix the tar(1) command so all theme files are installed
  regardless of version thereof (bsdtar 3.5.1 traditionally
  defaults to /dev/sa0 while versions 3.6.x write to stdout
  which probably makes more sense nowadays)
- Assume maintainership for the time being, pet portlint(1)
parent 1d0ec438
No related branches found
No related tags found
No related merge requests found
PORTNAME= sawfish
DISTVERSION= 1.13.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://download.tuxfamily.org/sawfish/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= danfe@FreeBSD.org
COMMENT= Extensible window manager using Lisp-based scripting language
WWW= https://sawfish.tuxfamily.org/
......@@ -18,11 +18,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libgmp.so:math/gmp \
libharfbuzz.so:print/harfbuzz \
librep.so:lang/librep
RUN_DEPENDS= rep-gtk2>=0.90:x11-toolkits/rep-gtk2
USES= autoreconf gmake gnome libtool localbase makeinfo pathfix \
pkgconfig tar:xz xorg
USES= gmake gnome libtool makeinfo pathfix pkgconfig tar:xz xorg
USE_XORG= ice sm x11 xft xinerama xrandr xtst xrender xext
USE_GNOME= cairo gdkpixbuf2 gdkpixbuf2xlib gtk20
GNU_CONFIGURE= yes
......@@ -45,6 +43,8 @@ post-patch:
'/dnsdomainname/d' ${WRKSRC}/build-info
@${REINPLACE_CMD} -e \
's|prog_name|program_name|g' ${WRKSRC}/src/main.c
@${REINPLACE_CMD} -e \
'/LC_ALL=C tar/s|-c|&f -|' ${WRKSRC}/themes/Makefile.in
post-build:
${STRIP_CMD} ${WRKSRC}/src/.libs/*.so \
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment