Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/baudline/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 5 Jul 2007 23:38:58 -0000 1.31 +++ Makefile 4 Oct 2007 23:43:40 -0000 @@ -6,20 +6,19 @@ # PORTNAME= baudline -PORTVERSION= 1.02 +PORTVERSION= 1.06 CATEGORIES= audio linux # We have permission from author Erik Olsen for the # package cluster to automatically fetch baudline MASTER_SITES= http://www.baudline.com/ PKGNAMEPREFIX= linux- -DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_i686 +DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_linux_i686 MAINTAINER= dyeske@gmail.com COMMENT= A real-time signal analysis tool and an offline time-frequency browser RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 - -USE_X_PREFIX= yes +USE_XLIB= yes USE_LINUX= yes ONLY_FOR_ARCHS= i386 NO_BUILD= yes @@ -28,7 +27,7 @@ # because as a side effect it brands the binary as FreeBSD. STRIP= -RESTRICTED= "author requests no distribution except from their site" +RESTRICTED= author requests no distribution except from their site PORTDOCS= README mailcap.txt mime.types.txt PLIST_FILES= bin/baudline @@ -43,24 +42,8 @@ restart this build .endif -LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' - -pre-install: -.if !empty(LINPROCFS) - @${ECHO_CMD} "" - @${ECHO_CMD} "Check if linprocfs is running: YES" -.else - @${ECHO_CMD} "-----------------------------------------------------------" - @${ECHO_CMD} "" - @${ECHO_CMD} "Baudline needs a running linprocfs, which is not" - @${ECHO_CMD} "activated on your system. Please read the linprocfs\(5\)" - @${ECHO_CMD} "manpage and add the following line to /etc/fstab:" - @${ECHO_CMD} "" - @${ECHO_CMD} "linproc /compat/linux/proc linprocfs rw 0 0" - @${ECHO_CMD} "" - @${ECHO_CMD} "-----------------------------------------------------------" - @${FALSE} -.endif +pre-configure: + @[ -f /compat/linux/proc/stat ] || { ${CAT} ${PKGMESSAGE}; ${FALSE}; } do-install: @${INSTALL_PROGRAM} ${WRKSRC}/baudline ${PREFIX}/bin Index: distinfo =================================================================== RCS file: /home/pcvs/ports/audio/baudline/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 28 Feb 2006 10:21:56 -0000 1.14 +++ distinfo 4 Oct 2007 23:43:40 -0000 @@ -1,3 +1,3 @@ -MD5 (baudline_1.02_i686.tar.gz) = b5cb3c6e10ffd521460abacaf2075fe3 -SHA256 (baudline_1.02_i686.tar.gz) = 6254fb84999246a5555c50fd67e5fe7a8a9357724c15018393e52a42518ce3df -SIZE (baudline_1.02_i686.tar.gz) = 877432 +MD5 (baudline_1.06_linux_i686.tar.gz) = d3de1e269236978cb3ec7155d7931eb9 +SHA256 (baudline_1.06_linux_i686.tar.gz) = 63f10cbce51647e94e17a244dd9e4dfdf76b92f197fc22de8e5792485817e3a0 +SIZE (baudline_1.06_linux_i686.tar.gz) = 1757768 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/audio/baudline/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 5 Jul 2007 23:38:58 -0000 1.2 +++ pkg-descr 4 Oct 2007 23:43:40 -0000 @@ -8,6 +8,3 @@ tools for hunting down and studying elusive signal characteristics. WWW: http://www.baudline.com/ - -- David -dyeske@gmail.com Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-message 4 Oct 2007 23:43:40 -0000 @@ -0,0 +1,6 @@ +*********************************************************** +baudline requires linprocfs(5) to be mounted. If you don't +have it mounted already, please add this line to /etc/fstab +and run `mount linproc`: +linproc /compat/linux/proc linprocfs rw 0 0 +***********************************************************