- Convert to new options framework
- Use space for WWW line in pkg-descr
- Trim Makefile headers
PR: ports/178400
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
in net/libosip. This patch was submitted as an update against net/libosip
but it was decided to add it as a separate port.
oSIP is an implementation of SIP.
SIP stands for the Session Initiation Protocol and is described by the
rfc2543 (soon to be deprecated by latest revisions). This library aims
to provide multimedia and telecom software developers an easy and powerful
interface to initiate and control SIP based sessions in their applications.
SIP is a open standard replacement from IETF for H323.
WWW: http://www.gnu.org/software/osip/
PR: 175104
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
- Remove USE_CRLF knob: instead, when extracting ZIP archives, ask it to
convert text files to Unix style. This should be no-op change, as all
consumers of USE_CRLF also USE_ZIP
- While here, remove unneeded output redirection in `do-extract' target
- Refactor OPTIONS knobs and provide better descriptions
- Define USE_GL more strictly as "gl" instead of vague "yes"
- Drop a few shlib ABI versions from LIB_DEPENDS
- Get rid of FTE_TARGETS variable (convert to use PLIST_FILES)
- Cleanup Makefile and reformat port description while here
- Utilize DISTVERSION (simplifies things)
- Sort the knobs, cleanup OPTIONS a bit, fix a typo
- Rename DEDICATED option to SERVER
- Define USE_GL more strictly as "glu" instead of vague "yes"
- Reformat port description for better readability
- Cleanup Makefile, NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Unmute installation commands (INSTALL_DATA, CP)
- Provide something that looks like real port description
- Update project URL in port description; drop maintainership
NB: Urban Terror was recently converted to standalone game that does not
require Quake III Arena anymore. Their current version is 4.2. Perhaps
this port should be update to chase upstream.
- Switch to ouf of source build
- Add KDE option (off by default), and use separate plist for not
overcomplicating the matter
- Sync list of Qt 4 components with project requirements
- Trim Makefile header
- Reformat description
file before <bsd.port.options.mk>, options handling gets broken because
options will be loaded from OPTIONSFILE which is based on UNIQUENAME and
thus PKGNAMEPREFIX, which is empty at that point. Prevent this: ensure
that FOOPKGNAMEPREFIX is defined in advance for ports that use it to set
their PKGNAMEPREFIX and having OPTIONS.
- bump PORTREVISION
while here:
- trim Makefile header
- eliminate PYTHON_SITELIBDIR from depends
- limit python version to 2.x only (print/except)
Reported by: pointyhat (miwi)
Turning off the MANPAGES option generates lots of errors on install and
fatal errors when attempting to create a package.
PR: ports/177675
Submitted by: Craig Leres <leres@ee.lbl.gov>
Approved by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
The maintainer also says:
It also opts out of portscout scans as I don't need them and portscout is
unlikely to correctly guess a future version anyway.
PR: ports/177543
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer)