notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: comms/scmxx/Makefile
SVNWeb

Number of commits found: 46

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  258a9884  (Only the first 10 of 126 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 6 Feb 2022
[ 18:36 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bdd2d4af9630fdc1157d49bd193e8195c3240e9e  commit hash:bdd2d4af9630fdc1157d49bd193e8195c3240e9e  commit hash:bdd2d4af9630fdc1157d49bd193e8195c3240e9e  bdd2d4a  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 19 Aug 2015
[ 13:30 mat search for other commits by this committer ] Original commit   Revision:394778 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Wed, 15 Apr 2015
[ 08:20 tijl search for other commits by this committer ] Original commit   Revision:384038 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 23 May 2014
[ 02:34 vanilla search for other commits by this committer ] Original commit   Revision:354906
Stageify.

Approved by:	portmgr@
Thu, 13 Mar 2014
[ 08:18 miwi search for other commits by this committer ] Original commit   Revision:348047
- Convert USE_GMAKE/USE_BZIP2 to USES
Fri, 21 Feb 2014
[ 13:35 ehaupt search for other commits by this committer ] Original commit   Revision:345400 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category comms
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 3 Jan 2014
[ 16:18 adamw search for other commits by this committer ] Original commit   Revision:338559
Fix type (..if)
[ 16:06 adamw search for other commits by this committer ] Original commit   Revision:338555 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Convert comms to MDOCS and MEXAMPLES.

Hold-out shame list: perl
Fri, 20 Sep 2013
[ 16:03 bapt search for other commits by this committer ] Original commit   Revision:327714 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Sat, 27 Apr 2013
[ 22:09 bapt search for other commits by this committer ] Original commit   Revision:316695 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Convert the last USE_ICONV to USES=iconv
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Wed, 9 Jan 2013
[ 19:50 tabthorpe search for other commits by this committer ] Original commit   Revision:310162 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sat, 22 Aug 2009
[ 00:15 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 6 Jun 2008
[ 13:15 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 20 Mar 2008
[ 09:23 pav search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Sat, 29 Apr 2006
[ 20:15 mnag search for other commits by this committer ] Original commit 
- Update to 0.9.0
- Update pkg-descr
- Respect CFLAGS

PR:             94602
Submitted by:   Ulrich Spoerlein <q___galgenberg.net>
Approved by:    maintainer
Tue, 11 Oct 2005
[ 16:38 sem search for other commits by this committer ] Original commit 
- Update to 0.8.1

PR:             ports/87256
Submitted by:   maintainer
Thu, 14 Jul 2005
[ 16:03 pav search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update to 0.8.0

PR:             ports/83463
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Mon, 14 Feb 2005
[ 17:03 vs search for other commits by this committer ] Original commit 
Update to 0.7.5

PR:             ports/77498
Submitted by:   Janos Mohacsi (maintainer)
Sat, 18 Dec 2004
[ 14:51 sem search for other commits by this committer ] Original commit 
- 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
Fri, 15 Oct 2004
[ 16:17 sergei search for other commits by this committer ] Original commit 
- 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
Wed, 4 Aug 2004
[ 10:21 krion search for other commits by this committer ] Original commit 
Update to 0.7.3

PR:             ports/69955
Submitted by:   maintainer
Fri, 23 Jul 2004
[ 08:03 arved search for other commits by this committer ] Original commit 
Update to 0.7.2

PR:             69443
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
Tue, 25 May 2004
[ 09:02 krion search for other commits by this committer ] Original commit 
- Update to version 0.7.1

PR:             ports/67165
Submitted by:   maintainer
Wed, 28 Apr 2004
[ 16:39 pav search for other commits by this committer ] Original commit 
- Update to 0.7.0

PR:             ports/65819
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Tue, 30 Mar 2004
[ 19:20 krion search for other commits by this committer ] Original commit  (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
- Use USE_ICONV knob

Approved by:    portmgr
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Tue, 27 Jan 2004
[ 11:54 pav search for other commits by this committer ] Original commit 
- Update to 0.6.4.1

PR:             ports/61983
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Wed, 24 Sep 2003
[ 10:15 krion search for other commits by this committer ] Original commit 
- 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
Mon, 23 Jun 2003
[ 14:35 osa search for other commits by this committer ] Original commit 
Update to 0.6.3.8

Submitted by:   maintainer
PR:             53635
Approved by:    fjoe (mentor) (implicit)
Wed, 16 Apr 2003
[ 01:22 kevlo search for other commits by this committer ] Original commit 
Update to 0.6.3.7

PR: 50995
Submitted by: MAINTAINER
Fri, 21 Feb 2003
[ 11:07 knu search for other commits by this committer ] Original commit  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sat, 18 Jan 2003
[ 17:35 arved search for other commits by this committer ] Original commit 
Update to 0.6.3.5

PR:             47164
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
Thu, 21 Nov 2002
[ 19:13 naddy search for other commits by this committer ] Original commit 
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>
Thu, 24 Oct 2002
[ 06:55 kevlo search for other commits by this committer ] Original commit 
Update to version 0.6.1.6

PR: 44408
Submitted by: MAINTAINER
Wed, 18 Sep 2002
[ 08:31 ijliao search for other commits by this committer ] Original commit 
add scmxx 0.6.1.5
Data exchange utility for Siemens mobile phones

PR:             39707
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>

Number of commits found: 46