non port: devel/glib12/Makefile |
Number of commits found: 49 |
Saturday, 10 Nov 2018
|
18:12 bapt
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Friday, 12 Oct 2018
|
12:42 antoine
Finish glib12 deprecation
|
Tuesday, 19 Dec 2017
|
09:00 amdmi3
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
|
Saturday, 13 Sep 2014
|
15:11 tijl
devel/glib12 x11-toolkits/gtk12:
- 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
|
Saturday, 6 Sep 2014
|
00:49 bapt
Bump portrevision to catch up with the package name change that happen long ago
|
Sunday, 2 Feb 2014
|
11:28 miwi
- Stage support
Oked by: kwm (gnome)
|
Friday, 20 Sep 2013
|
17:04 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Tuesday, 17 Sep 2013
|
13:05 bapt
Rename old glib into glib12 to avoid confusion with glib (2.0) for binary users.
While here remove the now useless LATEST_LINK
Approved by: gnome (kwm)
|
Friday, 8 Mar 2013
|
10:51 kwm
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
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
|
Thursday, 14 Feb 2013
|
09:42 gahr
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Saturday, 2 Oct 2010
|
20:56 kwm
Build glib12 and ports that depend on it with -std=gnu89.
glib12 and ports that use glib12 fail to link when build with a C99 compiler.
|
Wednesday, 16 Sep 2009
|
22:17 naddy
Quote first argument to AC_DEFUN() to shut up aclocal warning.
Feature safe: yes
|
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
|
Monday, 2 Feb 2009
|
01:36 araujo
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
|
Monday, 29 Jan 2007
|
23:51 kris
Use libtool port instead of included version to avoid a.out objformat botch
|
Sunday, 5 Nov 2006
|
02:57 mezz
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
|
Thursday, 4 May 2006
|
21:41 edwin
Remove USE_REINPLACE from all categories starting with D
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Friday, 9 Jul 2004
|
17:43 marcus
Apply a big libtool patch to allow porters to use the libtool installed by
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
|
Sunday, 30 May 2004
|
07:57 marcus
Do the usual PTHREAD_LIBS dance to ensure that we don't add -DLINUXTHREADS
to gthread's CFLAGS on -CURRENT.
Spotted by: bento, green, and kris
|
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
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.
|
Thursday, 21 Aug 2003
|
02:18 bland
Fix gmodule and gthread library names in .pc files.
PR: 55745
Submitted by: KATO Tsuguru <tkato@prontomail.com> (based on)
Approved by: marcus (mentor)
|
Sunday, 17 Aug 2003
|
04:12 marcus
Use INFO.
|
Monday, 16 Jun 2003
|
20:52 adamw
Utilize USE_GNOME= pkgconfig.
|
Saturday, 19 Apr 2003
|
10:15 marcus
getpw*_r is now implemented in -CURRENT. However, the _SC_GETPW_R_SIZE_MAX
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>
|
Friday, 7 Mar 2003
|
06:01 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Wednesday, 20 Nov 2002
|
20:11 marcus
Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that use
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
|
Friday, 20 Sep 2002
|
17:07 marcus
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
|
Friday, 14 Jun 2002
|
04:20 marcus
Fix another problem in the pkgconfig files for these ports. After running
a build of xscreensaver and xscreensaver-gnome, everything looks good.
Reported by: dougb
|
Monday, 10 Jun 2002
|
15:33 sobomax
Correct gtk+/glib libraries names in .pc files.
Submitted by: alfred
|
Wednesday, 12 Dec 2001
|
04:51 sobomax
Smash a compatibility bug in g_module_open(). It seems that unlike Linux one,
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.
|
Wednesday, 1 Aug 2001
|
18:48 sobomax
Add pkgconfig into RUN,LIB_DEPENDS.
|
Thursday, 24 May 2001
|
05:51 ade
Sigh. Think more carefully. Seems that any kind of circular dependency (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.
|
02:48 ade
Rework previous commit. Turns out that pkgconfig is not a build-time
dependency for glib12, so remove that, and put pkgconfig back to the way it
was before.
|
Wednesday, 23 May 2001
|
01:49 ade
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2 to
make transitioning to GNOME/GTK+/GLIB a little easier.
|
Friday, 11 May 2001
|
17:36 ade
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
Friday, 30 Mar 2001
|
13:18 sobomax
Use PTHREAD_CFLAFS/PTHREAD_LIBS.
|
Friday, 23 Mar 2001
|
05:42 ade
Sigh. Reclaim these, primarily for GNOME 1.4
|
05:34 vanilla
Someone don't like my style, so I drop maintainer now.
|
Tuesday, 20 Mar 2001
|
00:12 vanilla
Change MASTER_SITE to MASTER_SITE_GNOME.
|
Monday, 19 Mar 2001
|
17:42 vanilla
Upgrade to 1.2.10.
|
Sunday, 11 Mar 2001
|
21:50 sf
make MASTER_SITE_SUBDIR more effective.
|
17:06 sf
add MASTER_SITE_RINGSERVER.
|
Tuesday, 6 Mar 2001
|
12:29 vanilla
Upgrade to 1.2.9.
|
Friday, 16 Jun 2000
|
22:52 asami
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
11:38 sobomax
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
|
Thursday, 25 May 2000
|
13:23 sobomax
Update glib/gtk++ to 1.2.8.
|
Number of commits found: 49 |