non port: textproc/iksemel/Makefile |
SVNWeb
|
Number of commits found: 48 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 13 Apr 2021
|
[ 07:05 Fernando Apesteguía (fernape) ] 0a4dd56
textproc/iksemel: fix build when openssl is installed.
This port does not build when openssl is installed. Disable it explicitely in
the configure.
PR: 254296
Reported by: dym@afalina.od.ua
Tested by: felix@palmen-it.de newton.ja.terry@gmail.com
MFH: 2021Q2 build fix
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 13 Mar 2021
|
[ 16:47 cmt ]
unbreak textproc/iksemel by finalizing the latest upgrade
- patch stage failed as both patches have been incorperated upstream
while at it, make gnutls usage explicit.
- configure stage fails when checking for python
as no python dependency has been declared and no python files are
in pkg-plist, let's assume that the intention was to not build the
python bindings at this time
Approved by: just-fix-it
|
Fri, 12 Mar 2021
|
[ 23:07 nc ]
textproc/iksemel: Update to 1.5
Also change WWW to current GitHub site.
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Sun, 18 Sep 2016
|
[ 11:18 antoine ]
Unbreak by switching to USE_GITHUB
|
Wed, 14 Sep 2016
|
[ 15:59 mat ] (Only the first 10 of 353 ports in this commit are shown above. )
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 27 Mar 2016
|
[ 14:58 tijl ] (Only the first 10 of 183 ports in this commit are shown above. )
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 21 Aug 2015
|
[ 15:38 amdmi3 ]
- Add LICENSE
- Regenerate patches with `make makepatch`
|
Wed, 19 Aug 2015
|
[ 07:43 erwin ]
Reset maintainer
<rhaamo@gruik.at>: Host or domain name not found. Name service error for
name=gruik.at type=AAAA: Host found but no data record of requested type
Sponsored by: DK Hostmaster A/S
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Sun, 29 Mar 2015
|
[ 15:56 bapt ]
Convert to USES=autoreconf
|
Wed, 23 Jul 2014
|
[ 09:54 tijl ] (Only the first 10 of 139 ports in this commit are shown above. )
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Thu, 3 Jul 2014
|
[ 13:18 tijl ]
Convert textproc/iksemel to "USES=libtool pathfix" and bump dependent ports
|
Wed, 25 Jun 2014
|
[ 20:28 antoine ]
Allow to build with texinfo from ports
|
Wed, 12 Feb 2014
|
[ 07:07 miwi ]
- Stage support
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Tue, 16 Jul 2013
|
[ 14:57 miwi ]
- Unbreak build after autotools update
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Tue, 5 Feb 2013
|
[ 16:17 novel ] (Only the first 10 of 94 ports in this commit are shown above. )
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
|
Sun, 2 Sep 2012
|
[ 21:23 bdrewery ]
- Fix build by adding dependency on pkgconfig
- Remove ABI version from LIB_DEPENDS
PR: ports/170771 [1]
Submitted by: bdrewery [1]
PR: ports/171139 [2]
Submitted by: Frank Wall <fw@moov.de> [2]
Approved by: maintainer timeout (2w)
Approved by: bapt (mentor)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sun, 5 Jun 2011
|
[ 18:43 novel ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/gnutls update and add an UPDATING entry.
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Tue, 5 Oct 2010
|
[ 19:57 ade ] (Only the first 10 of 235 ports in this commit are shown above. )
Round one migration of ports from automake{19,110} to automake111
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Thu, 10 Dec 2009
|
[ 15:14 miwi ]
- Update maintainer mail adress
Submitted by: Marc Lagrange (maintainer via irc)
|
Fri, 30 Oct 2009
|
[ 10:27 miwi ]
- Fix GnuTLS detection
- Replace patch-* with REINPLACE_CMD
PR: 139871
Submitted by: Marc Lagrange <markocpc@gmail.com> (maintainer)
|
Wed, 26 Aug 2009
|
[ 16:23 trasz ]
Update to 1.4, pass maintainership to submitter.
PR: ports/138185
Submitted by: Marc Lagrange <markocpc at gmail dot com>
|
Sun, 16 Aug 2009
|
[ 18:04 novel ] (Only the first 10 of 65 ports in this commit are shown above. )
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Fri, 6 Jun 2008
|
[ 14:05 edwin ] (Only the first 10 of 221 ports in this commit are shown above. )
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
|
[ 10:03 pav ] (Only the first 10 of 74 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Thu, 6 Mar 2008
|
[ 22:19 edwin ] (Only the first 10 of 39 ports in this commit are shown above. )
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related)
|
Mon, 3 Mar 2008
|
[ 11:57 novel ] (Only the first 10 of 51 ports in this commit are shown above. )
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
|
Thu, 4 Oct 2007
|
[ 11:17 trasz ]
- Update textproc/iksemel to version 1.3.
Approved by: sobomax (asterisk maintainer)
|
Wed, 11 Jul 2007
|
[ 22:06 trasz ] (Only the first 10 of 53 ports in this commit are shown above. )
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat
|
Sun, 1 Jul 2007
|
[ 08:56 novel ] (Only the first 10 of 45 ports in this commit are shown above. )
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
|
Fri, 13 Apr 2007
|
[ 13:03 trasz ] (Only the first 10 of 51 ports in this commit are shown above. )
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor)
|
Thu, 1 Feb 2007
|
[ 02:42 kris ] (Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
Tue, 2 Jan 2007
|
[ 08:54 novel ] (Only the first 10 of 40 ports in this commit are shown above. )
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
|
Thu, 6 Jul 2006
|
[ 17:41 novel ] (Only the first 10 of 31 ports in this commit are shown above. )
Chase gnutls shlib version change.
|
Fri, 28 Apr 2006
|
[ 07:34 ijliao ]
add iksemel 1.2
XML parser library mainly designed for Jabber applications
PR: 96283
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
|
Number of commits found: 48 |