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/openjade/Makefile
SVNWeb

Number of commits found: 48

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)
Tue, 30 Nov 2021
[ 04:41 Cy Schubert (cy) search for other commits by this committer ]    commit hash:16fde2029009314b42da37011c448cb1fac19a82  commit hash:16fde2029009314b42da37011c448cb1fac19a82  commit hash:16fde2029009314b42da37011c448cb1fac19a82  16fde20 
textproc/openjade: Assume mainainership
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, 8 Dec 2016
[ 19:52 tijl search for other commits by this committer ] Original commit   Revision:428152 (Only the first 10 of 551 ports in this commit are shown above. View all ports for this commit)
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Tue, 24 May 2016
[ 22:32 bapt search for other commits by this committer ] Original commit   Revision:415814 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Add a new keywork xmlcatmgr

It simplifies the handling of the XML and SMGL catalog
It brings a big of consistency by always specifying the catalog path absolute
instead of mixing absolute and relative path.
The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing

Reviewed by:	hrs
Differential Revision:	https://reviews.freebsd.org/D6539
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 29 Nov 2014
[ 18:22 tijl search for other commits by this committer ] Original commit   Revision:373636 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Sat, 13 Sep 2014
[ 09:16 antoine search for other commits by this committer ] Original commit   Revision:368078
Allow staging as a regular user
Wed, 2 Jul 2014
[ 20:33 tijl search for other commits by this committer ] Original commit   Revision:360257
- Add USES=libtool
- Remove hack for gcc 3.x
Wed, 19 Feb 2014
[ 21:38 mandree search for other commits by this committer ] Original commit   Revision:345152
Modernize LIB_DEPENDS format.

Approved by: portmgr (blanket approval)
Mon, 17 Feb 2014
[ 08:10 miwi search for other commits by this committer ] Original commit   Revision:344707
- Stage support
Wed, 9 Oct 2013
[ 06:03 bapt search for other commits by this committer ] Original commit   Revision:329862
Remove USE_GCC=any as it works with clang now
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
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)
Tue, 9 Oct 2012
[ 22:12 linimon search for other commits by this committer ] Original commit   Revision:305610 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
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
Sat, 30 Apr 2011
[ 02:25 kuriyama search for other commits by this committer ] Original commit 
- Fix build with WITHOUT_NLS=yes.

PR:             ports/156606
Submitted by:   dirk.meyer@dinoex.sub.org
Tue, 30 Mar 2010
[ 08:09 kuriyama search for other commits by this committer ] Original commit 
- Unbreak with newer GCC.

PR:             ports/143749
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
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
Mon, 15 Jun 2009
[ 03:55 kuriyama search for other commits by this committer ] Original commit 
- Pass $LDFLAGS with explicit $PREFIX to linker and configure.
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, 23 Mar 2007
[ 20:32 pav search for other commits by this committer ] Original commit 
- Fix after objformat removal
Fri, 19 Jan 2007
[ 12:38 kuriyama search for other commits by this committer ] Original commit 
- Installs mapages [1].
- Patch from hrs [2]:
  o Update to 1.3.3-pre1
  o Install openjade(1) manual page.
  o Fix a possible problem that prevents xmlcatmgr from
    working during pkg_delete.
  o Clean up Makefile to make portlint happy.
  o Improvements since 1.3.2: the following flow objects added:
        page-sequence
        column-set-sequence
        embedded-text
        anchor
        included-container-area
        glyph-annotation
        aligned-column
        multi-line-inline-note
        emphasizing-mark
        side-by-side
        side-by-side-item

PR:             ports/107648 [1]
Submitted by:   Jason Lenthe<lenthe@comcast.net> [1],
                hrs [2]
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.
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
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
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Tue, 5 Aug 2003
[ 03:25 kuriyama search for other commits by this committer ] Original commit 
Add patches for gcc33 from sourceforge.
Mon, 7 Jul 2003
[ 11:51 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Fix @exec in pkg-plist.

Submitted by:   hrs
Tue, 1 Jul 2003
[ 06:20 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Switch to using xmlcatmgr from mkcatalog.

# Maintainers, please let me know if I break something in your port.

Submitted by:   hrs
PR:             ports/53819, ports/53820, ports/53821, ports/53822,
                ports/53823, ports/53824, ports/53825, ports/53826,
                ports/53827, ports/53828, ports/53829, ports/53830,
                ports/53831, ports/53832, ports/53833, ports/53834,
                ports/53835, ports/53836, ports/53837
Fri, 28 Feb 2003
[ 16:41 kuriyama search for other commits by this committer ] Original commit 
Add missing plist entries and don't install useless .la files.

Submitted by:   naddy
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.
Wed, 8 Jan 2003
[ 22:05 kuriyama search for other commits by this committer ] Original commit 
Remove plist entries which are moved to opensp port.

Pointed out by: naddy
Mon, 6 Jan 2003
[ 09:21 kuriyama search for other commits by this committer ] Original commit 
Upgrade to 1.3.2.
Mon, 4 Nov 2002
[ 03:05 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
Fri, 15 Mar 2002
[ 09:48 kuriyama search for other commits by this committer ] Original commit 
Upgrade to 1.3.1.

Reminded by:    Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Sun, 20 Jan 2002
[ 23:15 kuriyama search for other commits by this committer ] Original commit 
Remove bogus pre-install target.   Refine CXXFLAGS tweak.    
Sat, 19 Jan 2002
[ 06:51 kuriyama search for other commits by this committer ] Original commit 
Add catalog entry by using mkconfig.    
Sun, 4 Mar 2001
[ 21:39 lioux search for other commits by this committer ] Original commit 
Switch from AWK to SED for CFLAGS sanitization.  It is cleaner,   more readable
and follows most ports using similar solutions.   Besides, it is more
lightweight.    
Wed, 28 Feb 2001
[ 01:48 lioux search for other commits by this committer ] Original commit 
Fix grammar: s/is cannot be/cannot be/    
Tue, 27 Feb 2001
[ 23:03 lioux search for other commits by this committer ] Original commit 
o Sanitize CFLAGS following example of palm/prc-tools-gcc. Remove   both all -m
machine and -O > -O1 optimizations such as  
(-O[s2-9]+--m[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?--O[s2-9]+) since openjade   built with
some of these optimizations core dumps when building   some of the /usr/doc
files   o Use INSTALLS_SHLIB=yes instead of a post-install ldconfig line   o
"UN"echo post-install (prefix lines with @). Cleaner   o Also, fix openjade's
complain that it does not find builtins.dls,   point it in the right direction
with CONFIGURE_ARGS+=--datadir   o Bump PORTREVISION since there is an
improvement fix    
Mon, 5 Feb 2001
[ 16:35 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
More style fixes for ports/textproc.    
Mon, 21 Aug 2000
[ 11:07 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.    
Wed, 14 Jun 2000
[ 14:21 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.    

Number of commits found: 48