| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Found by: portlint (cports.sh)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
|
| |
|
| |
|
|
|
|
|
| |
PR: 96492
Submitted by: Takamichi Tateoka <tate@tateoka.org>
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
backwards.
Reported by: eik's script
|
|
|
|
| |
- While here, refactor the catalog paths patches as ${REINPLACE_CMD} calls
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: krismail
|
| |
|
|
|
|
|
|
|
| |
subconsciously enabled THREADS knob and ended with breakages later.
The last straw: Adam McLaurin <adam.mclaurin@gmx.net>
Approved by: FreeBSD/GNOME cabal
|
| |
|
| |
|
|
|
|
|
|
| |
crash.
Reported by: many
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Also note that previous commit fixed hier compliance issue.
|
|
|
|
|
|
| |
slave port.
Tested by: adamw, marcus
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: ale
|
|
|
|
|
| |
* Use OPTIONS where it's feasible
* Use USE_ICONV
|
| |
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
PR: 62162
Reported by: Matthias Andree <matthias.andree@gmx.de>
|
| |
|
|
|
|
| |
Reported by: adamw
|
| |
|
| |
|
|
|
|
|
| |
PR: 59383
Submitted by: Rui Lopes <rui@ruilopes.com>
|
| |
|
| |
|
|
|
|
|
|
| |
support.
Reviewed by: marcus
|
|
|
|
|
|
| |
API and ABI backward compatibility. Note, due to enhanced error checking
(particularly with namespaces), extra errors might be seen on the command line,
but they do not appear to be fatal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
|
|
|
|
|
| |
* Clean up the Python installation to obey PREFIX (finally)
* Mark some of the more troublesome build options as DEVELOPER ONLY!
|