Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.0_4 22 Feb 2024 18:19:22 |
Muhammad Moinur Rahman (bofh) |
comms/scmxx: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
0.9.0_3 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 ) |
0.9.0_3 20 Jul 2022 14:21:01 |
Tobias C. Berner (tcberner) |
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above ) |
0.9.0_3 06 Feb 2022 18:36:07 |
Stefan Eßer (se) |
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit) |
0.9.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.0_3 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
0.9.0_3 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
0.9.0_2 20 Oct 2014 09:31:34 |
bapt |
Cleanup plist |
0.9.0_2 23 May 2014 02:34:45 |
vanilla |
Stageify.
Approved by: portmgr@ |
0.9.0_2 13 Mar 2014 08:18:39 |
miwi |
- Convert USE_GMAKE/USE_BZIP2 to USES |
0.9.0_2 21 Feb 2014 13:35:45 |
ehaupt |
Remove trailing whitespaces from category comms |
0.9.0_2 10 Feb 2014 13:54:28 |
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) |
0.9.0_2 21 Jan 2014 23:18:05 |
bapt |
Fix properties on pkg-plist |
0.9.0_2 03 Jan 2014 16:18:05 |
adamw |
Fix type (..if) |
03 Jan 2014 16:06:01
|
adamw |
Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl |
0.9.0_2 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
0.9.0_2 12 Jun 2013 13:39:48 |
miwi |
- Fix i18n manpages
Reported by: pkg (DEVELOPER_MODE) |
0.9.0_2 27 Apr 2013 22:09:15 |
bapt |
Convert the last USE_ICONV to USES=iconv |
0.9.0_2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.9.0_2 09 Jan 2013 19:50:06 |
tabthorpe |
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace |
0.9.0_2 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 |
0.9.0_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.9.0_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.9.0_1 22 Aug 2009 00:15:15 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
0.9.0_1 21 Aug 2008 06:18:49 |
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 (Only the first 15 lines of the commit message are shown above ) |
0.9.0_1 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
0.9.0_1 06 Jun 2008 13:15:07 |
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) |
0.9.0 20 Mar 2008 09:23:28 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.9.0 30 Jul 2006 14:42:33 |
miwi |
- Fix pkg-plist
PR: ports/100927
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor),maintainer |
0.9.0 29 Apr 2006 20:15:15 |
mnag |
- Update to 0.9.0
- Update pkg-descr
- Respect CFLAGS
PR: 94602
Submitted by: Ulrich Spoerlein <q___galgenberg.net>
Approved by: maintainer |
0.8.1 22 Jan 2006 08:22:09 |
edwin |
SHA256ify
Approved by: krion@ |
0.8.1 22 Jan 2006 01:27:30 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.8.1 11 Oct 2005 16:38:56 |
sem |
- Update to 0.8.1
PR: ports/87256
Submitted by: maintainer |
0.8.0 14 Jul 2005 16:03:24 |
pav |
- Update to 0.8.0
PR: ports/83463
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) |
0.7.5 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.7.5 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.7.5 14 Feb 2005 17:03:08 |
vs |
Update to 0.7.5
PR: ports/77498
Submitted by: Janos Mohacsi (maintainer) |
0.7.4_1 18 Dec 2004 14:51:07 |
sem |
- Remove extra directories from ru and de man pages.
- While I'm here: remove locale directories for ru and de also.
PR: ports/75218
Submitted by: maintainer |
0.7.4 15 Oct 2004 16:17:23 |
sergei |
- Update to 0.7.4:
- Added German and Russian translations
- Configuration file changes
PR: ports/72735
Submitted by: Janos Mohacsi (maintainer)
While I'm here:
- Move examples installation out of NOPORTDOCS check
- Add CONFIGURE_TARGET to silense configure warning
- Minor Makefile tweaks |
0.7.3 04 Aug 2004 10:21:50 |
krion |
Update to 0.7.3
PR: ports/69955
Submitted by: maintainer |
0.7.2 23 Jul 2004 08:03:47 |
arved |
Update to 0.7.2
PR: 69443
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |
0.7.1 25 May 2004 09:02:39 |
krion |
- Update to version 0.7.1
PR: ports/67165
Submitted by: maintainer |
0.7.0 28 Apr 2004 16:39:31 |
pav |
- Update to 0.7.0
PR: ports/65819
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) |
0.6.4.1_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.6.4.1_1 30 Mar 2004 19:20:23 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
0.6.4.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.6.4.1 27 Jan 2004 11:54:45 |
pav |
- Update to 0.6.4.1
PR: ports/61983
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) |
0.6.4 24 Sep 2003 10:15:16 |
krion |
- Update to version 0.6.4
- UCS-2 phonebook transfer mode
- Phonebook hadling fixed
- Apply the DOCSDIR and EXAMPLESDIR macro to pkg-plist
- Remove missing example
- Added russian man page
- Change master_site to sourceforge
PR: 56731
Submitted by: maintainer |
0.6.3.8 23 Jun 2003 14:35:37 |
osa |
Update to 0.6.3.8
Submitted by: maintainer
PR: 53635
Approved by: fjoe (mentor) (implicit) |
0.6.3.7 16 Apr 2003 01:22:45 |
kevlo |
Update to 0.6.3.7
PR: 50995
Submitted by: MAINTAINER |
0.6.3.5 21 Feb 2003 11:07:05 |
knu |
De-pkg-comment. |
0.6.3.5 18 Jan 2003 17:35:48 |
arved |
Update to 0.6.3.5
PR: 47164
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |
0.6.3.1 21 Nov 2002 19:13:49 |
naddy |
Update to 0.6.3.1. Notable changes in this release:
- Now uses libiconv to generalize the charset handling. It can also
decode UCS2-encoded SMS, localize the date format, and add the
status report request bit to outgoing SMSes.
- SL45 also handled.
PR: 45519
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |
0.6.1.6 24 Oct 2002 06:55:55 |
kevlo |
Update to version 0.6.1.6
PR: 44408
Submitted by: MAINTAINER |
0.6.1.5 18 Sep 2002 08:31:16 |
ijliao |
add scmxx 0.6.1.5
Data exchange utility for Siemens mobile phones
PR: 39707
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |