| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386097
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Notes:
svn path=/head/; revision=381876
|
|
|
|
|
|
|
| |
Use SUB_FILES instead of mangling pkg-message manually
Notes:
svn path=/head/; revision=381628
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363399
|
|
|
|
|
|
|
| |
in the plist.
Notes:
svn path=/head/; revision=362026
|
|
|
|
|
|
|
| |
Thanks to: antoine
Notes:
svn path=/head/; revision=347383
|
|
|
|
|
|
|
| |
x11-fonts)
Notes:
svn path=/head/; revision=327781
|
|
|
|
|
|
|
|
|
| |
- bump portrevision
Approved by: kwm@ (with gnome hat)
Notes:
svn path=/head/; revision=277638
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=245773
|
|
|
|
|
|
|
| |
PR: 138564
Notes:
svn path=/head/; revision=241052
|
|
|
|
|
|
|
|
|
|
|
|
| |
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
Notes:
svn path=/head/; revision=227416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
with fontconfig-2.4.2. By installing the config file, it is no longer possible
to override Bitstream fonts in the users ~/.fonts.conf file.
PR: 110544
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Notes:
svn path=/head/; revision=188209
|
|
|
|
|
|
|
|
|
| |
PR: ports/106666
Submitted by: vd
With hat: portmgr
Notes:
svn path=/head/; revision=183965
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
Notes:
svn path=/head/; revision=165166
|
|
|
|
| |
Notes:
svn path=/head/; revision=149215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and new features. Don't believe me? Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.
DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.
In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen. The winner of this release's contest is
Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.
The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:
Matthew Luckie <mjl@luckie.org.nz>
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Mark Hobden <markhobden@gmail.com>
Sergey Akifyev <asa@agava.com>
Andreas Kohn
For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/. The 2.12 documentation will be
posted shortly.
Notes:
svn path=/head/; revision=147261
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk.
Requested by: lesi
Notes:
svn path=/head/; revision=130329
|
|
|
|
| |
Notes:
svn path=/head/; revision=128989
|
|
|
|
|
|
|
|
|
|
| |
- Portlint
PR: ports/77503 [1]
Submitted by: Rui Lopes <rui@ruilopes.com>
Notes:
svn path=/head/; revision=128928
|
|
|
|
|
|
|
| |
Reported by: obrien
Notes:
svn path=/head/; revision=120247
|
|
|
|
| |
Notes:
svn path=/head/; revision=120246
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104470
|
|
|
|
| |
Notes:
svn path=/head/; revision=102845
|
|
|
|
| |
Notes:
svn path=/head/; revision=79113
|
|
|
|
|
|
|
| |
COPYRIGHT).
Notes:
svn path=/head/; revision=76108
|
|
|
|
| |
Notes:
svn path=/head/; revision=75984
|
|
|
|
|
|
|
| |
from machine to machine.
Notes:
svn path=/head/; revision=75983
|
|
|
|
|
|
|
| |
* Only install local.conf if one doesn't already exist
Notes:
svn path=/head/; revision=75921
|
|
|
|
|
|
|
|
|
|
|
| |
checksum
* Do not depend on ttmkfdir, but instead package the fonts.dir with the
port [1]
Suggested by: nectar [1]
Notes:
svn path=/head/; revision=75901
|
|
|
|
| |
Notes:
svn path=/head/; revision=75852
|
|
look really nice in GNOME 2.
Inspired by: x11-fonts/webfonts
Notes:
svn path=/head/; revision=75849
|