summaryrefslogtreecommitdiff
path: root/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Complete upgrade to 2.4.0p1Chris Timmons1998-06-2922-77/+55
| | | | Notes: svn path=/head/; revision=11603
* Upgrade to amanda-2.4.0p1.Chris Timmons1998-06-2911-55/+77
| | | | | | | | | | | | | | | | | | | | | Include --with-fqdn argument to configure which writes a host's fqdn onto tape labels; necessary if you have host.foo.com and host.bar.foo.com and wind up writing incrementals to the holding disk (your amflush will fail.) Users should make sure that their disklist files reference hosts by fqdn as well. Submitted by: Evan Champion <evanc@synapse.net> Include --with-amandahosts arguument to configure, which replaces .rhosts file in ~operator for amanda host security. Hopefully people are all using .shosts based authentication and so can just rename .rhosts to .amandahosts. NOTE: Users will have to address this issue after upgrading the port before the next backup will run! Submitted by: Evan Champion <evanc@synapse.net> Place sample configuration files in ${PREFIX}/share/examples/amanda rather than under ${PREFIX}/lib/... Submitted by: Evan Champion <evanc@synapse.net> Notes: svn path=/head/; revision=11602
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-272-5/+2
| | | | Notes: svn path=/head/; revision=11552
* Activate kwatch.Thomas Gellekum1998-06-121-1/+2
| | | | Notes: svn path=/head/; revision=11406
* New port kwatch, a `tail -f' replacement for KDE.Thomas Gellekum1998-06-125-0/+39
| | | | | | | | PR: 6725 Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no> Notes: svn path=/head/; revision=11405
* Fix wrong patch. Configuration files should be installed intoThomas Gellekum1998-06-081-2/+2
| | | | | | | $PREFIX/share/misc. Notes: svn path=/head/; revision=11345
* Add BUILD_DEPENDS and RUN_DEPENDS to gnuplot. (Actually I'm notSatoshi Asami1998-06-0611-44/+44
| | | | | | | | sure if I really need the latter, but since we're building the required bits anyway....) Notes: svn path=/head/; revision=11291
* Czechsum changed....Satoshi Asami1998-06-061-1/+1
| | | | Notes: svn path=/head/; revision=11289
* Fix paths of two files.Satoshi Asami1998-06-061-2/+2
| | | | Notes: svn path=/head/; revision=11287
* ===> Building package for amanda-2.4.0Satoshi Asami1998-06-0511-11/+33
| | | | | | | | | | | tar: can't add file libexec/amanda/amcat.awk : No such file or directory tar: can't add file libexec/amanda/amplot.awk : No such file or directory tar: can't add file libexec/amanda/amplot.g : No such file or directory tar: can't add file libexec/amanda/amplot.gp : No such file or directory tar: can't add file sbin/amplot : No such file or directory Notes: svn path=/head/; revision=11283
* 1. Add a patch for compressed man page.Vanilla I. Shu1998-06-043-19/+169
| | | | | | | 2. Make --enable-subshell as configure argument. Notes: svn path=/head/; revision=11241
* Upgrade to 2.5.1.Thomas Gellekum1998-06-022-4/+5
| | | | Notes: svn path=/head/; revision=11212
* Upgrade to 4.1.35.Vanilla I. Shu1998-06-014-80/+17
| | | | Notes: svn path=/head/; revision=11206
* Change MAINTAINER from wosch to ports@freebsd.org.Wolfram Schneider1998-05-311-2/+2
| | | | Notes: svn path=/head/; revision=11195
* Changed my MAINTAINER e-mail to @FreeBSD.ORG.Donald Burr1998-05-302-4/+4
| | | | Notes: svn path=/head/; revision=11192
* Activate kproject.Thomas Gellekum1998-05-261-1/+2
| | | | Notes: svn path=/head/; revision=11150
* Activate korganizer.Thomas Gellekum1998-05-251-1/+2
| | | | Notes: svn path=/head/; revision=11137
* Update to version 1.3.1.Steve Price1998-05-243-26/+15
| | | | | | | | PR: 6703 Submitted by: maintainer Notes: svn path=/head/; revision=11119
* Upgrade to 4.8.1, for compatibility with version 1.2.2 of slang,Matthew Hunt1998-05-172-6/+6
| | | | | | | which was just committed. Notes: svn path=/head/; revision=11032
* Upgrade to 1.63.Vanilla I. Shu1998-05-133-8/+17
| | | | Notes: svn path=/head/; revision=10966
* Add reference to the rpm2cpio converter written in perl. You stillWolfram Schneider1998-05-121-0/+6
| | | | | | | | need GNU cpio and gzip, but at least you don't have to install the whole RPM manager to get the files in an RPM. Notes: svn path=/head/; revision=10956
* Activate sma port.Steve Price1998-05-101-1/+2
| | | | Notes: svn path=/head/; revision=10941
* Initial import of sma version 0.9.7.Steve Price1998-05-106-0/+91
| | | | | | | | | | A Scour Media Agent client for UNIX. PR: 6553, 6554 Submitted by: Donald Burr <dburr@POBoxes.com> Notes: svn path=/head/; revision=10940
* Activate offix-trash.Thomas Gellekum1998-05-061-1/+2
| | | | Notes: svn path=/head/; revision=10882
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-0511-0/+11
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-044-8/+8
| | | | | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami Notes: svn path=/head/; revision=10846
* Don't override ${CC}, instead patch ltconfig as done in a coupleSteve Price1998-05-031-4/+1
| | | | | | | | | of other ports. PR: 6423 Notes: svn path=/head/; revision=10829
* Upgrade to git-4.3.17Justin M. Seger1998-05-0310-28/+92
| | | | | | | Change MAINTAINER from ports->me Notes: svn path=/head/; revision=10826
* Port is no longer broken: correct PLIST has been commitedStefan Eßer1998-05-024-12/+4
| | | | Notes: svn path=/head/; revision=10810
* Update PLIST to match Beta4.1Stefan Eßer1998-05-024-88/+272
| | | | Notes: svn path=/head/; revision=10809
* Upgrade to 4.1.31.Vanilla I. Shu1998-05-025-41/+61
| | | | Notes: svn path=/head/; revision=10807
* Properly detect GDBM, especially since we're going through the troubleSatoshi Asami1998-04-301-1/+3
| | | | | | | | | | | to depend on it. This fixes gimp's build problem ("XDELTA not found, the sky is falling!!!") too. PR: 6451 Submitted by: Donald Burr dburr@POBoxes.com Notes: svn path=/head/; revision=10774
* Activate x-files.Matthew Hunt1998-04-291-1/+2
| | | | Notes: svn path=/head/; revision=10770
* ===> Building package for kdeutils-4.1bSatoshi Asami1998-04-284-4/+12
| | | | | | | | | | | | | | | | Creating package /usr/ports/packages/All/kdeutils-4.1b.tgz Registering depends: giflib-3.0 jpeg-6b kdelibs-4.1b qt-1.31. Creating gzip'd tar ball in '/usr/ports/packages/All/kdeutils-4.1b.tgz' tar: can't add file share/applnk/Applications/kedit.kdelnk : No such file or directory tar: can't add file share/apps/kjots/toolbar/OpenBook.xpm : No such file or directory tar: can't add file share/apps/kjots/toolbar/filedel.xpm : No such file or directory tar: can't add file share/apps/kljettool/pics/kljetlogo.xpm : No such file or directory tar: can't add file share/doc/HTML/en/kjots/index.html : No such file or directory tar: can't add file share/icons/kjots.xpm : No such file or directory *** Error code 1 Notes: svn path=/head/; revision=10729
* Update to KDE Beta4.Stefan Eßer1998-04-278-40/+60
| | | | Notes: svn path=/head/; revision=10713
* I checksummed the wrong release.Joshua Peck Macdonald1998-04-231-1/+1
| | | | Notes: svn path=/head/; revision=10654
* Install the missing headers, use glib when available.Joshua Peck Macdonald1998-04-233-5/+7
| | | | | | | PR: 6381 Notes: svn path=/head/; revision=10648
* Activate xquote.Matthew Hunt1998-04-221-1/+2
| | | | Notes: svn path=/head/; revision=10635
* Import of xquote, which gets stock quotes over the network.Matthew Hunt1998-04-227-0/+58
| | | | | | | | PR: 5431 Submitted by: ian@majesticnet.com Notes: svn path=/head/; revision=10634
* "make deinstall" before the "make package" test, please!Satoshi Asami1998-04-211-1/+1
| | | | Notes: svn path=/head/; revision=10617
* This fixes problem #2 reported by pierre.dampure@k2c.co.uk (outJoshua Peck Macdonald1998-04-212-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of order includes--this version compiled on a 2.2.6 machine without problems, though). Rather than patch it, I cut a new release. Problem #2 is: > 1) Though the port depends on GDBM, the configure script does not find > it; I got that to work by creating ad hoc symlinks for > /usr/include/gdbm.h and /usr/lib/libgdbm.a --> for some reasons, > /usr/local/include and /usr/local/lib are ignored (btw, any way I can do > that "cleanly" for all ports?) which I haven't touched. Since the standard gcc doesn't search /usr/local/include and /usr/local/lib, it is neccesary to have CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib before configure succeeds, but I tried adding those lines to MAKE_ENV and it didn't help configure (is there a CONFIGURE_ENV)? Why doesn't it search those paths anyway? I looked at other ports which require gdbm and they are no different, it seems they all have this problem, or their makefiles have hardcoded /usr/local paths in them. -josh Notes: svn path=/head/; revision=10614
* Make this port non-INTERACTIVE. If built using:Matthew Hunt1998-04-201-2/+23
| | | | | | | | | make WITH_SETUID=yes it will install setuid root, and verify system passwords. Otherwise, it will not. Notes: svn path=/head/; revision=10604
* Restore IS_INTERACTIVE that I improperly removed; if the "make configure"Matthew Hunt1998-04-201-1/+2
| | | | | | | | | | | | stage is run by root, "configure" asks whether the program should be installed setuid, to allow it to verify passwords. A better solution may be a make variable. Submitted by: Joe "Marcus" Clarke <marcus@miami.edu> Notes: svn path=/head/; revision=10601
* Activate gone.Matthew Hunt1998-04-201-1/+2
| | | | Notes: svn path=/head/; revision=10600
* Imported gone 1.3, an improved version of lock(1).Matthew Hunt1998-04-205-0/+35
| | | | | | | | PR: 6354 Submitted by: Joe "Marcus" Clarke <marcus@miami.edu> Notes: svn path=/head/; revision=10599
* Upgrade version, add MAN1 variable, make myself maintainer.Joshua Peck Macdonald1998-04-193-7/+9
| | | | Notes: svn path=/head/; revision=10569
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-154-8/+8
| | | | Notes: svn path=/head/; revision=10525
* - original distribution updated. (-> 1.0.0)Jun-ichiro itojun Hagino1998-04-124-73/+25
| | | | | | | - the method for removing japanese-oriented code fragment has changed. Notes: svn path=/head/; revision=10486
* Upgrade to 4.1.30, remove my self from MAINTAINER tag.Vanilla I. Shu1998-04-116-31/+31
| | | | Notes: svn path=/head/; revision=10483
* the master distribution update (1.02a -> 1.03a)Jun-ichiro itojun Hagino1998-04-073-6/+7
| | | | Notes: svn path=/head/; revision=10438