| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add MASTER_SITES.
PR: ports/18036
Submitted by: MAINTAINER
- Add patch-an (back) to correctly build on FreeBSD 5.0+.
PR: ports/17404
Submitted by: Khetan H. Gajjar <khetan@freebsd.os.org.za>
- Portlint in many respects.
- Mark `WWW:'.
- Put variables in order.
- Unexpand. (Change space to tab)
Notes:
svn path=/head/; revision=28040
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a couple Makefile knobs to go with some new configure script
options.
PR: ports/18035
Submitted by: MAINTAINER
- Get rid of an insecure command (`chmod +w configure') and whole
pre-configure target, which seems unnecessary now. (the port
successfully builds without it)
- Use tab instead of space in suitable points.
- Use `${...}' instead of `$(...)'.
Notes:
svn path=/head/; revision=28039
|
|
|
|
|
|
|
|
| |
PR: ports/18229
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=28038
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/18023
Submitted by: MAINTAINER
Use ${MASTER_SITE_SUNSITE}.
Suggested by: portlint
Notes:
svn path=/head/; revision=28037
|
|
|
|
|
|
|
|
|
|
| |
out of the shared library.
PR: ports/18016
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=28036
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/17988
Submitted by: MAINTAINER
Define GTK_CONFIG to configure right.
Fix RUN_DEPENDS. (gnupg's executable file name is `gpg')
Notes:
svn path=/head/; revision=28035
|
|
|
|
|
|
|
|
| |
PR: ports/17827, ports/17828
Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
Notes:
svn path=/head/; revision=28034
|
|
|
|
| |
Notes:
svn path=/head/; revision=28033
|
|
|
|
|
|
|
|
| |
PR: ports/18236
Submitted by: Udo Schweigert <ust@cert.siemens.de>
Notes:
svn path=/head/; revision=28032
|
|
|
|
|
|
|
|
| |
PR: 18247
Submitted by: maintainer
Notes:
svn path=/head/; revision=28031
|
|
|
|
|
|
|
|
| |
PR: 18246
Submitted by: maintainer
Notes:
svn path=/head/; revision=28030
|
|
|
|
|
|
|
|
|
| |
Seems ade forgot to remove it.
Noticed by: make index
Notes:
svn path=/head/; revision=28029
|
|
|
|
|
|
|
|
| |
problems people are having with 1.1.19. Vanilla, if you have any problems
with this update, let me know and I'll back it out.
Notes:
svn path=/head/; revision=28028
|
|
|
|
|
|
|
|
| |
PR: 17938
Submitted by: "Jeffrey S. Sharp" <jss@subatomix.com>
Notes:
svn path=/head/; revision=28027
|
|
|
|
|
|
|
| |
caching name server.
Notes:
svn path=/head/; revision=28026
|
|
|
|
| |
Notes:
svn path=/head/; revision=28025
|
|
|
|
| |
Notes:
svn path=/head/; revision=28024
|
|
|
|
|
|
|
|
| |
around to it. If anyone else wants to get it working and does, feel free to
revive it.
Notes:
svn path=/head/; revision=28023
|
|
|
|
| |
Notes:
svn path=/head/; revision=28022
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD's syslogd. syslogd logs the specified level and greater; currently
syslog-ng only logs at the level specified.
PR: 18219
Submitted by: maintainer
Notes:
svn path=/head/; revision=28021
|
|
|
|
|
|
|
| |
to Jacob Hart <c9710216@atlas.newcastle.edu.au>.
Notes:
svn path=/head/; revision=28020
|
|
|
|
| |
Notes:
svn path=/head/; revision=28019
|
|
|
|
|
|
|
|
| |
in duplicate entries in INDEX. When someone updates lynx-current to a later
version, please turn it back on.
Notes:
svn path=/head/; revision=28017
|
|
|
|
|
|
|
|
| |
PR: ports/18179 (partially)
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Notes:
svn path=/head/; revision=28016
|
|
|
|
|
|
|
| |
Noticed by: asami
Notes:
svn path=/head/; revision=28015
|
|
|
|
|
|
|
| |
Reported by: Anton Berezin <tobez@tobez.org>
Notes:
svn path=/head/; revision=28014
|
|
|
|
| |
Notes:
svn path=/head/; revision=28013
|
|
|
|
|
|
|
|
|
|
|
|
| |
on such systems.
(I know we aren't supporting a.out systems any more, but this was
requested by some people. And the change is trivial.)
Tested by: nate
Notes:
svn path=/head/; revision=28012
|
|
|
|
| |
Notes:
svn path=/head/; revision=28011
|
|
|
|
| |
Notes:
svn path=/head/; revision=28010
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- better rcsid checking
- add DIST_SUBDIR to section 1 of the Makefile
- add check for WWW: in pkg/DESCR when http:// exists
- add new -t flag, which will require a tab after a variable defination instead
of spaces
- cleanup english grammar
- add -M (make variable passing) flag
- change into portdir instead of constantly using $portdir/file
- get variables from make instead of parsing the Makefile
- update usage()
- fix some portname/version bugs
- add EXTRACT_ONLY to section 1
- fix multi comment sections on top bug
I think I'm going to start a rewrite of lots of portlint's code to
*hopefully* make it easier to add new checks in the future. If you
have any requests of things for me to put on portlint's TODO list,
send me an email letting me know what they are.
Notes:
svn path=/head/; revision=28009
|
|
|
|
|
|
|
|
|
| |
PR: 18189
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Approved by: cpiazza
Notes:
svn path=/head/; revision=28008
|
|
|
|
|
|
|
|
| |
PR: 18190
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Notes:
svn path=/head/; revision=28007
|
|
|
|
| |
Notes:
svn path=/head/; revision=28006
|
|
|
|
|
|
|
| |
Submitted by: Steve Sizemore <steve@cmpharm.ucsf.edu>
Notes:
svn path=/head/; revision=28005
|
|
|
|
|
|
|
| |
Pointed out by: Jim Bloom <bloom@acm.org>
Notes:
svn path=/head/; revision=28004
|
|
|
|
| |
Notes:
svn path=/head/; revision=28003
|
|
|
|
|
|
|
| |
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes:
svn path=/head/; revision=28002
|
|
|
|
|
|
|
|
| |
Contributor, knu-san, thank you!
And we need more and more compdefs! :)
Notes:
svn path=/head/; revision=28001
|
|
|
|
|
|
|
|
|
| |
for fetching the tarball manually first.
Submitted by: Clive Lin <clive@CirX.ORG>
Notes:
svn path=/head/; revision=28000
|
|
|
|
|
|
|
|
| |
PR: ports/17913
Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes:
svn path=/head/; revision=27999
|
|
|
|
|
|
|
|
|
| |
mounted on /compat/linux/proc.
I hope that would reduce FAQ.
Notes:
svn path=/head/; revision=27998
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/17773
Submitted by: MAINTAINER
- Add `java' category.
Notes:
svn path=/head/; revision=27997
|
|
|
|
| |
Notes:
svn path=/head/; revision=27996
|
|
|
|
|
|
|
| |
Found by: bento
Notes:
svn path=/head/; revision=27995
|
|
|
|
|
|
|
|
|
| |
PR: 18187
Submitted by: Vince Valenti <vince@blue-box.net>
Category seconded by: asami, chuckr, green
Notes:
svn path=/head/; revision=27994
|
|
|
|
|
|
|
|
| |
PR: 18188
Submitted by: maintainer
Notes:
svn path=/head/; revision=27993
|
|
|
|
|
|
|
|
| |
PR: ports/18054
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Notes:
svn path=/head/; revision=27992
|
|
|
|
|
|
|
|
| |
for directory changes. This cuts CPU usage from 100% down to about 0.1%
as well as improving the reliability of change monitoring.
Notes:
svn path=/head/; revision=27991
|
|
|
|
|
|
|
| |
In other words, make them have `japanese' category.
Notes:
svn path=/head/; revision=27990
|