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: www/interchange/Makefile
SVNWeb

Number of commits found: 47

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:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 23 Oct 2021
[ 19:29 Stefan Eßer (se) search for other commits by this committer ]    commit hash:09ae79711565316e25bc3f7519b7f685d3dd3891  commit hash:09ae79711565316e25bc3f7519b7f685d3dd3891  commit hash:09ae79711565316e25bc3f7519b7f685d3dd3891  09ae797 
www/interchange: Add CPE information

Approved by:    portmgr (blanket)
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.
Mon, 9 Jul 2018
[ 08:40 mat search for other commits by this committer ] Original commit   Revision:474242 (Only the first 10 of 429 ports in this commit are shown above. View all ports for this commit)
Remove all := from BUILD_DEPENDS, here are never needed.

While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
Wed, 13 Apr 2016
[ 10:36 jbeich search for other commits by this committer ] Original commit   Revision:413184 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}

This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.

PR:		208294
Exp-run by:	antoine
Approved by:	portmgr (antoine), perl (mat)
Differential Revision:	https://reviews.freebsd.org/D4158
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 29 Mar 2016
[ 01:31 amdmi3 search for other commits by this committer ] Original commit   Revision:412089
- Update to 5.6.3
- While here, add NO_ARCH and fix LICENSE

PR:		208100
Submitted by:	jochen@jochen-neumeister.de
Sun, 24 May 2015
[ 21:39 amdmi3 search for other commits by this committer ] Original commit   Revision:387354
- shabang

Approved by:	portmgr blanket
MFH:		2015Q2
Fri, 15 May 2015
[ 16:51 amdmi3 search for other commits by this committer ] Original commit   Revision:386429
- Add LICENSE
- Modernize plist
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 8 Jul 2014
[ 10:57 rakuco search for other commits by this committer ] Original commit   Revision:361218
Revert change to COMMENT that should not have crept in.
[ 09:44 rakuco search for other commits by this committer ] Original commit   Revision:361207
Override do-configure with our own.

We install most of interchange's files into ${PREFIX}/interchange. This does
not play well with Uses/perl5.mk, since it appends some values to
CONFIGURE_ARGS that do not work with a custom prefix (it overrides PREFIX,
INSTALLARCHLIB and INSTALLPRIVLIB). Since the right paths are necessary at
the configure stage, we have to implement do-configure ourselves with a
custom INTERCH_CONFIGURE_ARGS with the values we want.

Additionally, set only the required values in INTERCH_CONFIGURE_ARGS and
MAKE_ARGS, based on what upstream's RPM spec file does.

Submitted by:	loader@freebsdmall.com
Sun, 6 Jul 2014
[ 20:10 rakuco search for other commits by this committer ] Original commit   Revision:361002
- Reset maintainership to ports@.
- Support staging.
- Modernise the Makefile:
  * Switch from USE_BZIP2=yes to USES=tar:bzip2
  * Use <OPTION>_RUN_DEPENDS instead of including bsd.port.options.mk and
    doing checks ourselves.
  * Drop the pkg-deinstall and pkg-install scripts. Instead, just rely on
    the ports infrastructure with GROUPS/USERS to create the "interch"
    group/user and use the plist to create /var/run/interchange and change
    the ownership in %D/interchange.
- Add some missing entries to the plist.

Based on a patch sent by the former maintainer.

PR:		191464
Submitted by:	loader@freebsdmall.com (based on)
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 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:
www)
Sat, 14 Sep 2013
[ 13:38 az search for other commits by this committer ] Original commit   Revision:327283 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Tue, 4 Jun 2013
[ 10:02 bapt search for other commits by this committer ] Original commit   Revision:319846 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Sat, 30 Jun 2012
[ 14:31 az search for other commits by this committer ] Original commit  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Sun, 10 Jun 2012
[ 18:42 swills search for other commits by this committer ] Original commit  (Only the first 10 of 639 ports in this commit are shown above. View all ports for this commit)
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
Thu, 15 Jan 2009
[ 09:39 pav search for other commits by this committer ] Original commit 
- Fix plist with perl 5.8.9
Tue, 13 Jan 2009
[ 04:31 beech search for other commits by this committer ] Original commit 
- Update to 5.6.1

PR:             ports/130424
Submitted by:   loader <loader@freebsdmall.com> (maintainer)
Mon, 25 Feb 2008
[ 11:18 erwin search for other commits by this committer ] Original commit 
Fix plist that was previously hidden by p5-Business-OnlinePayment

Submitted by:   pointyhat
Sat, 8 Sep 2007
[ 01:10 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 126 ports in this commit are shown above. View all ports for this commit)
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
Tue, 13 Feb 2007
[ 13:39 miwi search for other commits by this committer ] Original commit 
- Update to 5.4.2

PR:             109101
Submitted by:   miwi
Approved by:    maintainer
Fri, 2 Feb 2007
[ 16:46 nivit search for other commits by this committer ] Original commit 
- Updated to 5.4.1
- Added files/interchange.sh.in
- Removed files/interchange.sh

PR:             ports/108665
Submitted by:   loader <loader at freebsdmall.com> (maintainer)
Approved by:    alexbl (mentor, implicit)
Sat, 13 May 2006
[ 04:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from categories starting with W
Sun, 8 Jan 2006
[ 12:56 edwin search for other commits by this committer ] Original commit 
Update port: www/interchange update interchange from 5.2.1 to 5.4.0

PR:             ports/91470
Submitted by:   loader <loader@freebsdmall.com>
Sat, 12 Nov 2005
[ 18:34 sem search for other commits by this committer ] Original commit 
- Update to 5.2.1

PR:             ports/88885
Submitted by:   maintainer
Wed, 21 Sep 2005
[ 12:19 sem search for other commits by this committer ] Original commit 
- Update to 5.2.0
- OPTIONSfy
- Pass maintainership to submitter

PR:             ports/86204
Submitted by:   loader <loader@freebsdmall.com>
Wed, 10 Dec 2003
[ 12:27 netchild search for other commits by this committer ] Original commit 
Ooops... instead of removing the perl 5.8 test completely revert
to check for perl 5.6.1 or better. [1]

Remove -DCHECK_FOR_IC_USER from MAKE_ARGS, it's not needed there.

Noticed by:     erwin [1]
[ 11:56 netchild search for other commits by this committer ] Original commit 
- remove BROKEN, the user gets used as intended
- remove perl 5.8 dependency, no problems with 5.6 here
- fix one very little bug in the plist (only shows up if you deinstall
  right after installing interchange)

If you experience a problem, please report via send-pr and not in some
kind of chat where the actual content of the report may get lost.

Go ahead and do what's needed by:       linimon
Sun, 7 Dec 2003
[ 00:30 linimon search for other commits by this committer ] Original commit 
Force dependency on Perl 5.8.  Without that, the port attempt to
do nasty things like install into non-subdirectories of /usr/local.
(This was reported to me privately).  Also, mark as BROKEN due to a
configuration error in which it requests you create a userid but then
refuses to use it.

The submitter of the original email reports that this port has become
out of date, and that he also had much better success with the (upcoming)
port of osCommerce, which is much less difficult to understand.
Fri, 24 Oct 2003
[ 14:15 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
[ 12:05 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 1501 ports in this commit are shown above. View all ports for this commit)
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Sat, 26 Jul 2003
[ 11:51 netchild search for other commits by this committer ] Original commit 
Update to 4.8.7.

Add dependency to p5-libwww[1].

Reported by:    Evren Yurtesen <yurtesen@finland.ispro.net.tr> [1]
Thu, 20 Feb 2003
[ 19:15 knu search for other commits by this committer ] Original commit  (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Mon, 2 Dec 2002
[ 20:16 netchild search for other commits by this committer ] Original commit 
- This port needs a tty at configure time, so IGNORE on the package build
  cluster.
- Give maintainership back to ports@.

Approved by:    kris
Thu, 7 Nov 2002
[ 19:15 netchild search for other commits by this committer ] Original commit 
Catch up with URL change.

Noticed by:     Fenner's distfile survey
Tue, 24 Sep 2002
[ 17:53 lioux search for other commits by this committer ] Original commit 
Fix typo in MAINTAINER address

Approved by:    maintainer
Mon, 23 Sep 2002
[ 12:06 knu search for other commits by this committer ] Original commit 
Fix the databases/p5-SQL-Statement dependency.  SQL/Statement.pm
installed by databases/p5-SQL-Statement lives right under ${PERL_VER},
not under ${PERL_VER}/${PERL_ARCH}.

Submitted by:   bento
Thu, 12 Sep 2002
[ 09:55 netchild search for other commits by this committer ] Original commit 
Fix plist, bump revision.
Tue, 10 Sep 2002
[ 09:36 netchild search for other commits by this committer ] Original commit 
Bump portrevision.
[ 09:34 netchild search for other commits by this committer ] Original commit 
- Fix some problems with the non standard install path of some modules.
- Add another website with resources to the description.
Sat, 31 Aug 2002
[ 19:01 netchild search for other commits by this committer ] Original commit 
Repeat after me: Always redo your tests if you get distracted while you
are testing some changes... (missing action in post-install)

Noticed by:     Mike Harding <mvh@ix.netcom.com>

While I'm here:
 - add missing character in 'Whom:'
 - use correct path in vendor-after-install message
[ 11:25 netchild search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add interchange 4.8.6, RedHat's database-enabled e-commerce server.

The committed port is an improved and updated version of the submitted one,
thanks to Stefan (Racke) Hornburg <racke@linuxia.de> for his helpful hints
about some configure/build internals of interchange.

I decided to take over maintainership of this port for a while until someone
more responsive than the port submitter (no answer so far from him since I
decided to take over the PR) is interested in it or until I think the testing
period of this port is over.

PR:             41390
Submitted by:   Seth Kingsley <sethk@meowfishies.com>
Thanks to:      Stefan (Racke) Hornburg <racke@linuxia.de>

Number of commits found: 47