FreeBSD Bugzilla – Attachment 147942 Details for
Bug 193978
[NEW PORT] misc/countdown: Counts down a specified time interval, beeps, and then exits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Updated shar file for the deskutils/countdown - Ignores Vendor Makefile
countdown-skip-vendor-makefile.shar (text/plain), 2.77 KB, created by
Neel Chauhan
on 2014-10-03 18:49:34 UTC
(
hide
)
Description:
Updated shar file for the deskutils/countdown - Ignores Vendor Makefile
Filename:
MIME Type:
Creator:
Neel Chauhan
Created:
2014-10-03 18:49:34 UTC
Size:
2.77 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># countdown ># countdown/files ># countdown/files/patch-Makefile ># countdown/Makefile ># countdown/distinfo ># countdown/pkg-descr ># >echo c - countdown >mkdir -p countdown > /dev/null 2>&1 >echo c - countdown/files >mkdir -p countdown/files > /dev/null 2>&1 >echo x - countdown/files/patch-Makefile >sed 's/^X//' >countdown/files/patch-Makefile << '76b534ea0b383adbf5b89158ae0f1bc9' >X--- Makefile.orig 2014-08-11 15:16:15.000000000 -0400 >X+++ Makefile 2014-09-29 11:58:53.471412866 -0400 >X@@ -1,15 +1,14 @@ >X # Makefile for countdown >X >X-BINDIR = /usr/local/bin >X-MANDIR = /usr/local/man/man1 >X-CC = cc >X-CFLAGS = -O -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long >X-LDFLAGS = -s >X+BINDIR= /usr/local/bin >X+MANDIR= /usr/local/man/man1 >X+CC?= cc >X+CFLAGS+= -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long >X >X all: countdown >X >X countdown: countdown.c >X- $(CC) $(CFLAGS) countdown.c $(LDFLAGS) -o countdown >X+ $(CC) $(CFLAGS) countdown.c -o countdown >X >X >X install: all >76b534ea0b383adbf5b89158ae0f1bc9 >echo x - countdown/Makefile >sed 's/^X//' >countdown/Makefile << 'b42cd90a287a0251330ab3aab9e64b22' >X# $FreeBSD$ >X >XPORTNAME= countdown >XPORTVERSION= 20140814 >XCATEGORIES= deskutils >XMASTER_SITES= http://acme.com/software/countdown/ >XDISTNAME= ${PORTNAME}_14Aug2014 >X >XMAINTAINER= neel@neelc.org >XCOMMENT= Counts down a specified time interval, beeps, and then exits >X >XLICENSE= BSD2CLAUSE >X >XWRKSRC= ${WRKDIR}/${PORTNAME} >XPLIST_FILES= bin/countdown man/man1/countdown.1.gz >X >XMAKEFILE= /dev/null >XALL_TARGET= ${PORTNAME} >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/countdown ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_MAN} ${WRKSRC}/countdown.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/countdown.1 >X >X.include <bsd.port.mk> >b42cd90a287a0251330ab3aab9e64b22 >echo x - countdown/distinfo >sed 's/^X//' >countdown/distinfo << '32f822ffb0f10722e79eee09dbc4f616' >XSHA256 (countdown_14Aug2014.tar.gz) = 2815b38bca4411faaf3ec73412efd9b7e92d3fdf0e727e863d00db785ea60f3b >XSIZE (countdown_14Aug2014.tar.gz) = 2215 >32f822ffb0f10722e79eee09dbc4f616 >echo x - countdown/pkg-descr >sed 's/^X//' >countdown/pkg-descr << 'aa6e29dbaa4de05af214494dc3c7d514' >XThis program counts down a specified time interval, then beeps and exits. >X >XWWW: http://www.acme.com/software/countdown/ >aa6e29dbaa4de05af214494dc3c7d514 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 193978
:
147734
|
147751
|
147786
|
147803
|
147807
| 147942