Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1_8 26 Feb 2024 18:40:29 |
Muhammad Moinur Rahman (bofh) |
x11/aterm: Moved man to share/man
Approved by: portmgr (blanket) |
1.0.1_7 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.1_7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.1_7 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
1.0.1_7 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.0.1_7 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
1.0.1_7 29 Aug 2021 18:18:24 |
Bernhard Froehlich (decke) |
x11/aterm: Add CPE information
Approved by: portmgr (blanket) |
1.0.1_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.1_7 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.0.1_7 20 Jun 2016 16:23:29 |
mat |
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight |
1.0.1_7 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.0.1_7 04 Sep 2015 21:33:11 |
amdmi3 |
- Drop 8.x support
Approved by: portmgr blanket |
1.0.1_7 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.0.1_7 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.0.1_6 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.0.1_6 06 Jan 2014 08:35:38 |
bapt |
Support stage
Use options helpers
Use modern lib_depends |
1.0.1_6 06 Oct 2013 21:51:02 |
marino |
Mark seven unmaintained ports as jobs unsafe. |
1.0.1_6 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.0.1_6 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.0.1_6 06 Dec 2012 10:19:32 |
rene |
- Convert to optionsNG
- Strip library versions
Feature safe: yes |
1.0.1_6 08 Oct 2012 10:38:48 |
dougb |
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.
I bid fond fare well
A chapter closes for me
What opens for you? |
1.0.1_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.0.1_6 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.0.1_6 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.0.1_6 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0.1_6 12 Aug 2010 20:15:59 |
dougb |
Revamp this port:
1. There are no slave ports, so remove the mechanism for that
2. Update CONFIGURE_ARGS
3. Add OPTIONS support
4. Remove knobs for some things that were not actually used by configure
5. Add knobs for other things
6. Default transparency support, mouse support, and bsd-style del/bksp
support to on, as previously; but default background image support to
off. With modern window managers it's problematic, and needlessly bloats
the binary.
7. Switch to PLIST_FILES for the one file installed, the chmod doesn't seem
to have any effect one way or the other.
8. Add a bunch of patches from the debian repo which slightly improve
support for modern WMs.
Bump PORTREVISION
Approved by: maintainer timeout |
1.0.1_5 24 Jul 2010 23:03:23 |
dougb |
Quick and dirty hack to un-BROKEN on -current.
Approved by: maintainer timeout |
1.0.1_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.1_4 20 Mar 2010 13:56:04 |
miwi |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
1.0.1_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.1_3 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.0.1_2 06 Jun 2008 14:09:15 |
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.0.1_1 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.0.1_1 24 Mar 2008 17:02:27 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.0.1 02 Oct 2007 12:11:29 |
mich |
- update to -> 1.0.1 |
1.0.0_2 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.0.0_1 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.0_1 08 Sep 2005 13:31:25 |
mich |
o fix annoying "window size" bug
o bump PORTREVISION
PR: ports/85770
Submitted by: Daniel Roethlisberger <daniel@roe.ch> |
1.0.0 30 Aug 2005 12:04:06 |
mich |
o add WITHOUT_BACKGROUND_IMAGE knob [1]
- so you can decide if you want another dep. or not
o add without-afterstep-config to configure args [2]
- workaround for x11-wm/afterstep-stable weirdness
Submitted by: glewis[2], Paulius Bulotas <paulius@devnull.lt>[1] |
1.0.0 29 Aug 2005 12:58:42 |
mich |
Update to -> 1.0.0
PR: ports/84989
Submitted by: arundel[at]h3c.de |
0.4.2 14 Jan 2005 13:47:00 |
mich |
o include Xlocale.h
Submitted by: Francois Briere <fbriere@peperes.info> |
0.4.2 23 Jun 2004 15:34:53 |
mich |
- Add two knobs:
- WITHOUT_JPEG
- WITHOUT_PNG
- Tell configure where to look for libs
Submitted by: Grigori Goronzy <greg@chown.ath.cx> |
0.4.2 13 Feb 2004 12:57:51 |
mich |
o Move backspace/delete specific configure options to a knob. (WITH_BSDEL) [1]
o Add SIZE field to distinfo.
o Fix some whitespace issues, to make portlint happy.
[1] Suggested by: Daniel Roethlisberger <daniel@roe.ch> |
0.4.2 15 Dec 2003 18:38:04 |
mich |
I'm an aterm fan, so I'd be happy so adopt this orphan.. |
0.4.2 15 Dec 2003 01:17:29 |
pav |
Jim Mock (jim) returned his commit bit, so set his ports free.
Thank for all your work, Jim! |
0.4.2 07 Mar 2003 06:36:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.4.2 11 Jul 2002 07:27:25 |
ijliao |
use MASTER_SITE_SOURCEFORGE
PR: 40440 (zh-aterm)
Submitted by: Kang-min Liu <gugod@gugod.org> (zh-aterm) |
03 Nov 2001 11:28:43 |
jim |
Update to version 0.4.2. |
11 Sep 2001 03:27:54 |
ache |
Bump png major |
22 Apr 2001 06:10:50 |
knu |
Prepare for the forthcoming slave port. |
16 Apr 2001 16:47:58 |
jim |
Add support for Russian characters. |
05 Feb 2001 16:18:54 |
olgeni |
Style fixes for ports/x11. |
17 Oct 2000 18:01:55 |
jim |
Teach aterm about ptys above f. |
08 Oct 2000 07:56:00 |
asami |
Convert category x11 to new layout. |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
04 Jul 2000 08:13:36 |
sobomax |
Bump png shared library version. |
03 Jul 2000 04:14:54 |
jim |
Update to version 0.4.0. Also add WITH_MENUBAR and WITH_NEXTSCROLL hooks for
those who prefer to use those features. |