summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
1999-04-26add USE_X11=yesgarbled5-5/+11
1999-04-26Fix a typo which was causing the distfile to not be found.ender1-2/+2
Fix provided by Soren S. Jorvang <soren@t.dk>
1999-04-25The real MASTER_SITE can be distant or slow to most of the world; instead,tv1-3/+3
give preference to MASTER_SITE_GNU (which may be overridden by the user).
1999-04-24Fix run time library search path.tron1-2/+2
1999-04-23Make sure that "screen" recognizes termcap buffer overflow.tron1-0/+11
Patch supplied by Joel Reicher in PR pkg/7454.
1999-04-23Needed -R for libreadlinetsarna1-2/+3
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron11-33/+22
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-14Remove unnecessary slash from master site list.tron2-4/+4
1999-04-14Upgrade to 1.5.2tsarna2-10/+10
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-3/+1
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
1999-04-11Update to v1.50.hubertf2-5/+5
Changes: numerous bugfixes.
1999-04-10Update to 3.1.11.hubertf5-113/+145
Changes: Redesigned file selector, made plotting plugin not barf on non-numeric cells, portability patches fixed a couple of broken casts, new text editor (a heavily modified version of Xed), very alpha importing of Excel documents using Victor Wagner's xls2csv, improved recognition of very old Siag files and deallocate unused rows at the bottom of a sheet.
1999-04-08Fix order of packages.tron1-2/+2
1999-04-08Add and enable "pty-redir". Fixes PR pkg/7030.tron1-1/+2
1999-04-08Import new "pty-redir" package supplied by Dustin Sallings in PR pkg/7030:tron7-0/+66
Attach a program's stdio to a pty.
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc2-7/+7
1999-04-05Fix configure script for tcl 8.0.5 and tk 8.0.5.tron1-0/+15
1999-04-05More EXTRACT_CMD fallout.mycroft1-5/+3
1999-04-05semctl(2) wants a union semun as 4th argument... make it so.hubertf1-0/+18
1999-04-05Disable second test which didn't consider different timezoneshubertf1-0/+16
1999-04-05Move "amanda" related packages to "sysutils" category as suggested bytron36-1513/+1
Klaus Klein in PR pkg/7159.
1999-04-04Fix checksums (also on ftp.netbsd.org)hubertf1-2/+2
1999-04-04Fix to not install in /usr/local, be more efficient on assigninghubertf1-5/+4
PKGNAME.
1999-04-01Adjust for samba update.bouyer1-2/+2
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-2/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc4-8/+8
1999-03-29remove diplicate @dirrmhubertf1-2/+1
1999-03-25Clean up patches. Add RCSids, and make patch-ad a unidiff with thetsarna2-17/+17
correct path.
1999-03-23Make sure that "configure" finds JPEG, TIFF and PNG library.tron1-4/+5
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad2-4/+4
1999-03-22Add asprintf for pre-1.3H versions of NetBSD.mellon2-0/+113
1999-03-22update to 1.46hubertf4-21/+9
1999-03-201. Avoid changing G1 charset to allow 8-bit encodings.itohy1-0/+28
2. Shorten TERMCAP environment variable not to be longer than 1023 bytes.
1999-03-14Move "mc" package to "sysutils" category.tron12-219/+1
1999-03-08s/make/${MAKE}/gagc1-2/+2
1999-03-07Call commands using variables.kim1-4/+5
1999-03-05update to 3.1.7hubertf8-276/+333
1999-03-05Update to 1.45hubertf3-5/+15
1999-03-03a.) Patches cannot modify files which don't exist until configure is run!jwise1-9/+8
(modify Makefile.init.in, not Makefile.init) b.) this had no RCS Id.
1999-03-03Fix bash problem. Still doesn't work on 1.3.x because it wants asprintf,tsarna1-0/+13
but I was annoyed that the bash thing was left unfixed for so long.
1999-03-02Added and enabled remindkim1-1/+2
1999-03-02remind 3.0.19 -- a calendar/alarm program with interpreted input languagekim7-0/+73
1999-02-26samba-2.0.2's tar client prints statistic on stderr by default. Disablebouyer1-0/+17
this by addind 'q' to the tar options.
1999-02-25Add a new make variable, AMANDA_VAR, to tell the default place of thebouyer4-3/+45
status and log files (default to /var/amanda). Change the example amanda.conf to use this path. Add --with-owner=root to CONFIGURE_ARGS so that executables get installed as root, not AMANDA_USER (better for security!).
1999-02-25Remove the FreeBSD Id, this has nothing to do with the FreeBSD package now.bouyer1-2/+1
1999-02-24A meta-pkg for amanda, requested by Hubert Feyrer.bouyer4-0/+35
1999-02-24Update description from README, change COMMENT to describe each parts.bouyer6-63/+402
1999-02-23Reflect split of amanda.bouyer1-2/+4
1999-02-23Now in amanda-common, amanda-server, amanda-clientbouyer7-203/+0
1999-02-23An amanda 2.4.1p1 package, split into common, server and client parts.bouyer29-0/+1077