| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=421734
|
|
|
|
| |
Notes:
svn path=/head/; revision=373086
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES and WWW: line
PR: 187050
Notes:
svn path=/head/; revision=346283
|
|
|
|
|
|
|
|
|
| |
public distfiles
Reported by: distilator
Notes:
svn path=/head/; revision=343287
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=311381
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/154254
Submitted by: G. Paul Ziemba [p-fbsd-bugs ziemba!us]
Notes:
svn path=/head/; revision=295687
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=276989
|
|
|
|
|
|
|
|
|
|
|
| |
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
Notes:
svn path=/head/; revision=246327
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: 111628
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=190220
|
|
|
|
|
|
|
| |
Submitted by: Martin Kaiser <martin@kaiser.cx>
Notes:
svn path=/head/; revision=186376
|
|
|
|
| |
Notes:
svn path=/head/; revision=178588
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=178587
|
|
|
|
| |
Notes:
svn path=/head/; revision=177875
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
| |
Notes:
svn path=/head/; revision=149429
|
|
|
|
| |
Notes:
svn path=/head/; revision=145640
|
|
|
|
|
|
|
|
| |
PR: ports/87537
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=145637
|
|
|
|
|
|
|
|
| |
PR: ports/78737
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=131060
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A fix for Notes servers
Persistent connections for IMAP servers
- While I'm here, fix a whitespce nit [2]
PR: 53629 [1]
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> [1], portlint [2]
Notes:
svn path=/head/; revision=83472
|
|
|
|
|
|
|
|
|
|
|
|
| |
- new MASTER_SITES
- spell 'FreeBSD.org' correctly
- respect NOPORTDOCS correctly
PR: 51672
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=81303
|
|
|
|
|
|
|
|
| |
Submitted by: Brett Taylor <brett@peloton.radford.edu> (old maintainer)
PR: 51601-51606
Notes:
svn path=/head/; revision=79888
|
|
|
|
| |
Notes:
svn path=/head/; revision=76038
|
|
|
|
|
|
|
|
|
|
|
| |
correctly.
PR: 34804
Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=60855
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Notes:
svn path=/head/; revision=31272
|
|
|
|
| |
Notes:
svn path=/head/; revision=29595
|
|
|
|
|
|
|
|
| |
PR: 18438
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=28589
|
|
|
|
|
|
|
|
| |
from 0.54 to 0.53 was not an essential part of the PKGNAME
conversion. :)
Notes:
svn path=/head/; revision=27557
|
|
|
|
| |
Notes:
svn path=/head/; revision=27500
|
|
|
|
|
|
|
|
| |
PR: 13648
Submitted by: maintainer
Notes:
svn path=/head/; revision=21470
|
|
|
|
| |
Notes:
svn path=/head/; revision=20954
|
|
|
|
|
|
|
|
| |
PR: 12678
Submitted by: Jim Mock <jim@phrantic.phear.net>
Notes:
svn path=/head/; revision=20246
|
|
|
|
| |
Notes:
svn path=/head/; revision=19966
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
Notes:
svn path=/head/; revision=19803
|
|
|
|
| |
Notes:
svn path=/head/; revision=16176
|
|
|
|
|
|
|
| |
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=14734
|
|
|
|
| |
Notes:
svn path=/head/; revision=13595
|
|
|
|
|
|
|
| |
in the first place.
Notes:
svn path=/head/; revision=13190
|
|
|
|
|
|
|
| |
ELF conversion.
Notes:
svn path=/head/; revision=13144
|
|
|
|
|
|
|
|
| |
PR: 5860
Submitted by: maintainer
Notes:
svn path=/head/; revision=9965
|
|
applications.
Requested by: asami
Notes:
svn path=/head/; revision=8475
|