Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.2_4 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
1.5.2_4 06 Jun 2023 16:58:39 |
Dimitry Andric (dim) |
textproc/opensp: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because textproc/opensp's build infrastructure does not explicitly set
its C++ standard, this leads to an error:
Recognizer.cxx:42:3: error: ISO C++17 does not allow 'register' storage class
specifier [-Wregister]
register const Trie *pos = trie_.pointer();
^~~~~~~~~
To work around the error, define the register keyword away using
CPPFLAGS.
PR: 271851
Approved by: fernape
MFH: 2023Q2 |
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.5.2_3 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.5.2_3 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.5.2_3 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
1.5.2_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.2_3 28 May 2020 07:51:53 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 5). |
1.5.2_3 03 Feb 2018 13:36:44 |
madpilot |
- Fix opensp build with clang 6
- While here convert to USES=localbase
PR: 225307
Submitted by: me
Approved by: Maintainer timeout |
1.5.2_3 21 Oct 2017 16:35:56 |
pi |
textproc/opensp: Add license information, WWW and pet portlint
PR: 222328
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: kuriyama (maintainer timeout) |
1.5.2_3 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.5.2_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.5.2_2 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.5.2_2 02 Jul 2014 20:53:01 |
tijl |
- Add USES=libtool
- Remove hack for gcc 3.x |
1.5.2_2 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
1.5.2_2 28 Jan 2014 07:32:20 |
bapt |
Support stage
Be less creative about DOCS installation
Add NLS and DOCS options |
1.5.2_2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.5.2_2 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.5.2_2 17 Sep 2013 09:00:42 |
bapt |
Convert to new perl framework |
1.5.2_2 06 May 2013 09:26:23 |
bapt |
Finish converting textproc from WITHOUT_NLS to PORT_OPTIONS:MNLS |
1.5.2_2 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.5.2_2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.5.2_2 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.5.2_2 29 Oct 2011 19:01:59 |
kwm |
Fix build with FreeBSD 10
Approved by: portmgr (miwi) |
1.5.2_2 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.5.2_2 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.5.2_2 26 Oct 2010 11:34:32 |
kuriyama |
- Honor WITHOUT_NLS.
PR: ports/151469
Submitted by: pgollucci |
1.5.2_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.5.2_1 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
1.5.2_1 06 Jun 2008 14:05:09 |
edwin |
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) |
1.5.2 19 Jan 2007 12:37:57 |
kuriyama |
- Update to 1.5.2.
- Add WITHOUT_NLS support.
- Install doc files into the standard DOCSDIR only.
- Clean up Makefile to make portlint happy.
- Improvements since 1.5: translated .po files,
$SP_MESSAGE_FORMAT, HTTP redirection, $SP_HTTP_USER_AGENT,
$SP_HTTP_ACCEPT, and preserve case option in osx(1).
Submitted by: hrs |
1.5_7 13 May 2006 04:24:52 |
edwin |
Remove USE_REINPLACE from categories starting with T |
1.5_7 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.5_6 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.5_6 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.5_6 15 Aug 2004 09:16:17 |
kuriyama |
- Switch to libtool15.
- Fix plist. |
1.5_5 03 Aug 2004 07:15:43 |
kuriyama |
- Unbreak with gcc-3.4.x.
Submitted by: marcel |
1.5_5 30 Mar 2004 19:56:44 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
1.5_5 18 Mar 2004 00:48:53 |
kuriyama |
SIZEify.
Submitted by: trevor |
1.5_5 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.5_5 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
1.5_4 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
1.5_4 11 Nov 2003 03:00:44 |
kuriyama |
Fix symbol problem caused by recent commit.
Submitted by: marcus |
1.5_3 31 Oct 2003 04:33:39 |
kuriyama |
o Add explicit dependency on libiconv and gettext.
o Honor $NOPORTDOCS.
PR ports/58540
Submitted by: Simon Barner <barner@in.tum.de> |
1.5_2 05 Aug 2003 03:24:49 |
kuriyama |
Use another approach for gcc33 taken from sourceforge. |
1.5_1 18 Jul 2003 05:27:31 |
kuriyama |
Add explicit cast to C++ include files to unbreak openjade on
gcc 3.3. |
1.5 22 Feb 2003 07:48:51 |
kuriyama |
de-pkg-comment. |
1.5 06 Jan 2003 09:08:19 |
kuriyama |
Add OpenSP-1.5: a collection of SGML/XML tools called OpenSP |