Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As threatened on freebsd-ports: all startup scripts know about the two | tg | 2000-07-05 | 3 | -12/+48 |
| | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. | ||||
* | @dirrm lib/trn | asami | 2000-07-05 | 1 | -0/+1 |
| | | | | Submitted by: bento | ||||
* | @dirrm share/doc/slnr | asami | 2000-07-05 | 1 | -0/+1 |
| | | | | Submitted by: bento | ||||
* | @dirrm share/doc/aub | asami | 2000-07-05 | 1 | -0/+1 |
| | | | | Submitted by: bento | ||||
* | Bump png shared library version. | sobomax | 2000-07-04 | 1 | -1/+1 |
| | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> | ||||
* | <security-officer> | kris | 2000-07-04 | 1 | -1/+4 |
| | | | | | | | | Don't install rnews setgid uucp by default - the INN maintainers don't recommend this binary run with privileges because it is not secure. Anyone who needs the ability to fetch news via UUCP can rebuild the port with WITH_UUCP_SECURITY_HOLE defined. </security-officer> | ||||
* | This port was missing a dependency on kdelibs11 | kris | 2000-07-03 | 1 | -1/+2 |
| | | | | Noticed by: bento | ||||
* | Oops, wasn't looking closely enough. The aforementioned breakage was actually | kris | 2000-07-02 | 1 | -2/+0 |
| | | | | in kdesupport11. | ||||
* | Mark broken; port can't find the KDE stuff during configure. | kris | 2000-07-02 | 1 | -0/+2 |
| | | | | Noticed by: bento | ||||
* | Move the stragler's www.freebsd.org/~user distfiles to the offical | obrien | 2000-06-29 | 1 | -1/+2 |
| | | | | MASTER_SITE_LOCAL site. | ||||
* | Add a RUN_DEPENDS on sysutils/gnomecontrolcenter. | ade | 2000-06-26 | 2 | -0/+2 |
| | | | | | | | This is now REQUIRED by ALL GNOMEish applications that install anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome Reminded by: bento | ||||
* | Remove period. | des | 2000-06-26 | 1 | -1/+1 |
| | |||||
* | Upgrade to 2.2-REL. This is now packageable. | des | 2000-06-26 | 10 | -101/+154 |
| | |||||
* | Remove setuid news privileges on inews by recommendation of inn maintainers | kris | 2000-06-26 | 1 | -1/+4 |
| | | | | | | | Correct typo from 1.33 which made rnews setuid news, not setgid uucp which it actually required to implement the intended change. Submitted by: Russ Allbery <rra@STANFORD.EDU> (first change) via Bugtraq | ||||
* | Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. | will | 2000-06-17 | 2 | -8/+8 |
| | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> | ||||
* | Use the distfiles now on ftp.freebsd.org instead of from my home directory | steve | 2000-06-17 | 1 | -1/+1 |
| | | | | on freefall. | ||||
* | Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. | sobomax | 2000-06-14 | 2 | -3/+4 |
| | |||||
* | Upgrade to beta74. | mph | 2000-06-14 | 2 | -5/+4 |
| | | | | Submitted by: Stephen J. Roznowski <sjr@home.net> | ||||
* | Use print/gnomeprint and replace supplied uulib library with the | ade | 2000-06-13 | 6 | -20/+70 |
| | | | | shared version from converters/uulib | ||||
* | Remove @exec ranlib's. Since pkg_add doesn't change the timestamp, | asami | 2000-06-12 | 1 | -1/+0 |
| | | | | | these are not necessary (even if the linker cares about the timestamp -- I'm not sure if it does). | ||||
* | Add three LIB_DEPENDS. | alex | 2000-06-10 | 1 | -0/+4 |
| | | | | | | PR: 18966 Submitted by: Sune Falck <sune.falck@swipnet.se> (gdbm dependency) Reviewed by: will | ||||
* | Add krn, a newsreader for KDE. | will | 2000-06-09 | 8 | -0/+100 |
| | | | | | PR: 18039 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> | ||||
* | Add in hacky rmdir bits to clean up "extra" | ade | 2000-06-08 | 1 | -0/+2 |
| | | | | Submitted by: bento | ||||
* | Remove one directory and add one manpage. Also, move three | asami | 2000-06-07 | 2 | -3/+4 |
| | | | | | | manpages from PLIST to Makefile. Submitted by: bento (first part) | ||||
* | Merge simpleftp.1 and mod-active.8 change from inn-stable/Makefile. | asami | 2000-06-07 | 2 | -6/+8 |
| | | | | Submitted by: bento | ||||
* | Add simpleftp.1 and mod-active.8 to manpage lists. Note this port | asami | 2000-06-03 | 1 | -3/+4 |
| | | | | | | changes directory permissions so it still doesn't pass the mtree test. Submitted by: bento | ||||
* | p5-NNTPClient implements a client interface to NNTP, enabling | ade | 2000-06-01 | 6 | -0/+36 |
| | | | | a Perl 5 application to talk to NNTP servers. | ||||
* | Updates for new shared library versions in GNOME 1.2 | ade | 2000-06-01 | 2 | -2/+2 |
| | |||||
* | Add manpage. Note this port still doesn't pass the mtree test since it | asami | 2000-06-01 | 1 | -0/+1 |
| | | | | | | modifies ownerships of some directories. Submitted by: bento | ||||
* | Create directory created by port. Remove it. | asami | 2000-06-01 | 1 | -0/+2 |
| | | | | Submitted by: bento | ||||
* | fix bug that creates wrong dir (/news in root) | andreas | 2000-05-31 | 1 | -4/+4 |
| | | | | Submitted by: "Dmitry Grigorovich" <odip@bionet.nsc.ru> | ||||
* | Upgrade to 1.5.4 | ache | 2000-05-23 | 5 | -20/+33 |
| | |||||
* | Install the author's example files. | knu | 2000-05-21 | 2 | -0/+15 |
| | | | | | PR: ports/18703 Submitted by: MAINTAINER | ||||
* | Change MAINTAINER's mail address. | knu | 2000-05-21 | 3 | -7/+7 |
| | | | | | | | Now "Don Croyle <croyle@gelemna.org>". PR: 18701, (part of) 18702, 18703, 18706 Submitted by: MAINTAINER | ||||
* | Update to 0.8.0 | ade | 2000-05-18 | 10 | -42/+74 |
| | | | | | | Take over MAINTAINERship Approved by (with blessings!): jedgar (previous MAINTAINER) | ||||
* | ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go. | billf | 2000-05-14 | 1 | -1/+1 |
| | |||||
* | Update MASTER_SITES to match the new layout of the ftp site. | jedgar | 2000-05-02 | 2 | -2/+2 |
| | |||||
* | fix PLIST for package building on bento | andreas | 2000-04-24 | 1 | -1/+1 |
| | |||||
* | Update to dejasearch 1.8.6 (defennerstrate) | kris | 2000-04-24 | 2 | -4/+3 |
| | |||||
* | disable compface, knews dumps core when trying to post new article in newsgroup | andreas | 2000-04-22 | 2 | -4/+4 |
| | |||||
* | Correct whitespace introduced during PORTNAME conversion and portlint | mharo | 2000-04-21 | 17 | -53/+51 |
| | |||||
* | update to 4.4.1 | mharo | 2000-04-17 | 3 | -10/+10 |
| | |||||
* | xface support for knews | andreas | 2000-04-16 | 2 | -4/+7 |
| | | | | | PR: 17985 Submitted by: misha | ||||
* | Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR} | knu | 2000-04-14 | 1 | -1/+1 |
| | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp | ||||
* | Fix a typo in PORTVERSION. | knu | 2000-04-13 | 1 | -1/+1 |
| | | | | | | PR: ports/17973 Typo by: cpiazza Fixed by: A single key stroke of C-t | ||||
* | Unbreak | cpiazza | 2000-04-13 | 1 | -2/+3 |
| | | | | | PR: 19768 Submitted by: dirk.meyer@dinoex.sub.org | ||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 40 | -96/+95 |
| | |||||
* | Update port to 1.3.4 | jedgar | 2000-03-24 | 6 | -44/+44 |
| | | | | | PR: 17535 Submitted by: Maintainer | ||||
* | Upgrade to suck-4.2.3 | jseger | 2000-03-22 | 3 | -3/+13 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| |