diff options
author | fredb <fredb@pkgsrc.org> | 1999-11-14 18:27:17 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 1999-11-14 18:27:17 +0000 |
commit | 30378c2fdb71e7c46167db6708449c9d4e42132c (patch) | |
tree | 7dc8f3fd92ca8c32af53d239a1fba6760c9a91fb /x11 | |
parent | 9e5f8954b9aafd40f84ca132cc69ef76a4df8999 (diff) | |
download | pkgsrc-30378c2fdb71e7c46167db6708449c9d4e42132c.tar.gz |
Update afterstep-current to 1.7.157. From the ChangeLog...
1.7.142 patch 15 (allanon)
o AS_ASSERT now works with --enable-audit
o included string.h in audit.c to fix compile-time warning
o windows no longer "disappear" from other desks when restarting AS
1.7.142 patch 14 (allanon)
o RandomPlacement works; titlebar geometry was not being set before
calling PlaceWindow()
o fixed off-by-one error with shaped windows
o TexturedHandle works again
- - Add BUILD_DEPENDS for autoconf.
- - Use consistent seperators for sed substititutions in package
Makefile, clean up shell commands.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/afterstep-current/Makefile | 22 | ||||
-rw-r--r-- | x11/afterstep-current/files/md5 | 4 |
2 files changed, 15 insertions, 11 deletions
diff --git a/x11/afterstep-current/Makefile b/x11/afterstep-current/Makefile index 0cb5747f605..2501e0dec6a 100644 --- a/x11/afterstep-current/Makefile +++ b/x11/afterstep-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 1999/11/12 08:13:55 fredb Exp $ +# $NetBSD: Makefile,v 1.13 1999/11/14 18:27:17 fredb Exp $ DISTNAME= AfterStep-1.7.142 -PKGNAME= afterstep-1.7.155 +PKGNAME= afterstep-1.7.157 CATEGORIES= x11 MASTER_SITES= ftp://ftp.afterstep.org/devel/snapshots/ \ ftp://ftp.afterstep.org/devel/archives/1.7/ \ @@ -29,7 +29,9 @@ PATCHFILES= 1.7.142-01-sasha-png_jpg_warnings.patch.gz \ 1.7.142-10-allanon-avoidcover.patch.gz \ 1.7.142-11-sasha-icons_shade_gamma.patch.gz \ 1.7.142-12-allanon-window_position_and_shaping.patch.gz \ - 1.7.142-13-sasha-titlebuttons_mapping.patch.gz + 1.7.142-13-sasha-titlebuttons_mapping.patch.gz \ + 1.7.142-14-allanon-randomplacement_and_texturedhandle_and_shaped_windows.patch.gz \ + 1.7.142-15-allanon-disappearing_windows.patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER= fb@enteract.com @@ -42,6 +44,7 @@ DEPENDS+= rplay-3.2.0b6:../../audio/rplay DEPENDS+= xli-1.16:../../graphics/xli DEPENDS+= xp-1.2b10:../../x11/xp DEPENDS+= xpm-3.4k:../../graphics/xpm +BUILD_DEPENDS+= autoconf-1.13:../../devel/autoconf DIST_SUBDIR= AfterStep GNU_CONFIGURE= yes @@ -59,18 +62,17 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} MESSAGE_FILE= ${WRKDIR}/MESSAGE post-build: - ${SED} 's#@PREFIX@#${PREFIX}#g' < ${PKGDIR}/MESSAGE > ${WRKDIR}/MESSAGE + ${SED} 's|@PREFIX@|${PREFIX}|g' < ${PKGDIR}/MESSAGE > ${WRKDIR}/MESSAGE post-configure: - @(cd ${WRKSRC} ; ${GMAKE} config) + cd ${WRKSRC}; ${GMAKE} config ${MAKE} do-configure post-patch: - cd ${WRKSRC} ; \ - for i in `find . -name "*.man" -print` autoconf/Makefile.common.in ; do \ - ${MV} $$i $$i.orig ; \ - ${SED} -e 's@/usr/local/@${PREFIX}/@g' -e 's@1x@1@g' \ - < $$i.orig > $$i ; \ + cd ${WRKSRC}; \ + for i in `find . -name "*.man" -print` autoconf/Makefile.common.in; do \ + ${MV} $$i $$i.orig; \ + ${SED} -e 's|/usr/local/|${PREFIX}/|g' -e 's|1x|1|g' < $$i.orig > $$i; \ done .include "../../mk/bsd.pkg.mk" diff --git a/x11/afterstep-current/files/md5 b/x11/afterstep-current/files/md5 index e058174a87b..20a8e92adde 100644 --- a/x11/afterstep-current/files/md5 +++ b/x11/afterstep-current/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.9 1999/11/12 08:13:56 fredb Exp $ +$NetBSD: md5,v 1.10 1999/11/14 18:27:18 fredb Exp $ MD5 (AfterStep/AfterStep-1.7.142.tar.bz2) = 7378c78b10025b1a313ab1c7dad079dd MD5 (AfterStep/1.7.142-01-sasha-png_jpg_warnings.patch.gz) = c49f966792fbb1ae1b13e553ec08c69e @@ -14,3 +14,5 @@ MD5 (AfterStep/1.7.142-10-allanon-avoidcover.patch.gz) = 7498b6e4ed3c8e4853a28b5 MD5 (AfterStep/1.7.142-11-sasha-icons_shade_gamma.patch.gz) = a5038834d13da773b8e2d0b2a17d1523 MD5 (AfterStep/1.7.142-12-allanon-window_position_and_shaping.patch.gz) = cfbe28a494acafee82fcfe6dc2bdf44a MD5 (AfterStep/1.7.142-13-sasha-titlebuttons_mapping.patch.gz) = 0649543debe21973891032e274621a0c +MD5 (AfterStep/1.7.142-14-allanon-randomplacement_and_texturedhandle_and_shaped_windows.patch.gz) = 5f6be0ffd489d58120f715fef8dac712 +MD5 (AfterStep/1.7.142-15-allanon-disappearing_windows.patch.gz) = 37d7fd49fe9c34f80e67600769769846 |