notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: textproc/opensp/Makefile
SVNWeb

Number of commits found: 38

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  5cf7e35  (Only the first 10 of 1452 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 4 Oct 2021
[ 19:58 Rene Ladan (rene) search for other commits by this committer ]    commit hash:e56a7da8946973ad5233bf881538298e30f472eb  commit hash:e56a7da8946973ad5233bf881538298e30f472eb  commit hash:e56a7da8946973ad5233bf881538298e30f472eb  e56a7da  (Only the first 10 of 420 ports in this commit are shown above. View all ports for this commit)
*: re-assign kuriyama@s ports to the pool, commit bit safekept

With hat:	portmgr-secretary
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 28 May 2020
[ 07:51 danfe search for other commits by this committer ] Original commit   Revision:536748 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 5).
Sat, 3 Feb 2018
[ 13:36 madpilot search for other commits by this committer ] Original commit   Revision:460812
- Fix opensp build with clang 6
- While here convert to USES=localbase

PR:		225307
Submitted by:	me
Approved by:	Maintainer timeout
Sat, 21 Oct 2017
[ 16:35 pi search for other commits by this committer ] Original commit   Revision:452594
textproc/opensp: Add license information, WWW and pet portlint

PR:		222328
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	kuriyama (maintainer timeout)
Thu, 8 Dec 2016
[ 19:23 tijl search for other commits by this committer ] Original commit   Revision:428150 (Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 2 Jul 2014
[ 20:53 tijl search for other commits by this committer ] Original commit   Revision:360262
- Add USES=libtool
- Remove hack for gcc 3.x
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
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
Tue, 28 Jan 2014
[ 07:32 bapt search for other commits by this committer ] Original commit   Revision:341501
Support stage
Be less creative about DOCS installation
Add NLS and DOCS options
Fri, 20 Sep 2013
[ 23:17 bapt search for other commits by this committer ] Original commit   Revision:327773 (Only the first 10 of 1559 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Tue, 17 Sep 2013
[ 09:00 bapt search for other commits by this committer ] Original commit   Revision:327459 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Mon, 6 May 2013
[ 09:26 bapt search for other commits by this committer ] Original commit   Revision:317494
Finish converting textproc from WITHOUT_NLS to PORT_OPTIONS:MNLS
Sat, 27 Apr 2013
[ 18:25 mva search for other commits by this committer ] Original commit   Revision:316683 (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
- 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
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Sat, 29 Oct 2011
[ 19:01 kwm search for other commits by this committer ] Original commit 
Fix build with FreeBSD 10

Approved by:    portmgr (miwi)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 26 Oct 2010
[ 11:34 kuriyama search for other commits by this committer ] Original commit 
- Honor WITHOUT_NLS.

PR:             ports/151469
Submitted by:   pgollucci
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sat, 22 Aug 2009
[ 00:37 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V
Fri, 6 Jun 2008
[ 14:05 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 221 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 19 Jan 2007
[ 12:37 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 13 May 2006
[ 04:24 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from categories starting with T
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 15 Aug 2004
[ 09:16 kuriyama search for other commits by this committer ] Original commit 
- Switch to libtool15.
- Fix plist.
Tue, 30 Mar 2004
[ 19:56 krion search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
- Use USE_ICONV knob

Approved by:    portmgr
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 4 Feb 2004
[ 04:36 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 312 ports in this commit are shown above. View all ports for this commit)
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Fri, 23 Jan 2004
[ 18:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 314 ports in this commit are shown above. View all ports for this commit)
Now gettext 0.12.1 is gettext-old.
Tue, 11 Nov 2003
[ 03:00 kuriyama search for other commits by this committer ] Original commit 
Fix symbol problem caused by recent commit.

Submitted by:   marcus
Fri, 31 Oct 2003
[ 04:33 kuriyama search for other commits by this committer ] Original commit 
o Add explicit dependency on libiconv and gettext.
o Honor $NOPORTDOCS.

PR              ports/58540
Submitted by:   Simon Barner <barner@in.tum.de>
Tue, 5 Aug 2003
[ 03:24 kuriyama search for other commits by this committer ] Original commit 
Use another approach for gcc33 taken from sourceforge.
Fri, 18 Jul 2003
[ 05:27 kuriyama search for other commits by this committer ] Original commit 
Add explicit cast to C++ include files to unbreak openjade on
gcc 3.3.
Sat, 22 Feb 2003
[ 07:48 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
de-pkg-comment.
Mon, 6 Jan 2003
[ 09:08 kuriyama search for other commits by this committer ] Original commit 
Add OpenSP-1.5: a collection of SGML/XML tools called OpenSP

Number of commits found: 38