Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.3_5 26 Feb 2024 12:35:22 |
Muhammad Moinur Rahman (bofh) |
textproc/sablotron: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.3_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.0.3_4 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
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 ) |
1.0.3_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.3_4 21 Jan 2021 10:16:16 |
danfe |
- Do not use abbreviated project name for PORTNAME
- Improve wording of some option descriptions |
1.0.3_4 07 Jul 2018 17:22:13 |
tobik |
textproc/sablotron: Unbreak with Clang 6
Configure fails with
In file included from conftest.cc:29:
In file included from /usr/local/include/expat.h:45:
In file included from /usr/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its
first declaration
_Noreturn void exit(int);
^
/usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn'
#define _Noreturn [[noreturn]]
^
conftest.cc:20:6: note: declaration missing '[[noreturn]]' attribute is here
void exit (int);
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p474051_s336054/logs/Sablot-1.0.3_4.log |
1.0.3_4 04 Nov 2017 11:43:35 |
dbaio |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket) |
1.0.3_4 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.0.3_4 14 Jan 2017 09:01:10 |
amdmi3 |
- Fix LICENSE
- Switch to USES=localbase
- Switch to options helpers
- Regenerate patches |
1.0.3_4 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.0.3_4 03 Sep 2015 14:09:18 |
amdmi3 |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket |
1.0.3_4 26 May 2015 00:06:06 |
amdmi3 |
- Fix LICENSE
- Simplify docs installation
- Strip library |
1.0.3_3 13 Sep 2014 07:06:40 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
1.0.3_2 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.0.3_1 24 Feb 2014 18:51:20 |
tijl |
- Patch configure so it prefers libc iconv over libiconv.
- Remove CHECK_LEAKS option and associated perl command from post-patch.
It doesn't do anything on FreeBSD.
- Remove ICONV_TYPECAST option and associated patch. Whether iconv
requires a cast depends on the system. It isn't a user option. Just
let configure auto-detect this.
- Make the perl dependency conditional on the DOCS option.
- USES=libtool. This removes another perl command from post-patch.
- Replace remaining perl command in post-patch with REINPLACE_CMD. |
1.0.3 13 Feb 2014 02:26:04 |
amdmi3 |
- Don't silence warnings
- Cosmetic fixes |
1.0.3 20 Jan 2014 09:08:33 |
nemysis |
- Add licenses (GPLv2)
- Use the new format for LIB_DEPENDS
- Reordering Options
- Change DOCS and remove from pkg-plist
- Support STAGEDIR
- Change pkg-descr and use working WWW |
1.0.3 07 Oct 2013 09:24:13 |
marino |
textproc/sablotron: Modify iconv patch to support DragonFly
DragonFly 3.4 and DragonFly 3.6 have different iconv prototypes.
This modifies the FreeBSD support patch to handle the two different
DragonFly cases as well. |
1.0.3 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.0.3 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
1.0.3 31 Jul 2013 06:54:10 |
az |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@) |
1.0.3 30 Jul 2013 14:55:51 |
mat |
Add a patch to actually make the ICONV_TYPECAST knob work. |
1.0.3 29 Jul 2013 16:58:22 |
mat |
Make fetchable again.
Use new bsd.options.mk opts_CONFIGURE_foo. |
1.0.3 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
1.0.3 22 Apr 2013 13:27:48 |
bapt |
Reassign skv@ ports to the heap
Feature safe: yes |
1.0.3 21 Mar 2013 00:21:21 |
jgh |
- adopt optionsNG
- trim historical header
Approved by: portmgr (miwi) |
1.0.3 29 Jun 2012 10:15:24 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.0.3 23 Sep 2011 22:26:39 |
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 |
1.0.3 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.0.3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0.3 02 Aug 2009 19:36:34 |
mezz |
-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 |
1.0.3 29 Mar 2007 10:21:53 |
skv |
Update to 1.0.3
Changes: http://www.gingerall.org/html/RELEASE
PR: ports/109944
Submitted by: Marcelo Araujo <araujo xx bsdmail.org> |
1.0.2_1 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
1.0.2_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0.2 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0.2 13 Oct 2005 23:37:33 |
mi |
Fix pkg-plist (I was sure, I fixed this) |
1.0.2 13 Oct 2005 02:30:08 |
mi |
Update from 1.0.1 to 1.0.2. Make sure to link the library with -lexpat and
-liconv, so the clients don't have to. OpenOffice's dll-checker is quite
particular about this, for example.
Approved by: maintainer |
1.0.1 12 Dec 2004 17:55:18 |
skv |
* use OPTIONS
* unbreak build with -DWITH_CHECK_LEAKS [PR 72754]
PR: ports/72754
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
1.0.1 27 Jul 2004 16:22:27 |
skv |
Change MASTER_SITES
PR: ports/69649
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |
1.0.1 25 Jul 2004 18:31:05 |
skv |
Updated to 1.0.1
PR: ports/69533
Submitted by: Radim Kolar <hsn@netmag.cz> |
1.0_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.0_2 30 Mar 2004 19:56:44 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
1.0_2 14 Mar 2004 07:58:26 |
kuriyama |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
1.0_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.0_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.0 03 Sep 2003 07:33:27 |
skv |
Updated to 1.0 |
0.98 15 Jul 2003 12:54:11 |
skv |
Fix dependency typo again.
(My mind has been travelling afar. My apologies to everyone.)
Pointed by: Neil Darlow <neil@darlow.co.uk> |
0.98 15 Jul 2003 08:15:58 |
skv |
Fix incorrect build dependency
Pointed by: BSDC <bsdc@xtremedev.com> |
0.98 14 Jul 2003 16:19:20 |
skv |
Updated to 0.98
PR: ports/54400, ports/52162
Submitted by: Melvyn Sopacua <melvyn@webteckies.org>,
Jens Rehsack <rehsack@liwing.de> |
0.97 27 Feb 2003 12:20:51 |
skv |
Updated to 0.97; fixed php dynamic linking issue.
PR: ports/44794, ports/44924, ports/45759, ports/46268 |
0.96_2 30 Oct 2002 09:21:55 |
alane |
Committed; maintainer timeout.
PR: 44157
Approved by: maintainer (skv) timeout |
0.96_2 19 Sep 2002 13:34:58 |
skv |
Fix expat bump.
Submitted by: Peter Avalos <pavalos@theshell.com>
PR: 42940 |
0.96_1 17 Sep 2002 21:02:01 |
knu |
Bump PORTREVISION and expat shlib. |
0.96 08 Sep 2002 13:47:28 |
skv |
Updated to 0.96 |
0.95_1 14 Aug 2002 15:38:27 |
skv |
Add patches to solve problems with PHP and more. |
0.95 06 Aug 2002 07:19:33 |
skv |
Updated to 0.95 |
0.90_1 21 Jul 2002 02:17:49 |
kuriyama |
Bump portrevision (textproc/expat2 shlib bump). |
0.90 30 May 2002 12:38:58 |
skv |
Updated to 0.90, 'gmake' dependency removed, documentation added,
configure args added. |
0.81_1 18 Mar 2002 10:27:58 |
knu |
Bump PORTREVISION to reflect the (lib)iconv upgrade. |
0.81_1 18 Mar 2002 09:46:46 |
sobomax |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv. |
25 Jan 2002 13:57:28 |
skv |
Fixed 'automake' version. |
23 Jan 2002 20:04:12 |
skv |
Updated to version 0.81, increment SHLIB_MAJOR to 67 since changes in SDOM
API. |
06 Jan 2002 06:20:22 |
will |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
02 Dec 2001 18:40:49 |
steve |
Update to version 0.71. |
06 Nov 2001 12:40:46 |
sf |
o update to 0.70. |
14 Sep 2001 13:56:39 |
dwcjr |
Add PATCH_FILES Bump PORTREVISION |
25 Aug 2001 05:23:51 |
petef |
- update to version 0.65 - remove redundant LDCONFIG_DIRS= %%PREFIX%%/lib -
sort pkg-plist |
03 Jul 2001 10:18:16 |
knu |
Update to 0.60 + 0.60.1 patch. |
18 Jun 2001 19:13:11 |
dannyboy |
Update to 0.60. Also, bring pkg-comment in line. |
29 Apr 2001 19:58:59 |
vanilla |
Upgrade to 0.52. |
23 Feb 2001 15:48:20 |
vanilla |
Add a russian patch. |
23 Feb 2001 03:06:27 |
vanilla |
Upgrade to 0.51. |
05 Feb 2001 16:35:27 |
olgeni |
More style fixes for ports/textproc. |
12 Jan 2001 16:01:29 |
alex |
libiconv is at version 2 now. |
19 Dec 2000 13:14:44 |
will |
Add sablotron 0.44, an XSL processor fully implemented in C++. |