| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
Notes:
svn path=/head/; revision=368108
|
|
|
|
| |
Notes:
svn path=/head/; revision=367401
|
|
|
|
|
|
|
| |
'__' instead.
Notes:
svn path=/head/; revision=363362
|
|
|
|
| |
Notes:
svn path=/head/; revision=363197
|
|
|
|
|
|
|
| |
Oked by: kwm (gnome)
Notes:
svn path=/head/; revision=342273
|
|
|
|
|
|
|
| |
devel part 2)
Notes:
svn path=/head/; revision=327723
|
|
|
|
|
|
|
|
|
| |
While here remove the now useless LATEST_LINK
Approved by: gnome (kwm)
Notes:
svn path=/head/; revision=327477
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
Notes:
svn path=/head/; revision=313633
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=312209
|
|
|
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
Notes:
svn path=/head/; revision=284232
|
|
|
|
| |
Notes:
svn path=/head/; revision=276999
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
| |
glib12 and ports that use glib12 fail to link when build with a C99 compiler.
Notes:
svn path=/head/; revision=262328
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=241545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=183664
|
|
|
|
|
|
|
| |
Found by: portlint (cports.sh)
Notes:
svn path=/head/; revision=176401
|
|
|
|
| |
Notes:
svn path=/head/; revision=161363
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=113794
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 gthread's CFLAGS on -CURRENT.
Spotted by: bento, green, and kris
Notes:
svn path=/head/; revision=110385
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104461
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 55745
Submitted by: KATO Tsuguru <tkato@prontomail.com> (based on)
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=87415
|
|
|
|
| |
Notes:
svn path=/head/; revision=87109
|
|
|
|
| |
Notes:
svn path=/head/; revision=83119
|
|
|
|
|
|
|
|
|
|
|
|
| |
sysconf is not. This causes glib to try and malloc UINT_MAX bytes of memeory
which basically translates to -1 bytes. Sanity check the value returned by
sysconf (_SC_GETPW_R_SIZE_MAX) to see that it's really implemented. This
fixes an abort people started to see in Glib-based applications.
Reported by: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
Notes:
svn path=/head/; revision=79270
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the old xxx-config files, remove the "12" suffix. This will allow people
building Glib and GTK+ ports by hand to do so without a lot of extra
hacking. Since these ports are so heavily used, the xxx12-config files
aren't removed completely, but rather symlinked to their xxx-config
counterparts.
PR: 39417
Notes:
svn path=/head/; revision=70610
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
a build of xscreensaver and xscreensaver-gnome, everything looks good.
Reported by: dougb
Notes:
svn path=/head/; revision=61243
|
|
|
|
|
|
|
| |
Submitted by: alfred
Notes:
svn path=/head/; revision=61059
|
|
|
|
|
|
|
|
|
| |
for software developers.
Submitted by: Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se>
Notes:
svn path=/head/; revision=59016
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD's dlopen(NULL, ...) doesn't return a handle useable for resolving
symbols in both the program itself and all modules it dlopen'ed. Instead,
when requested for a self handle return RTLD_DEFAULT, which seems closely
matches dlopen(NULL, ...) in Linux. Bump PORTREVISION.
Recommended update for all GNOME/GTK users.
Inspired by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Notes:
svn path=/head/; revision=51373
|
|
|
|
| |
Notes:
svn path=/head/; revision=45709
|
|
|
|
|
|
|
|
|
|
| |
(port A has *_DEPENDS on port B, and vice versa), causes make to go
a little strange[tm] on install, clean, even though the build succeeds.
Gah.
Notes:
svn path=/head/; revision=42997
|
|
|
|
|
|
|
|
| |
dependency for glib12, so remove that, and put pkgconfig back to the
way it was before.
Notes:
svn path=/head/; revision=42992
|
|
|
|
|
|
|
| |
to make transitioning to GNOME/GTK+/GLIB a little easier.
Notes:
svn path=/head/; revision=42950
|
|
|
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
Notes:
svn path=/head/; revision=42527
|
|
|
|
|
|
|
| |
Reminded by: vanilla
Notes:
svn path=/head/; revision=40585
|
|
|
|
| |
Notes:
svn path=/head/; revision=40248
|
|
|
|
| |
Notes:
svn path=/head/; revision=40247
|
|
|
|
|
|
|
| |
Reported by: Graywane <graywane@home.com>
Notes:
svn path=/head/; revision=40072
|
|
|
|
| |
Notes:
svn path=/head/; revision=40058
|
|
|
|
|
|
|
| |
Submitted by: knu
Notes:
svn path=/head/; revision=39604
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=39596
|