<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/comms/smstools3/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>comms/smstools3: Clean up and modernize port</title>
<updated>2022-07-27T20:30:53+00:00</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2022-07-27T20:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=3109e75af713dfba3e429ee56d688e4a18141279'/>
<id>3109e75af713dfba3e429ee56d688e4a18141279</id>
<content type='text'>
- Remove unneeded pkg-install/pkg-deinstall scripts, and properly
  use pkg-message to display uninstall message [1]
- Reorder some statements to silence some portlint warnings
- Properly use shebangfix on more files, replacing some REINPLACE_CMDs
- Remove unneeded REINPLACE_CMDs
- Use RLN in place of LN, to correctly create relative symlinks

Reported by:	bapt [1]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove unneeded pkg-install/pkg-deinstall scripts, and properly
  use pkg-message to display uninstall message [1]
- Reorder some statements to silence some portlint warnings
- Properly use shebangfix on more files, replacing some REINPLACE_CMDs
- Remove unneeded REINPLACE_CMDs
- Use RLN in place of LN, to correctly create relative symlinks

Reported by:	bapt [1]
</pre>
</div>
</content>
</entry>
<entry>
<title>comms: remove 'Created by' lines</title>
<updated>2022-07-20T14:21:01+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=258a98847ee4f106a2eed7fade8197d0a987d592'/>
<id>258a98847ee4f106a2eed7fade8197d0a987d592</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  'Big Bad Bob' Frazier &lt;bobf@mrp3.com&gt;
  *  &lt;mr@freebsd.org&gt;
  *  Alex Samorukov &lt;samm@freebsd.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andreas Klemm &lt;andreas@klemm.gtn.com&gt;
  *  Andrew Dolgov &lt;fox@furry.spb.ru&gt;
  *  Andrey Lykhin &lt;lan31@inbox.ru&gt;
  *  Anton Voronin &lt;anton@urc.ac.ru&gt;
  *  Brandon S. Allbery KF8NH &lt;allbery@ece.cmu.edu&gt;
  *  Brian Dean &lt;bsd@FreeBSD.org&gt;
  *  Bruce Cran &lt;bruce@cran.org.uk&gt;
  *  Carl Makin &lt;carl@stagecraft.cx&gt;
  *  Darren &lt;igla@batterybackups.net&gt;
  *  David
  *  David O'Brien &lt;obrien@cs.ucdavis.edu&gt;
  *  David Thiel &lt;lx@redundancy.redundancy.org&gt;
  *  Denis Shaposhnikov &lt;dsh@vlink.ru&gt;
  *  Devon H. O'Dell &lt;devon.odell@coyotepoint.com&gt;
  *  Diane Bruce &lt;db@db.net&gt;
  *  Douglas K. Rand &lt;rand@meridian-enviro.com&gt;
  *  Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Frank Steinborn &lt;steinex@nognu.de&gt;
  *  Ganael Laplanche &lt;ganael.laplanche@martymac.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Janos.Mohacsi@bsd.hu
  *  Jean-Baptiste Quenot &lt;jb.quenot@caraldi.com&gt;
  *  Jeffrey Baitis &lt;jeff@baitis.net&gt;
  *  Johan Strom &lt;johan@stromnet.se&gt;
  *  Johan Strom &lt;johna@stromnet.se&gt;
  *  Jui-Nan Lin &lt;jnlin@freebsd.cs.nctu.edu.tw&gt;
  *  Julian Stacey &lt;jhs@FreeBSD.org&gt;
  *  Kirill Bezzubets &lt;kirill@solaris.ru&gt;
  *  MITA Yoshio &lt;mita@FreeBSD.org&gt;
  *  Markus Brueffer &lt;markus@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Masafumi NAKANE &lt;max@FreeBSD.org&gt;
  *  Matt Dawson &lt;matt@mattsnetwork.co.uk&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Reifenberger (mike@Reifenberger.com)
  *  Mike Heffner &lt;mikeh@FreeBSD.org&gt;
  *  Nick Sayer &lt;nsayer@FreeBSD.org&gt;
  *  Nicole Reid &lt;root@cooltrainer.org&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Patrick Gardella &lt;patrick@FreeBSD.org&gt;
  *  Paul Traina &lt;pst@FreeBSD.org&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Rick Elrod &lt;codeblock@eighthbit.net&gt;
  *  Rodrigo Osorio &lt;rodrigo@FreeBSD.org&gt;
  *  Sebastian Yepes &lt;esn@x123.info&gt;
  *  Staffan Ulfberg &lt;staffanu@multivac.fatburen.org&gt;
  *  Stephen Hurd &lt;shurd@FreeBSD.org&gt;
  *  Steve Woodford &lt;scw@netbsd.hut.fi&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Sunry Chen &lt;sunrychen@gmail.com&gt;
  *  Søren Straarup &lt;xride@x12.dk&gt;
  *  Tony Shadwick &lt;tshadwick@oss-solutions.com&gt;
  *  Tsung-Han Yeh &lt;snowfly@yuntech.edu.tw&gt;
  *  Vladimir Grebenschikov
  *  Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;
  *  db
  *  dirkx@webweaving.org
  *  dom@happygiraffe.net
  *  elbarto@ArcadeBSD.org
  *  hm
  *  jmz
  *  joes@seaport.net
  *  lambert@lambertfam.org
  *  nox@FreeBSD.org
  *  obrien@cs.ucdavis.edu
  *  rkw
  *  shurd
  *  shurd@FreeBSD.org
  *  wlloyd@slap.net
  * //www.tomek.cedro.info)

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  'Big Bad Bob' Frazier &lt;bobf@mrp3.com&gt;
  *  &lt;mr@freebsd.org&gt;
  *  Alex Samorukov &lt;samm@freebsd.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andreas Klemm &lt;andreas@klemm.gtn.com&gt;
  *  Andrew Dolgov &lt;fox@furry.spb.ru&gt;
  *  Andrey Lykhin &lt;lan31@inbox.ru&gt;
  *  Anton Voronin &lt;anton@urc.ac.ru&gt;
  *  Brandon S. Allbery KF8NH &lt;allbery@ece.cmu.edu&gt;
  *  Brian Dean &lt;bsd@FreeBSD.org&gt;
  *  Bruce Cran &lt;bruce@cran.org.uk&gt;
  *  Carl Makin &lt;carl@stagecraft.cx&gt;
  *  Darren &lt;igla@batterybackups.net&gt;
  *  David
  *  David O'Brien &lt;obrien@cs.ucdavis.edu&gt;
  *  David Thiel &lt;lx@redundancy.redundancy.org&gt;
  *  Denis Shaposhnikov &lt;dsh@vlink.ru&gt;
  *  Devon H. O'Dell &lt;devon.odell@coyotepoint.com&gt;
  *  Diane Bruce &lt;db@db.net&gt;
  *  Douglas K. Rand &lt;rand@meridian-enviro.com&gt;
  *  Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Frank Steinborn &lt;steinex@nognu.de&gt;
  *  Ganael Laplanche &lt;ganael.laplanche@martymac.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Janos.Mohacsi@bsd.hu
  *  Jean-Baptiste Quenot &lt;jb.quenot@caraldi.com&gt;
  *  Jeffrey Baitis &lt;jeff@baitis.net&gt;
  *  Johan Strom &lt;johan@stromnet.se&gt;
  *  Johan Strom &lt;johna@stromnet.se&gt;
  *  Jui-Nan Lin &lt;jnlin@freebsd.cs.nctu.edu.tw&gt;
  *  Julian Stacey &lt;jhs@FreeBSD.org&gt;
  *  Kirill Bezzubets &lt;kirill@solaris.ru&gt;
  *  MITA Yoshio &lt;mita@FreeBSD.org&gt;
  *  Markus Brueffer &lt;markus@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Masafumi NAKANE &lt;max@FreeBSD.org&gt;
  *  Matt Dawson &lt;matt@mattsnetwork.co.uk&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Reifenberger (mike@Reifenberger.com)
  *  Mike Heffner &lt;mikeh@FreeBSD.org&gt;
  *  Nick Sayer &lt;nsayer@FreeBSD.org&gt;
  *  Nicole Reid &lt;root@cooltrainer.org&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Patrick Gardella &lt;patrick@FreeBSD.org&gt;
  *  Paul Traina &lt;pst@FreeBSD.org&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Rick Elrod &lt;codeblock@eighthbit.net&gt;
  *  Rodrigo Osorio &lt;rodrigo@FreeBSD.org&gt;
  *  Sebastian Yepes &lt;esn@x123.info&gt;
  *  Staffan Ulfberg &lt;staffanu@multivac.fatburen.org&gt;
  *  Stephen Hurd &lt;shurd@FreeBSD.org&gt;
  *  Steve Woodford &lt;scw@netbsd.hut.fi&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Sunry Chen &lt;sunrychen@gmail.com&gt;
  *  Søren Straarup &lt;xride@x12.dk&gt;
  *  Tony Shadwick &lt;tshadwick@oss-solutions.com&gt;
  *  Tsung-Han Yeh &lt;snowfly@yuntech.edu.tw&gt;
  *  Vladimir Grebenschikov
  *  Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;
  *  db
  *  dirkx@webweaving.org
  *  dom@happygiraffe.net
  *  elbarto@ArcadeBSD.org
  *  hm
  *  jmz
  *  joes@seaport.net
  *  lambert@lambertfam.org
  *  nox@FreeBSD.org
  *  obrien@cs.ucdavis.edu
  *  rkw
  *  shurd
  *  shurd@FreeBSD.org
  *  wlloyd@slap.net
  * //www.tomek.cedro.info)

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CONFLICTS definitions in categories a* to c*</title>
<updated>2022-02-06T18:36:07+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-02-06T18:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bdd2d4af9630fdc1157d49bd193e8195c3240e9e'/>
<id>bdd2d4af9630fdc1157d49bd193e8195c3240e9e</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Remove redundant '-[0-9]*' from CONFLICTS</title>
<updated>2021-10-29T09:50:18+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2021-10-28T12:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=819f25b36d45b8ac5593ec8e6f470d9ad454b08a'/>
<id>819f25b36d45b8ac5593ec8e6f470d9ad454b08a</id>
<content type='text'>
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -fcommon to CFLAGS to allow building on  clang 11 in recent head.</title>
<updated>2020-08-25T13:53:15+00:00</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2020-08-25T13:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b31a00bec56084f9f355e5698b13c040a72df2b0'/>
<id>b31a00bec56084f9f355e5698b13c040a72df2b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comms/smstools3 to 3.1.21</title>
<updated>2017-05-05T19:07:59+00:00</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2017-05-05T19:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=28072fd7f76b1288df5b5fa9d6323c3838cfb9e3'/>
<id>28072fd7f76b1288df5b5fa9d6323c3838cfb9e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update comms/smstools3 to 3.1.20</title>
<updated>2017-04-12T22:20:48+00:00</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2017-04-12T22:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=5364e7d13b7b5f8a028237fedcaa0d03f3328be5'/>
<id>5364e7d13b7b5f8a028237fedcaa0d03f3328be5</id>
<content type='text'>
- Convert to USES=localbase
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Convert to USES=localbase
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update smstools3 to 3.1.19</title>
<updated>2017-03-14T20:44:16+00:00</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2017-03-14T20:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=570b85523471c7c009836af5f37cb575985d5878'/>
<id>570b85523471c7c009836af5f37cb575985d5878</id>
<content type='text'>
- Don't clobber LDFLAGS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Don't clobber LDFLAGS
</pre>
</div>
</content>
</entry>
</feed>
