| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes:
svn path=/head/; revision=175261
|
|
|
|
|
|
|
| |
Reported by: krismail
Notes:
svn path=/head/; revision=164362
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gnomemag -> gnome-mag
gnomespeech -> gnome-speech
fileroller -> file-roller
gnomeaudio -> gnome-audio
gnomemedia2 -> gnome-media
gnomedb -> gnome-db
gnomeblog -> gnome-blog
gnomepim -> gnome-pim
gnomeutils2 -> gnome-utils
bugbuddy -> bug-buddy
gnomebuild -> gnome-build
gnomecommon -> gnome-common
gnomecrash -> gnome-crash
Notes:
svn path=/head/; revision=163663
|
|
|
|
|
|
|
|
| |
-Use DOCSDIR in plist.
-Add INSTALLS_OMF, bump the PORTREVISION.
Notes:
svn path=/head/; revision=162515
|
|
|
|
| |
Notes:
svn path=/head/; revision=162498
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
| |
Notes:
svn path=/head/; revision=149215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
to fix these using their own patches.
PR: 68256
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes:
svn path=/head/; revision=112375
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104457
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
| |
Reported by: Tom Parquette <tparquet@twcny.rr.com>
Notes:
svn path=/head/; revision=89233
|
|
|
|
| |
Notes:
svn path=/head/; revision=82858
|
|
|
|
| |
Notes:
svn path=/head/; revision=79247
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs.
Notes:
svn path=/head/; revision=58418
|
|
|
|
|
|
|
|
|
|
|
| |
is also installed.
PR: 36401
Reported by: many
Approved by: sobomax
Notes:
svn path=/head/; revision=58062
|
|
|
|
|
|
|
|
| |
PR: 35490
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes:
svn path=/head/; revision=55507
|
|
|
|
|
|
|
|
|
| |
linking phase. Investigation is still underway, but it seems that we still
need -pthread on 5-CURRENT in some cases (see recent thread on -hackers).
Bump PORTREVISION.
Notes:
svn path=/head/; revision=54568
|
|
|
|
|
|
|
|
| |
PR: 34261
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes:
svn path=/head/; revision=53729
|
|
|
|
| |
Notes:
svn path=/head/; revision=53639
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes:
svn path=/head/; revision=53069
|
|
|
|
|
|
|
|
|
| |
apply everywhere.
Submitted by: Todd Punderson <todd@doonga.net>
Notes:
svn path=/head/; revision=51877
|
|
|
|
| |
Notes:
svn path=/head/; revision=51864
|
|
|
|
|
|
|
|
|
| |
Since there were some non-witespace changes bump PORTREVISIONs.
Prompted by: many
Notes:
svn path=/head/; revision=50797
|
|
|
|
|
|
|
|
| |
there are significant differencies between old and new version bump
PORTREVISION.
Notes:
svn path=/head/; revision=50329
|
|
|
|
|
|
|
| |
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=49417
|
|
|
|
| |
Notes:
svn path=/head/; revision=49117
|
|
|
|
|
|
|
| |
Submitted by: olgeni
Notes:
svn path=/head/; revision=46552
|
|
|
|
|
|
|
| |
PORTREVISION bump.
Notes:
svn path=/head/; revision=46518
|
|
|
|
| |
Notes:
svn path=/head/; revision=46517
|
|
|
|
|
|
|
|
| |
Another day, another bumpless distinfo update.
</GNOME release management just sucks>
Notes:
svn path=/head/; revision=46231
|
|
|
|
| |
Notes:
svn path=/head/; revision=46221
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
Submitted by: many
Notes:
svn path=/head/; revision=46168
|
|
|
|
| |
Notes:
svn path=/head/; revision=45866
|
|
|
|
|
|
|
| |
because this directory is actually created by gnomedb.
Notes:
svn path=/head/; revision=45760
|
|
|
|
|
|
|
|
| |
- remove useless USE_LIBTOOL;
- hack port to install files properly into GNOME tree.
Notes:
svn path=/head/; revision=45510
|
|
Notes:
svn path=/head/; revision=44208
|