Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 1.0.3 | Tilman Keskinoz | 2003-01-02 | 3 | -5/+7 |
| | | | | | | | Pass Maintainership to submitter PR: 46287 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> | ||||
* | Fix build on alpha (don't include the klaptop files when we are on alpha, | Pete Fritchman | 2003-01-02 | 1 | -23/+23 |
| | | | | | | we explicitly disable the build there). Prodded by: kris | ||||
* | Update to 1.18 | Hye-Shik Chang | 2003-01-02 | 2 | -2/+2 |
| | |||||
* | The distfile has been updated without version bump. | Christian Weisgerber | 2002-12-17 | 1 | -1/+1 |
| | | | | | | | | A diff has shown the changes to be limited to minor documentation updates. Submitted by: numerous people Approved by: lioux (portmgr) | ||||
* | - Unbreak on 5-CURRENT; | Maxim Sobolev | 2002-12-11 | 6 | -2/+144 |
| | | | | | | | - improve startup script, so that it works right OOB and bump PORTREVISION; - make it respecting global CFLAGS, while I'm here. Prompted by: IBM ThinkPad 600E | ||||
* | Fix a silly breakage-causing typo (REINPACE --> REINPLACE) introduced in | Maxim Sobolev | 2002-12-11 | 1 | -1/+1 |
| | | | | | | the previous commit. Pointy hat to: edwin | ||||
* | Update WWW. | Akinori MUSHA | 2002-12-07 | 1 | -1/+1 |
| | |||||
* | Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. This | Akinori MUSHA | 2002-12-06 | 2 | -10/+10 |
| | | | | | | | | replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris | ||||
* | Fix Build on -CURRENT | Tilman Keskinoz | 2002-12-02 | 2 | -1/+2 |
| | | | | Approved by: patrick (maintainer) | ||||
* | Use USE_PERL5_BUILD where appropriate, instead of hardcoding | Maxim Sobolev | 2002-11-28 | 1 | -2/+3 |
| | | | | | | | ${PORTSDIR}/lang/perl5 as a dependency. Sponsored by: Porta Software Ltd Approved by: portmgr | ||||
* | Sort entries. | Akinori MUSHA | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | PERL -> REINPLACE for this port too! | Edwin Groothuis | 2002-11-23 | 1 | -2/+4 |
| | | | | Noticed on: bento | ||||
* | Add gfax, a GTK+ front-end to hylafax. | Joe Marcus Clarke | 2002-11-22 | 9 | -0/+120 |
| | | | | | PR: 34103 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> | ||||
* | Update to 0.6.3.1. Notable changes in this release: | Christian Weisgerber | 2002-11-21 | 4 | -30/+38 |
| | | | | | | | | | | - Now uses libiconv to generalize the charset handling. It can also decode UCS2-encoded SMS, localize the date format, and add the status report request bit to outgoing SMSes. - SL45 also handled. PR: 45519 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> | ||||
* | liblthread.so.3 is used with GCC3 | Edwin Groothuis | 2002-11-21 | 1 | -2/+15 |
| | | | | | liblthread.so.2 is used with GCC2 Noticed on: bento | ||||
* | - Fix LIB_DEPENDS | Ying-Chieh Liao | 2002-11-20 | 1 | -9/+11 |
| | | | | | | | - Support CFLAGS/PREFIX properly PR: 45421 Submitted by: Ports Fury | ||||
* | Update to 8.0.206: bugfix release. | Christian Weisgerber | 2002-11-18 | 3 | -25/+7 |
| | |||||
* | find -> ${FIND} | Tilman Keskinoz | 2002-11-18 | 1 | -2/+2 |
| | | | | | | | xargs-> ${XARGS} PR: 39971 Submitted by: Scott Flatman <sf@dsinw.com> | ||||
* | Mark FORBIDDEN: there is an overflowable buffer yielding setuid uucp. | Kris Kennaway | 2002-11-14 | 1 | -0/+2 |
| | | | | Submitted by: Knud Erik H?jgaard <knud@skodliv.dk> | ||||
* | Mark broken on 5.x machines | Roger Hardiman | 2002-11-13 | 1 | -1/+8 |
| | | | | | PR: ports/44892 Submitted by: Volker Stolz <vs@foldr.org> | ||||
* | o Rollback PORTCOMMENT modifications while this feature's implementation | Mario Sergio Fujikawa Ferreira | 2002-11-10 | 18 | -19/+9 |
| | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) | ||||
* | Make it fetchable. | Patrick S. Gardella | 2002-11-07 | 1 | -1/+2 |
| | |||||
* | Use PORTCOMMENT. | Cy Schubert | 2002-11-07 | 2 | -1/+2 |
| | |||||
* | Fix PORTCOMMENTs that were killing INDEX builds. | Adam Weinberger | 2002-11-07 | 2 | -2/+1 |
| | | | | | 105 pointy hats to: me Approved by: pat | ||||
* | Use PORTCOMMENT in the Makefile, and whack the pkg-comment. | Adam Weinberger | 2002-11-06 | 18 | -9/+18 |
| | | | | Approved by: pat | ||||
* | Remove broken master site. | Anders Nordby | 2002-11-05 | 1 | -1/+1 |
| | | | | Reported by: jhs | ||||
* | Create port for xlog, an amateur radio logging app | Patrick S. Gardella | 2002-11-05 | 10 | -0/+140 |
| | |||||
* | REINPLACE_CMD doesn't like x+, replaced with xx* | Edwin Groothuis | 2002-11-04 | 1 | -1/+1 |
| | | | | Noticed on: betno | ||||
* | PERL -> REINPLACE | Edwin Groothuis | 2002-11-04 | 1 | -1/+2 |
| | | | | And some ports have USE_PERL5=yes now. | ||||
* | PERL -> REINPLACE | Edwin Groothuis | 2002-11-04 | 1 | -3/+5 |
| | | | | Noticed on: bento | ||||
* | PERL -> REINPLACE | Edwin Groothuis | 2002-11-04 | 1 | -1/+2 |
| | | | | | | and USE_PERL5 in some places Noticed by: bento | ||||
* | PERL -> REINPLACE | Edwin Groothuis | 2002-11-04 | 1 | -1/+2 |
| | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento | ||||
* | PERL -> REINPLACE | Edwin Groothuis | 2002-11-04 | 1 | -2/+3 |
| | | | | Noticed on: bento | ||||
* | Create a port for kpsk, a PSK-31 radio package for amateur radio users | Patrick S. Gardella | 2002-11-03 | 9 | -0/+106 |
| | |||||
* | fix segfault | Ying-Chieh Liao | 2002-10-28 | 2 | -0/+12 |
| | | | | | PR: 44049 Submitted by: Michael Hsin <mhsin@mhsin.org> | ||||
* | Upgrade to 7.2.4. | Jun Kuriyama | 2002-10-28 | 2 | -2/+2 |
| | | | | Notified by: Tim Bishop <T.D.Bishop@ukc.ac.uk> | ||||
* | Add missing manpages | Kris Kennaway | 2002-10-28 | 1 | -1/+3 |
| | |||||
* | Don't change ownership/permission of system directories | Kris Kennaway | 2002-10-28 | 4 | -0/+40 |
| | |||||
* | Add some files missing from plist. | Daniel Harris | 2002-10-26 | 1 | -0/+4 |
| | |||||
* | Update to 4.1.5. | Daniel Harris | 2002-10-26 | 2 | -2/+2 |
| | |||||
* | - Update MASTER_SITE | Ying-Chieh Liao | 2002-10-25 | 1 | -6/+4 |
| | | | | | | | - USE_REINPLACE PR: 43639 Submitted by: Sergei Kolobov <sergei@kolobov.com> | ||||
* | Update to version 0.6.1.6 | Kevin Lo | 2002-10-24 | 2 | -2/+2 |
| | | | | | PR: 44408 Submitted by: MAINTAINER | ||||
* | Respect CC and CFLAGS, and fix build on -current (use POSIX syntax for | Kris Kennaway | 2002-10-20 | 2 | -5/+18 |
| | | | | chown) | ||||
* | Update to revision 1.5. | Brian S. Dean | 2002-10-17 | 2 | -4/+5 |
| | | | | Submitted by: David Quattlebaum <drq@drqware.com> (maintainer) | ||||
* | Update to 0.9.4. | Akinori MUSHA | 2002-10-16 | 3 | -3/+5 |
| | |||||
* | 1. Removed comments from pkg-plist files per will's request. | Alan Eldridge | 2002-10-11 | 2 | -33/+28 |
| | | | | | 2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those cvsup servers (in about an hour or so)! | ||||
* | Update to 0.9.1. (PORTEPOCH bumped) | Akinori MUSHA | 2002-10-08 | 3 | -12/+25 |
| | |||||
* | Use RUBY_MOD*. | Akinori MUSHA | 2002-10-06 | 2 | -11/+11 |
| | |||||
* | 1. Bump PORTREVISION to 1. | Alan Eldridge | 2002-10-01 | 2 | -10/+23 |
| | | | | | | | | | | | 2. Change gross kluge for klaptopdaemon to use DO_NOT_COMPILE. 3. Added WITH_KFLOPPY knob, defaults to undefined. 3A. If WITH_KFLOPPY is not defined, then we add kfloppy to DO_NOT_COMPILE. 4. Anything that got put in DO_NOT_COMPILE then gets passed in the env to the configure script, which dutifully sets things up to not compile it. Approved by: kris | ||||
* | Don't try and create the device node when PACKAGE_BUILDING since we | Kris Kennaway | 2002-09-29 | 1 | -0/+2 |
| | | | | | use devfs in the build chroots and it does not support manual device node creation. |