| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reviewed by: mezz
Notes:
svn path=/head/; revision=212372
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- Add webkit support
PR: ports/122248 [1]
Submitted by: Oliver Herold <oliver@akephalos.de> [1]
Notes:
svn path=/head/; revision=210153
|
|
|
|
|
|
|
| |
- Add an entry to UPDATING
Notes:
svn path=/head/; revision=208375
|
|
|
|
| |
Notes:
svn path=/head/; revision=208203
|
|
|
|
| |
Notes:
svn path=/head/; revision=208012
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
Notes:
svn path=/head/; revision=201947
|
|
|
|
| |
Notes:
svn path=/head/; revision=200793
|
|
|
|
|
|
|
| |
bump PORTREVISIONs.
Notes:
svn path=/head/; revision=194564
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=189004
|
|
|
|
| |
Notes:
svn path=/head/; revision=186130
|
|
|
|
| |
Notes:
svn path=/head/; revision=186066
|
|
|
|
| |
Notes:
svn path=/head/; revision=184332
|
|
|
|
|
|
|
|
| |
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Notes:
svn path=/head/; revision=181262
|
|
|
|
| |
Notes:
svn path=/head/; revision=179497
|
|
|
|
|
|
|
| |
Suggested by: GeJ on EFnet
Notes:
svn path=/head/; revision=178913
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Reported by: kris
Notes:
svn path=/head/; revision=175225
|
|
|
|
|
|
|
| |
- Update link to freshports.org rss2.0 feed
Notes:
svn path=/head/; revision=175033
|
|
|
|
| |
Notes:
svn path=/head/; revision=171638
|
|
|
|
| |
Notes:
svn path=/head/; revision=169512
|
|
|
|
| |
Notes:
svn path=/head/; revision=169493
|
|
|
|
| |
Notes:
svn path=/head/; revision=167068
|
|
|
|
|
|
|
| |
Reported by: erwin
Notes:
svn path=/head/; revision=165129
|
|
|
|
| |
Notes:
svn path=/head/; revision=163851
|
|
|
|
| |
Notes:
svn path=/head/; revision=161145
|
|
|
|
| |
Notes:
svn path=/head/; revision=160883
|
|
|
|
|
|
|
|
|
| |
- Change WITHOUT_ESTRAIER to WITH_SEARCH which defaults to using
textproc/hyperestraier but you can use WITH_SEARCH=rast to use
textproc/rast instead of hyperestraier
Notes:
svn path=/head/; revision=158334
|
|
|
|
| |
Notes:
svn path=/head/; revision=157574
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
| |
Notes:
svn path=/head/; revision=155532
|
|
|
|
|
|
|
| |
- Add support for seamonkey
Notes:
svn path=/head/; revision=152374
|
|
|
|
| |
Notes:
svn path=/head/; revision=151073
|
|
|
|
|
|
|
| |
- Use USE_GECKO
Notes:
svn path=/head/; revision=149951
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
| |
- Add SIZE to a few ports
Notes:
svn path=/head/; revision=147668
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
| |
Notes:
svn path=/head/; revision=146714
|
|
|
|
| |
Notes:
svn path=/head/; revision=143756
|
|
|
|
|
|
|
| |
Pointed out by: kris mail
Notes:
svn path=/head/; revision=141653
|
|
|
|
| |
Notes:
svn path=/head/; revision=141221
|
|
|
|
| |
Notes:
svn path=/head/; revision=140360
|
|
|
|
|
|
|
| |
Pointed out by: krismail
Notes:
svn path=/head/; revision=138328
|
|
|
|
|
|
|
|
|
| |
only cs translation is updated
Info: https://mail.gna.org/public/kazehakase-devel/2005-06/msg00001.html
Notes:
svn path=/head/; revision=138146
|
|
|
|
|
|
|
| |
ChangeLog: http://kazehakase.sourceforge.jp/?date=20050629
Notes:
svn path=/head/; revision=138143
|
|
|
|
| |
Notes:
svn path=/head/; revision=135115
|
|
|
|
| |
Notes:
svn path=/head/; revision=134353
|
|
|
|
| |
Notes:
svn path=/head/; revision=134340
|
|
|
|
|
|
|
| |
Pointed out by: pointyhat via kris
Notes:
svn path=/head/; revision=132723
|
|
|
|
|
|
|
|
| |
- Firefox is now the default for gecko support, WITH_MOZILLA also
supports mozilla. mozilla-devel has been disabled for now.
Notes:
svn path=/head/; revision=132212
|