| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=132915
|
|
|
|
| |
Notes:
svn path=/head/; revision=130974
|
|
|
|
|
|
|
| |
big upgrade.
Notes:
svn path=/head/; revision=121070
|
|
|
|
| |
Notes:
svn path=/head/; revision=118067
|
|
|
|
| |
Notes:
svn path=/head/; revision=117390
|
|
|
|
|
|
|
| |
the ports that really own the directories.
Notes:
svn path=/head/; revision=114939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
| |
Notes:
svn path=/head/; revision=106175
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104467
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
| |
Notes:
svn path=/head/; revision=85010
|
|
|
|
| |
Notes:
svn path=/head/; revision=82858
|
|
|
|
| |
Notes:
svn path=/head/; revision=81502
|
|
|
|
| |
Notes:
svn path=/head/; revision=80312
|
|
|
|
| |
Notes:
svn path=/head/; revision=80079
|
|
|
|
| |
Notes:
svn path=/head/; revision=79905
|
|
|
|
|
|
|
| |
Reported by: Tom Parquette <tparquet@twcny.rr.com>
Notes:
svn path=/head/; revision=79257
|
|
|
|
|
|
|
|
| |
gnomepilot-conduits2 is a collection of PalmOS conduits for
gnomepilot2.
Notes:
svn path=/head/; revision=79239
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Notes:
svn path=/head/; revision=66862
|
|
|
|
|
|
|
| |
Reported by: Mike Harding <mvh@ix.netcom.com>
Notes:
svn path=/head/; revision=66544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).
The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.
Please report any unusual problems to gnome@FreeBSD.org.
Discussed with: marcus
Reviewed by: marcus
Notes:
svn path=/head/; revision=62821
|
|
|
|
| |
Notes:
svn path=/head/; revision=59871
|
|
|
|
|
|
|
| |
pilot-link and all dependents to build correctly on bento.
Notes:
svn path=/head/; revision=52598
|
|
|
|
|
|
|
|
|
| |
this dependency along with gnomepilot dependency.
Submitted by: bento
Notes:
svn path=/head/; revision=52205
|
|
|
|
|
|
|
|
| |
- clue configure script about location of pilot-link's files, so there are no
harmless, but annoying warnings anymore.
Notes:
svn path=/head/; revision=51533
|
|
|
|
|
|
|
|
| |
PR: 32505
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes:
svn path=/head/; revision=51121
|
|
|
|
|
|
|
|
| |
PR: 32428
Submitted by: Chia-liang Kao <clkao@clkao.org>
Notes:
svn path=/head/; revision=50956
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=47346
|
|
|
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
Notes:
svn path=/head/; revision=42527
|
|
|
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
Notes:
svn path=/head/; revision=40539
|
|
|
|
| |
Notes:
svn path=/head/; revision=33429
|
|
|
|
|
|
|
| |
Wrists slapped by: knu, sheldon
Notes:
svn path=/head/; revision=31320
|
|
|
|
|
|
|
| |
post-extract rule
Notes:
svn path=/head/; revision=31296
|
|
|
|
|
|
|
| |
the GNOME mirrors for a while now. Fix MASTER_SITES accordingly.
Notes:
svn path=/head/; revision=30497
|
|
|
|
| |
Notes:
svn path=/head/; revision=29057
|
|
|
|
| |
Notes:
svn path=/head/; revision=28530
|
|
|
|
| |
Notes:
svn path=/head/; revision=27860
|
|
|
|
| |
Notes:
svn path=/head/; revision=27846
|
|
|
|
| |
Notes:
svn path=/head/; revision=27497
|
|
|
|
| |
Notes:
svn path=/head/; revision=27382
|
|
conduits for the base gnomepilot port.
Notes:
svn path=/head/; revision=26922
|