Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix build on bento. | Dirk Meyer | 2003-03-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | It works fine when PORTSDIR points at the physical lcoation. if PORTSDIR point to symlink (as on benot), the workdirs are at a diffrent location. You expect: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work ===> c-nocem-3.7 depends on file: /tmp/usr/ports/news/cnews/work/conf/substitutions - not found but the port genarted itws workfiles at: /tmp/a/ports/news/cnews/work/conf/substitutions The location can only be found with ${WRKDIRPREFIX}${.CURDIR}/../../news/cnews/work | ||||
* | - backout as requested by kris | Dirk Meyer | 2003-02-23 | 1 | -4/+0 |
| | | | | ports is now broken again on bento. | ||||
* | - update pre-fetch to use CNEWSSRC as well | Dirk Meyer | 2003-02-23 | 1 | -1/+1 |
| | |||||
* | - Update to 3.7 | Dirk Meyer | 2003-02-23 | 2 | -6/+11 |
| | | | | | - add pre-fetch target for bento - optimize configuration with option CNEWSSRC | ||||
* | - retire pkg-comment | Dirk Meyer | 2003-02-21 | 1 | -1/+0 |
| | |||||
* | - add COMMENT | Dirk Meyer | 2003-02-20 | 1 | -0/+1 |
| | |||||
* | - Fix build, as USE_PERL5 now conditional. | Dirk Meyer | 2002-12-13 | 1 | -2/+7 |
| | |||||
* | - Fix build on CURRRENT | Dirk Meyer | 2002-12-13 | 1 | -0/+1 |
| | | | | switch to USE_PERL5, even as it builds with perl4 | ||||
* | change binary installation path for cnews | Dirk Meyer | 2002-09-01 | 1 | -1/+1 |
| | |||||
* | change MAINTAINER to FreeBSD.org address | Dirk Meyer | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | - Added missing dependency for libcnews.a | Dirk Meyer | 2001-05-16 | 1 | -1/+2 |
| | |||||
* | Add default CNEWSBIN, to ensure package can be made | Dirk Meyer | 2001-03-15 | 1 | -0/+1 |
| | |||||
* | fix pkg-plist, even if CNEWSBIN is not set | Dirk Meyer | 2001-03-14 | 2 | -2/+3 |
| | |||||
* | Changing path for BUILD_DEPENDS. | Dirk Meyer | 2001-03-11 | 1 | -2/+3 |
| | | | | | | | | | | | For some unknown reason for the i386 ports build had failed, workdir was searched in: "/tmp/usr/ports/news/cnews/work/" but created files are at: "/tmp/a/ports/news/cnews/work/" changed to use ${.CURDIR} instead of ${PORTSDIR} old: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work/ new: ${WRKDIRPREFIX}${.CURDIR}/../cnews/work | ||||
* | Master-Sites changed, renaming of directories. | Dirk Meyer | 2001-02-23 | 1 | -1/+1 |
| | | | | Approved by: will | ||||
* | This port needs PGP. Add GnuPG as dependency. | Alexander Langer | 2001-01-12 | 1 | -1/+2 |
| | | | | Submitted by: bento | ||||
* | Fix BUILD_DEPENDS | Kevin Lo | 2000-10-10 | 1 | -1/+1 |
| | | | | | PR: 21873 Submitted by: MAINTAINER | ||||
* | Substitute the extra spaces | Kevin Lo | 2000-08-10 | 1 | -1/+1 |
| | |||||
* | Add a patch-file that I missed in the previous commit. | Neil Blakey-Milner | 2000-08-06 | 1 | -0/+8 |
| | | | | PR: ports/20441 | ||||
* | Update to 3.6 and fix a few bugs too. | Neil Blakey-Milner | 2000-08-06 | 3 | -5/+5 |
| | | | | | PR: ports/20441 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> (MAINTAINER) | ||||
* | Add c-nocem, a fast filter to remove spam (works with cnews) | Neil Blakey-Milner | 2000-08-02 | 6 | -0/+59 |
PR: ports/17302 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> |