non port: x11/gdkxft/Makefile |
Number of commits found: 56 |
Friday, 12 Oct 2018
|
09:19 antoine
Deprecate most glib12 consumers
With hat: portmgr
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
 |
Saturday, 19 Dec 2015
|
01:37 amdmi3
- Switch to options helpers
- Regenerate patches with `make makepatch`
 |
Tuesday, 10 Mar 2015
|
14:15 amdmi3
- Add LICENSE
- Strip library
 |
Monday, 15 Sep 2014
|
10:28 tijl
- Fix build after r368108 (x11-toolkits/gtk12 library name change)
- Convert to INSTALL_TARGET=install-strip
Reported by: antoine
 |
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
 |
Monday, 2 Jun 2014
|
23:33 amdmi3
- Switch to USES=libtool, drop .la files
- Strip libraries
 |
Friday, 21 Feb 2014
|
13:40 ehaupt
Remove trailing whitespaces from category x11
 |
Monday, 10 Feb 2014
|
13:54 ehaupt
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
 |
Friday, 10 Jan 2014
|
09:32 vanilla
Support stagedir.
Approved by: portmgr (blanket infrastructure)
 |
Sunday, 13 Oct 2013
|
02:01 eadler
Cleanup of the unowned ports in the x11 directory
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
 |
Friday, 20 Sep 2013
|
23:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
 |
Monday, 9 Sep 2013
|
18:54 antoine
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
 |
Wednesday, 4 Sep 2013
|
18:06 madpilot
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
 |
Saturday, 27 Apr 2013
|
18:25 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
 |
Monday, 25 Mar 2013
|
19:14 eadler
For some of the unmaintained ports in the x11 category convert them to OptionsNG
While here, trim the headers
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
 |
Tuesday, 4 Jan 2011
|
03:32 mezz
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.
PR: ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by: pointyhat-exp (thanks pav!)
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Saturday, 22 Aug 2009
|
00:39 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with X
 |
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
 |
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
 |
Friday, 6 Jun 2008
|
14:09 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Tuesday, 25 Mar 2008
|
22:44 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
 |
Wednesday, 24 Oct 2007
|
23:37 marcus
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Friday, 2 Feb 2007
|
17:06 pav
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
 |
Thursday, 1 Feb 2007
|
02:42 kris
Use libtool port instead of included version to avoid objformat a.out botch
 |
Tuesday, 15 Aug 2006
|
01:11 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
 |
Saturday, 13 May 2006
|
05:00 edwin
Remove USE_REINPLACE from categories starting with X
 |
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.
 |
Tuesday, 1 Mar 2005
|
19:23 vs
Remove some patches in favour of USE_LIBTOOL_VER=15
 |
Friday, 23 Jul 2004
|
19:10 anholt
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
 |
Tuesday, 30 Mar 2004
|
19:56 krion
- Use USE_ICONV knob
Approved by: portmgr
 |
Tuesday, 16 Mar 2004
|
22:54 marcus
Chase the new location of libXft.
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Sunday, 21 Dec 2003
|
00:23 sergei
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
 |
Sunday, 20 Apr 2003
|
19:47 marcus
Remove USE_GNOMENG.
 |
Saturday, 22 Feb 2003
|
18:36 anholt
Fix build after Xft rename.
Submitted by: bento/kris
 |
Thursday, 20 Feb 2003
|
19:17 knu
De-pkg-comment.
 |
Sunday, 29 Sep 2002
|
08:07 ijliao
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
 |
Monday, 9 Sep 2002
|
04:33 marcus
Fix things after the GNOMENG commit.
 |
Sunday, 1 Sep 2002
|
15:37 lioux
Deploy USE_GNOMENG infrastructure
PR: 42283
Submitted by: Edwin Groothuis <edwin@mavetju.org>
 |
Thursday, 27 Jun 2002
|
13:32 perky
PERL -> REINPLACE_CMD
PR: 39262, 39263, 39264, 39265, 39266, 39267
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
 |
Sunday, 19 May 2002
|
19:56 marcus
* Fix build with latest GNOME libraries.
* Relinquish maintainership to ports@
PR: 36775
Submitted by: maintainer (maintainer change), marcus (build fix)
Approved by: previous maintainer
 |
Tuesday, 19 Mar 2002
|
12:52 sobomax
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
 |
Monday, 18 Mar 2002
|
10:27 knu
Bump PORTREVISION to reflect the (lib)iconv upgrade.
 |
09:46 sobomax
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
 |
Wednesday, 6 Feb 2002
|
04:26 pat
Fix depends and link giconv library
 |
Saturday, 2 Feb 2002
|
04:53 pat
Update to 1.5 Give maintainership to submitter
 |
Friday, 14 Dec 2001
|
09:16 sobomax
Release to the world. I no longer have a XFree86-4.x.x server to test this on,
and I do not think that GNOME team really should maintain this.
 |
Wednesday, 5 Sep 2001
|
09:22 sobomax
Update to 1.1.
 |
Tuesday, 4 Sep 2001
|
12:32 sobomax
Fix gdkxft_sysinstall script on systems with perl 5.005 and earlier (4.4 and
downward).
 |
Monday, 3 Sep 2001
|
17:54 sobomax
Add gdkxft 1.0, an package that adds anti-aliased font support for gtk+
(XFree86-4.x required).
 |
Number of commits found: 56 |