Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.r5_14 26 Jan 2024 15:56:33 |
Muhammad Moinur Rahman (bofh) |
graphics/aalib: Moved man to share/man
Approved by: portmgr (blanket) |
1.4.r5_13 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 |
1.4.r5_13 22 Oct 2023 14:45:01 |
Muhammad Moinur Rahman (bofh) |
graphics/aalib: Remove USES=makeinfo
- Distfile contains info files which are not required to be regenerated
again
- tex patches are also not required as those were required when texinfo
was in base
- Pet portclippy |
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.4.r5_13 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.4.r5_13 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.4.r5_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.r5_13 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
1.4.r5_13 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.4.r5_12 04 Sep 2018 12:37:12 |
amdmi3 |
- Fix license
- Switch to USES=localbase
- Fix hidden dependency on devel/libslang2 [1]
- Add separate option for each supported driver (X11, NCURSES, SLANG)
- Sort plist
PR: 231044 [1]
Reported by: dclarke@blastwave.org [1] |
1.4.r5_11 28 Jul 2017 21:45:20 |
jkim |
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine) |
1.4.r5_11 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.4.r5_11 30 Jan 2016 00:28:24 |
marino |
graphics/aalib: LDFLAGS+= -L${LOCALBASE}/lib (for ports ncurses) |
1.4.r5_11 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
1.4.r5_11 18 Apr 2015 09:47:30 |
tijl |
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that |
1.4.r5_11 29 Oct 2014 15:33:13 |
amdmi3 |
- Strip library |
1.4.r5_11 15 Sep 2014 18:42:12 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
1.4.r5_10 17 Aug 2014 08:25:51 |
eadler |
Return some ports I maintain to the pool. |
1.4.r5_10 28 Jul 2014 21:54:34 |
adamw |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify. |
1.4.r5_10 25 Jun 2014 08:58:09 |
bapt |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
1.4.r5_10 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.4.r5_9 31 Mar 2014 06:14:19 |
eadler |
graphics/aalib: add license information
PR: ports/185085
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> |
1.4.r5_9 13 Feb 2014 06:43:09 |
eadler |
Correctly apply the patch I committed.
PR: ports/186660
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> |
1.4.r5_8 11 Feb 2014 22:07:21 |
eadler |
graphics/aalib: fix build with new texinfo
PR: ports/186660
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> |
1.4.r5_7 10 Feb 2014 20:49:27 |
eadler |
Convert to USES=libtool |
1.4.r5_6 26 Jan 2014 00:27:55 |
eadler |
- Since aalib contains an X11 option, it should also set it in OPTIONS_DEFINE
Reported by: mat |
1.4.r5_6 29 Sep 2013 00:54:23 |
eadler |
- Convert to staging. This caught a missing pkg-plist entry. |
1.4.r5_6 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.4.r5_6 16 Jul 2013 21:59:48 |
eadler |
Remove now excess verbiage.
Reviewed by: bapt |
1.4.r5_6 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
1.4.r5_6 08 Mar 2013 20:23:39 |
eadler |
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.
Reviewed by: drogoh (on irc) |
1.4.r5_6 20 Oct 2012 15:54:07 |
eadler |
Convert to OptionsNG
Feature safe: yes |
1.4.r5_6 06 Oct 2012 14:35:46 |
eadler |
Trim the headers in the ports I maintain. |
1.4.r5_6 28 Jul 2012 15:57:56 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.4.r5_6 13 Apr 2012 13:13:46 |
eadler |
Take |
1.4.r5_6 21 May 2011 18:23:00 |
arved |
Add USE_NCURSES
PR: 157138
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> |
1.4.r5_5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.4.r5_5 29 Jun 2010 10:10:17 |
stefan |
Fix syntax warning in aalib.m4.
PR: 145220
Submitted by: Grzegorz Blach <magik@roorback.net>
Feature safe: yes |
1.4.r5_4 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.4.r5_4 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.4.r5_4 13 Mar 2009 23:27:19 |
shaun |
Free most of my ports, since they aren't being maintained to a
reasonable standard. |
1.4.r5_4 29 Jan 2009 10:48:48 |
pav |
- Fix fetch
Reported by: pointyhat's -fetch-original run |
1.4.r5_4 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.4.r5_4 23 Sep 2007 11:19:50 |
edwin |
[DEPS] graphics/aalib USE_XLIB -> USE_XORG
This port requires only USE_XORG= x11
(tested with tinderbox)
PR: ports/115464
Submitted by: Martin Matuska <mm@FreeBSD.org>
Approved by: maintainer timeout |
1.4.r5_3 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.4.r5_2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.4.r5_2 19 Jun 2006 20:06:59 |
shaun |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
1.4.r5_2 24 May 2006 10:53:46 |
garga |
Pass maintainership to submitter
PR: ports/97747
Submitted by: Shaun Amott <shaun at inerd.com> |
1.4.r5_2 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
1.4.r5_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.4.r5_1 04 Dec 2005 07:29:40 |
edwin |
use INFO macro |
1.4.r5_1 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
1.4.r5_1 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.4.r5_1 01 Jun 2005 19:56:04 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
1.4.r5_1 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.4.r5_1 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.4.r5_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.4.r5_1 20 Feb 2003 18:08:19 |
knu |
de-pkg-comment |
1.4.r5_1 08 Jul 2002 10:41:30 |
ijliao |
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
1.4.r5_1 30 Apr 2002 02:43:21 |
ijliao |
use WITHOUT_X11 instead of WITH_X11
bump PORTREVISION |
02 Mar 2002 17:49:29 |
pat |
Update to 1.4.r5 |
19 Jan 2002 22:53:18 |
okazaki |
Fix a building error. Don't update the timestamp of "${WRKSRC}/acconfig.h".
|
02 Sep 2001 10:31:17 |
markp |
Re-added workaround (see 1.18) to prevent intermittent failures depending on
where the distfile was fetched. |
29 Aug 2001 12:39:07 |
markp |
Fixed MASTER_SITES and WWW. USE_AUTOMAKE made redundant. |
03 Mar 2001 00:45:14 |
kris |
Use random() because rand() is just too lame Fix a potential buffer overflow I
noticed while in here Bump PORTREVISION |
02 Feb 2001 09:31:44 |
nbm |
Bump PORTREVISION, since patch-af changes the package. |
01 Feb 2001 17:09:17 |
dfr |
Fix a typo which prevents aalib being used from C++. |
15 Nov 2000 10:03:39 |
roger |
There are two different tarballs for aalib-1.2 on the internet. There is one
copy on the author's ftp site. There is a differnt copy on all the SunSite
mirrors. |
03 Nov 2000 00:46:51 |
trevor |
Add MASTER_SITE_SUNSITE (recent fennerism). |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |
15 Jul 2000 17:48:05 |
will |
Fix MASTER_SITES; use USE_AUTOMAKE; add WWW. |
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 09:19:52 |
sobomax |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:12:51 |
sobomax |
Second round of INSTALL_SHLIBS=yes fixes. |