summaryrefslogtreecommitdiff
path: root/sysutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Respect ${CC} and ${CFLAGS}.Dirk Froemberg1999-09-223-0/+93
| | | | | | | As a side effect the commands executed are echoed, now. Notes: svn path=/head/; revision=21886
* Upgrade to 1.8a29.Dirk Froemberg1999-09-206-9/+9
| | | | | | | | | | | From AN-1.8a29: "removed a bug that caused an endless loop if a TEAC-CDR 50 /55 was present without a media. This bug has been introduced when tryint to find a workaround for a bug in the Ricoh 7040 firmware." Notes: svn path=/head/; revision=21827
* time(3) takes a time_t and not a long.Steve Price1999-09-201-0/+11
| | | | Notes: svn path=/head/; revision=21798
* The second to arg to snprintf(3) is of type size_t.Steve Price1999-09-201-0/+20
| | | | Notes: svn path=/head/; revision=21795
* ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.Steve Price1999-09-201-0/+6
| | | | Notes: svn path=/head/; revision=21774
* Update master site.Wolfram Schneider1999-09-193-3/+3
| | | | Notes: svn path=/head/; revision=21744
* Make cdrecord build on alpha (at least).Dirk Froemberg1999-09-186-12/+90
| | | | | | | | It compiled fine on beast.freebsd.org. But I couldn't really test it there. So some feedback from alpha people would be great. Notes: svn path=/head/; revision=21723
* Update to KDE-1.1.2Stefan Eßer1999-09-189-9/+150
| | | | Notes: svn path=/head/; revision=21711
* The version number of libgif.so has changed to 5.Steve Price1999-09-183-3/+3
| | | | Notes: svn path=/head/; revision=21701
* - upgrade to 1.8a28:Dirk Froemberg1999-09-179-24/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | highlight from AN-1.8a28: "Now after more then half a year of testing, auinfo.c is included with this distribution. This allows to create bitwise correct audio copies: cdda2wav -B -v255 cdrecord -v -dao -useinfo *.wav When using these commands, the cddb ID is copied, also the start time of the first track, all available ISRC ID's, the MCN, the size of all pregaps between all tracks and all indices if present." - add more MASTER_SITES - use MAKE_ENV instead of a custom do-build - don't link /dev/rworm0.ctl to /dev/scgx in pkg/PLIST according to the docs it isn't even neccessary for non-CAM systems Notes: svn path=/head/; revision=21677
* Change MAINTAINER from jmz@FreeBD.org to dirk@FreeBSD.org.Dirk Froemberg1999-09-173-3/+3
| | | | | | | | | Thanks to Jean-Marc for maintaining cdrecord up to now. OK'ed by: Jean-Marc Zucconi <jmz@FreeBSD.org> Notes: svn path=/head/; revision=21676
* The checksums have changed on us...Donald Burr1999-09-101-2/+2
| | | | Notes: svn path=/head/; revision=21630
* Fix build on -current.Chris Piazza1999-09-101-0/+12
| | | | | | | | PR: 13675 Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm8.NCTU.edu.tw> Notes: svn path=/head/; revision=21533
* Reduce fuzz and offsets in patches.Bill Fenner1999-09-082-4/+4
| | | | Notes: svn path=/head/; revision=21439
* Update to screen 3.9.5Bill Fenner1999-09-084-40/+4
| | | | | | | | PR: ports/13641 Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de> Notes: svn path=/head/; revision=21429
* Update to version 0.1.22Chris Piazza1999-09-083-3/+4
| | | | | | | | PR: 13643 Submitted by: maintainer Notes: svn path=/head/; revision=21427
* upgrade to 340Andrey A. Chernov1999-09-082-2/+2
| | | | Notes: svn path=/head/; revision=21415
* portlintDavid E. O'Brien1999-09-051-1/+1
| | | | Notes: svn path=/head/; revision=21286
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-3127-40/+40
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-3183-84/+84
| | | | Notes: svn path=/head/; revision=21144
* Add an Xpm.4 LIB_DEPENDS.Chris Piazza1999-08-291-1/+3
| | | | | | | Noticed by: bento.freebsd.org Notes: svn path=/head/; revision=21101
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-293-3/+3
| | | | Notes: svn path=/head/; revision=21098
* Caps, no period.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21094
* Move USE_NEWGCC and add -fpermissive to CFLAGS for the USE_NEWGCC case.Chris Piazza1999-08-291-1/+5
| | | | | | | Submitted by: futatuki@debug.gr.jp Notes: svn path=/head/; revision=21079
* USE_NEWGCC=yesChris Piazza1999-08-291-7/+2
| | | | | | | | PR: 13435 Submitted by: Yasuhito FUTATSUKI <futatuki@debug.gr.jp> Notes: svn path=/head/; revision=21074
* expr -> ${EXPR}Michael Haro1999-08-281-2/+2
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-282-4/+4
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-4/+4
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Respect CFLAGS and CCChris Piazza1999-08-261-4/+22
| | | | | | | | PR: 13380 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=21002
* BROKEN= 'Sorry, asmem doesn't compile on 4.0+'Chris Piazza1999-08-261-2/+7
| | | | Notes: svn path=/head/; revision=20982
* Change Id->FreeBSD.David E. O'Brien1999-08-256-6/+6
| | | | Notes: svn path=/head/; revision=20960
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* Added wmapmSatoshi Taoka1999-08-251-1/+2
| | | | Notes: svn path=/head/; revision=20932
* Laptop battery status display for WindowMakerSatoshi Taoka1999-08-256-0/+58
| | | | Notes: svn path=/head/; revision=20931
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-221-4/+4
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-224-8/+8
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update to version 1.0.6.Steve Price1999-08-2212-20/+120
| | | | | | | | PR: 12781 (17 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20874
* Update to version 0.1.20.Chris Piazza1999-08-213-4/+5
| | | | | | | | PR: 13241 Submitted by: maintainer Notes: svn path=/head/; revision=20851
* Correct MAINTAINER's email address.Bill Fenner1999-08-211-2/+2
| | | | Notes: svn path=/head/; revision=20846
* Update to version 1.3Bill Fenner1999-08-212-5/+6
| | | | | | | | PR: ports/12796 Submitted by: jack@germanium.xtalwind.net Notes: svn path=/head/; revision=20845
* update to new version 0.73Andreas Klemm1999-08-183-32/+77
| | | | Notes: svn path=/head/; revision=20798
* Update to version 0.1.19Chris Piazza1999-08-143-5/+6
| | | | | | | | PR: 12971 Submitted by: maintainer Notes: svn path=/head/; revision=20709
* Look for gtk--.h in ${X11BASE} not ${PREFIX}Chris Piazza1999-08-131-2/+2
| | | | | | | Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=20692
* Remove a stray PLIST= that wasn't supposed to be thereChris Piazza1999-08-121-2/+1
| | | | Notes: svn path=/head/; revision=20676
* Update to version 1.1.2Chris Piazza1999-08-123-9/+42
| | | | | | | | | | | | | PR: 12642 Submitted by: maintainer Build xcdrdao if gtk-- is installed or XCDRDAO is set to yes. PR: 12642 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=20675
* To remove old files from temporary directories.Satoshi Taoka1999-08-125-0/+33
| | | | | | | | PR: 12972 Submitted: stanislav shalunov <shalunov@tuzik.lz.att.com> Notes: svn path=/head/; revision=20660
* Added stmpcleanSatoshi Taoka1999-08-121-1/+2
| | | | Notes: svn path=/head/; revision=20659
* make this patch relative to ${WRKSRC}, sorry.Bill Fumerola1999-08-051-2/+2
| | | | | | | Discovered By: Jeremy Thiel <jthiel@chc-chimes.com> Notes: svn path=/head/; revision=20532