Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.10_28 21 Dec 2018 14:30:24 |
rene |
Remove expired ports:
2018-12-20 devel/glib12: Obsolete
2018-12-20 graphics/gdk-pixbuf: Uses obsolete glib12
2018-12-20 x11-toolkits/gtk12: Uses obsolete glib12 |
1.2.10_28 10 Nov 2018 18:12:58 |
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 |
1.2.10_27 12 Oct 2018 12:42:23 |
antoine |
Finish glib12 deprecation |
1.2.10_27 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
1.2.10_26 10 Sep 2018 14:40:53 |
mat |
Add NLS option to ports using it but not defining it. |
1.2.10_26 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
1.2.10_25 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.2.10_24 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.2.10_24 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.2.10_24 27 Jan 2015 21:01:59 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
1.2.10_24 13 Sep 2014 15:11:28 |
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 |
1.2.10_23 29 Jul 2014 16:36:07 |
adamw |
Rename x11-*/ patch-xy patches to reflect the files they modify.
Finally, this is the last of it. |
1.2.10_23 20 Jun 2014 16:30:16 |
amdmi3 |
- Properly handle shared directory in plist
PR: 191112
Submitted by: amdmi3
Approved by: kwm |
1.2.10_22 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.2.10_22 24 Apr 2014 16:42:33 |
mat |
Replace all @unexec /bin/rmdir with @unexec rmdir
With hat: portmgr
Sponsored by: Absolight |
1.2.10_22 02 Feb 2014 14:56:03 |
miwi |
- Stage support |
1.2.10_22 02 Oct 2013 16:24:19 |
kwm |
Fix pkgname collisions in gtk??[mm] ports. |
1.2.10_22 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
1.2.10_22 12 Sep 2013 17:55:41 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@) |
1.2.10_22 06 May 2013 06:41:16 |
bapt |
Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLS |
1.2.10_22 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.2.10_22 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- 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. |
1.2.10_22 23 Sep 2011 22:26:39 |
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 |
1.2.10_22 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
1.2.10_22 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.2.10_22 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.2.10_21 29 Apr 2010 01:37:28 |
mezz |
Only need Perl in the build time.
PR: ports/145835
Submitted by: Bapt <baptiste.daroussin@gmail.com> |
1.2.10_21 16 Sep 2009 22:17:00 |
naddy |
Quote first argument to AC_DEFUN() to shut up aclocal warning.
Feature safe: yes |
1.2.10_20 02 Aug 2009 19:36:34 |
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 |
1.2.10_20 02 Feb 2009 01:36:16 |
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) |
1.2.10_20 06 Jun 2008 14:16:37 |
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) |
1.2.10_19 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.2.10_18 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2.10_17 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
1.2.10_15 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2.10_13 22 Jan 2006 06:28:59 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.2.10_13 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
1.2.10_13 15 Nov 2005 06:52:12 |
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. |
1.2.10_13 16 May 2005 21:52:58 |
pav |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
1.2.10_13 20 Apr 2005 05:49:12 |
bland |
Fix inter-library dependency on libgdk.
Reported by: krismail |
1.2.10_12 27 Feb 2005 15:40:26 |
pav |
- Use INFO
Requested by: krion |
1.2.10_12 16 Dec 2004 05:49:27 |
kris |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
1.2.10_12 09 Jul 2004 17:43:11 |
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 |
1.2.10_12 17 Apr 2004 18:17:15 |
marcus |
Always add the default gtkrc file to the search path so that we know we'll
have some sane theme properties when using KDE 3 or GNOME 2.
Submitted by: kan |
1.2.10_11 18 Mar 2004 14:46:32 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
1.2.10_11 14 Mar 2004 06:17:56 |
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. |
1.2.10_11 02 Mar 2004 06:07:54 |
kris |
Respect WITHOUT_NLS.
Approved by: maintainer |
1.2.10_11 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
1.2.10_10 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
1.2.10_10 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
1.2.10_9 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
1.2.10_9 20 Apr 2003 19:54:06 |
marcus |
Remove USE_GNOMENG. |
1.2.10_9 07 Mar 2003 06:14:08 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2.10_9 13 Jan 2003 02:17:37 |
marcus |
Remove the share/themes directory if it's empty.
Reported by: bento |
1.2.10_9 20 Nov 2002 20:11:27 |
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 |
1.2.10_8 20 Sep 2002 17:07:51 |
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. |
1.2.10_8 19 Sep 2002 01:55:08 |
kris |
Don't try and remove libdata on deinstall, because this is a system
directory. |
1.2.10_8 10 Sep 2002 16:27:10 |
marcus |
Remove mention of the WITH_XINPUT macro.
Submitted by: netchild |
1.2.10_8 05 Sep 2002 18:12:57 |
marcus |
Enable XInput by default. Apparently, this doesn't hurt anything, and will
help people using certain input devices and in certain locales.
Requested by: netchild, Teemu Hakala <temmi.hoo@kolumbus.fi> |
1.2.10_7 16 Aug 2002 06:23:44 |
marcus |
Add a knob for enabling XInput support.
Submitted by: Rocco Caputo <troc@netrus.net> (with some modification) |
1.2.10_7 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
1.2.10_7 04 Jul 2002 17:19:38 |
sobomax |
Convert to USE_GNOMENG. |
1.2.10_7 14 Jun 2002 04:20:57 |
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 |
1.2.10_6 13 Jun 2002 21:42:43 |
marcus |
Correct the name of the gdk library in the gdk pkgconfig file. This should get
xscreensaver building correctly without needing to delete pkgconfig.
Bump PORTREVISION.
Reported by: many |
1.2.10_5 10 Jun 2002 15:33:34 |
sobomax |
Correct gtk+/glib libraries names in .pc files.
Submitted by: alfred |
1.2.10_4 13 May 2002 16:09:05 |
marcus |
Fix up the pkg-{descr|comment} to relfect reality, and avoid confusion
for software developers.
Submitted by: Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se> |
1.2.10_4 12 Apr 2002 17:10:20 |
ade |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
1.2.10_3 15 Mar 2002 19:44:29 |
ade |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
23 Feb 2002 09:30:14 |
sobomax |
Remove bogus `@{exec,unexec} ldconfig' - it is added by INSTALLS_SHLIB knob. |
23 Feb 2002 01:45:59 |
obrien |
'pkg_add -r gtk' works a *LOT* better if we actually let the system know the
shared libraries were installed. |
21 Dec 2001 08:25:02 |
sobomax |
Remove obsolete libxpg4-related hunk. This doesn't make any functional
difference, hence leave PORTREVISION intact. |
20 Dec 2001 19:18:58 |
nectar |
When creating shared memory segments, make them readable/writable only by the
owner. |
15 Oct 2001 13:55:03 |
sobomax |
WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary. |
31 May 2001 23:16:13 |
ade |
Add removal of libdata/ to the plist. Ideally, this should be fixed by adding
libdata to the X11 mtree's, but this hack will do for now, and let bento build
the 506 ports that apparently depend on gtk12 :) |
23 May 2001 01:49:13 |
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. |
11 May 2001 17:36:50 |
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.
|
02 Apr 2001 16:45:31 |
ade |
Update to 1.2.10 - note that there were some critical bugs in 1.2.9 for i18n
users - everyone is strongly urged to upgrade, particularly GNOME users. |
30 Mar 2001 17:16:23 |
ben |
Add .uk master site. |
23 Mar 2001 05:42:31 |
ade |
Sigh. Reclaim these, primarily for GNOME 1.4 |
23 Mar 2001 05:34:28 |
vanilla |
Someone don't like my style, so I drop maintainer now. |
11 Mar 2001 21:50:35 |
sf |
make MASTER_SITE_SUBDIR more effective. |
11 Mar 2001 17:06:39 |
sf |
add MASTER_SITE_RINGSERVER. |
10 Mar 2001 07:42:58 |
vanilla |
Fix pkg-plist. |
06 Mar 2001 14:12:40 |
vanilla |
Add --with-native-locale to CONFIGURE_ARGS. |
06 Mar 2001 12:30:49 |
vanilla |
Upgrade to 1.2.9 |
09 Feb 2001 22:30:24 |
vanilla |
Bump version. Reminded by: dima |
09 Feb 2001 15:11:08 |
vanilla |
Add a patch for gtk.m4, and fix fontset for russian language, correct
pkg-comment, GTK stands for "Gimp Toolkit". |
08 Oct 2000 08:03:53 |
asami |
Convert category x11-toolkits to new layout. |
05 Oct 2000 07:23:01 |
reg |
Implement USE_GLIB. |
16 Jun 2000 22:52:41 |
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.) |
16 Jun 2000 11:38:51 |
sobomax |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
05 Jun 2000 14:31:58 |
sobomax |
Move responsibility for the lib/gtk/engines directory into gtk12 port. This
directory is shared between at least 3 ports (GTK+ theme engines). |
03 Jun 2000 01:43:57 |
asami |
Remove directories with @unexec rmdir and wildcards. |
29 May 2000 06:43:47 |
asami |
Remove share/locale directories. |
25 May 2000 13:45:48 |
sobomax |
Oops, forgot to remove unneded line. |
25 May 2000 13:23:49 |
sobomax |
Update glib/gtk++ to 1.2.8. |