Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Feb 2022 18:36:07 0.9.0_3
|
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) |
06 Apr 2021 14:31:07 0.9.0_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Aug 2015 13:30:00
0.9.0_3 
|
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
15 Apr 2015 08:20:28
0.9.0_3
|
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 ) |
20 Oct 2014 09:31:34
0.9.0_2
|
bapt  |
Cleanup plist |
23 May 2014 02:34:45
0.9.0_2
|
vanilla  |
Stageify.
Approved by: portmgr@ |
13 Mar 2014 08:18:39
0.9.0_2
|
miwi  |
- Convert USE_GMAKE/USE_BZIP2 to USES |
21 Feb 2014 13:35:45
0.9.0_2
|
ehaupt  |
Remove trailing whitespaces from category comms |
10 Feb 2014 13:54:28
0.9.0_2
|
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) |
21 Jan 2014 23:18:05
0.9.0_2
|
bapt  |
Fix properties on pkg-plist |
03 Jan 2014 16:18:05
0.9.0_2
|
adamw  |
Fix type (..if) |
03 Jan 2014 16:06:01

|
adamw  |
Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl |
20 Sep 2013 16:03:29
0.9.0_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
12 Jun 2013 13:39:48
0.9.0_2
|
miwi  |
- Fix i18n manpages
Reported by: pkg (DEVELOPER_MODE) |
27 Apr 2013 22:09:15
0.9.0_2
|
bapt  |
Convert the last USE_ICONV to USES=iconv |
24 Apr 2013 18:10:32
0.9.0_2
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
09 Jan 2013 19:50:06
0.9.0_2
|
tabthorpe  |
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace |
23 Sep 2011 22:26:39
0.9.0_2
|
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 |
20 Mar 2011 12:54:45
0.9.0_2
|
miwi  |
- Get Rid MD5 support |
31 May 2010 02:01:56
0.9.0_2
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
22 Aug 2009 00:15:15
0.9.0_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
21 Aug 2008 06:18:49
0.9.0_1
|
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 ) |
25 Jul 2008 14:34:52
0.9.0_1
|
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 |
06 Jun 2008 13:15:07
0.9.0_1
|
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) |
20 Mar 2008 09:23:28
0.9.0
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
30 Jul 2006 14:42:33
0.9.0
|
miwi  |
- Fix pkg-plist
PR: ports/100927
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor),maintainer |
29 Apr 2006 20:15:15
0.9.0
|
mnag  |
- Update to 0.9.0
- Update pkg-descr
- Respect CFLAGS
PR: 94602
Submitted by: Ulrich Spoerlein <q___galgenberg.net>
Approved by: maintainer |
22 Jan 2006 08:22:09
0.8.1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:27:30
0.8.1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
11 Oct 2005 16:38:56
0.8.1
|
sem  |
- Update to 0.8.1
PR: ports/87256
Submitted by: maintainer |
14 Jul 2005 16:03:24
0.8.0
|
pav  |
- Update to 0.8.0
PR: ports/83463
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) |
12 Apr 2005 03:26:57
0.7.5
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.7.5
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
14 Feb 2005 17:03:08
0.7.5
|
vs  |
Update to 0.7.5
PR: ports/77498
Submitted by: Janos Mohacsi (maintainer) |
18 Dec 2004 14:51:07
0.7.4_1
|
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 |
15 Oct 2004 16:17:23
0.7.4
|
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 |
04 Aug 2004 10:21:50
0.7.3
|
krion  |
Update to 0.7.3
PR: ports/69955
Submitted by: maintainer |
23 Jul 2004 08:03:47
0.7.2
|
arved  |
Update to 0.7.2
PR: 69443
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |
25 May 2004 09:02:39
0.7.1
|
krion  |
- Update to version 0.7.1
PR: ports/67165
Submitted by: maintainer |
28 Apr 2004 16:39:31
0.7.0
|
pav  |
- Update to 0.7.0
PR: ports/65819
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) |
31 Mar 2004 03:12:58
0.6.4.1_1
|
trevor  |
SIZEify (maintainer timeout) |
30 Mar 2004 19:20:23
0.6.4.1_1
|
krion  |
- Use USE_ICONV knob
Approved by: portmgr |
04 Feb 2004 05:21:48
0.6.4.1_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
27 Jan 2004 11:54:45
0.6.4.1
|
pav  |
- Update to 0.6.4.1
PR: ports/61983
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) |
24 Sep 2003 10:15:16
0.6.4
|
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 |
23 Jun 2003 14:35:37
0.6.3.8
|
osa  |
Update to 0.6.3.8
Submitted by: maintainer
PR: 53635
Approved by: fjoe (mentor) (implicit) |
16 Apr 2003 01:22:45
0.6.3.7
|
kevlo  |
Update to 0.6.3.7
PR: 50995
Submitted by: MAINTAINER |
21 Feb 2003 11:07:05
0.6.3.5
|
knu  |
De-pkg-comment. |
18 Jan 2003 17:35:48
0.6.3.5
|
arved  |
Update to 0.6.3.5
PR: 47164
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |
21 Nov 2002 19:13:49
0.6.3.1
|
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> |
24 Oct 2002 06:55:55
0.6.1.6
|
kevlo  |
Update to version 0.6.1.6
PR: 44408
Submitted by: MAINTAINER |
18 Sep 2002 08:31:16
0.6.1.5
|
ijliao  |
add scmxx 0.6.1.5
Data exchange utility for Siemens mobile phones
PR: 39707
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |