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
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: devel/rpc2/Makefile
SVNWeb

Number of commits found: 41

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:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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, 12 Feb 2018
[ 22:12 yuri search for other commits by this committer ] Original commit   Revision:461663
devel/rpc2: Update to 2.14

Additional port changes:
* Replaced with DISTVERSION
* Removed USES=perl5 (perl not required)
* Removed the patch (applied upstream)

soname didn't change

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
Sat, 11 Mar 2017
[ 07:29 araujo search for other commits by this committer ] Original commit   Revision:435883
Bump PORTREVISION to reflect the update of devel/lwp.

Submitted by:	John Hixson <jhixson@gmail.com> (via email at AsiaBSDCon)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 23 Jul 2014
[ 21:56 amdmi3 search for other commits by this committer ] Original commit   Revision:362735
- Switch to USES=libtool, drop .la files
- Strip libraries
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Sun, 17 Nov 2013
[ 11:10 sunpoet search for other commits by this committer ] Original commit   Revision:334076
- Add LICENSE
- Update MASTER_SITES:
  - Remove defunct ftp.planetmirror.com and ftp.nctu.edu.tw
  - Add http:// links
Thu, 3 Oct 2013
[ 13:46 bsam search for other commits by this committer ] Original commit   Revision:329190
. support staging;
. remove the indefinite article from COMMENT;
. use new LIB_DEPENDS syntax;
. incorporate gmake and pathfix into USES and sort the latter.
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 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:
devel part 4)
Sat, 3 Aug 2013
[ 08:45 az search for other commits by this committer ] Original commit   Revision:324181 (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
Tue, 23 Apr 2013
[ 10:13 bapt search for other commits by this committer ] Original commit   Revision:316333 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Convert devel to USES=pkgconfig
Thu, 26 Jul 2012
[ 05:40 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 158 ports in this commit are shown above. View all ports for this commit)
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Sun, 22 Jul 2012
[ 23:24 dougb 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)
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
Thu, 1 Apr 2010
[ 00:45 wen search for other commits by this committer ] Original commit 
- Update to 2.10
- Reset maintainer to ports@
Wed, 21 Jan 2009
[ 23:49 beech search for other commits by this committer ] Original commit 
- Update to 2.8

PR:             ports/130746
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 15 Apr 2008
[ 03:48 clsung search for other commits by this committer ] Original commit 
- Update to 2.7
- submitter => maintainer

PR:             ports/122723
Submitted by:   maintainer (Wen heping)
Sun, 27 May 2007
[ 17:03 araujo search for other commits by this committer ] Original commit 
- Update to 2.5.
- Removed patch files.
- rm files/patch-rp2gen_symtab.c.
- rm files/patch-secure_secure_init.c.

PR:             ports/112919
Submitted by:   Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
Approved by:    itetcu (mentor)
Tue, 27 Feb 2007
[ 08:59 miwi search for other commits by this committer ] Original commit 
- Update to 2.4

PR:             109284
Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
Fri, 20 Oct 2006
[ 10:36 vd search for other commits by this committer ] Original commit 
Fix a bug in rp2gen utility which segfaults on 64 bit architectures
during net/coda6_server's build.

net/coda6_server build failure reported by Kris.

Approved by:    portmgr (erwin)
Thu, 5 Oct 2006
[ 17:09 vd search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Upgrade:

* net/coda6_server and net/coda6_client from 6.0.7 to 6.1.1 and thus
  un-DEPRECATE them
* devel/rvm from 1.10 to 1.13
* devel/lwp from 1.12 to 2.3
* devel/rpc2 from 1.28 to 2.2

These four are tightly related so I upgrade them in one.. well.. changeset
Mon, 4 Sep 2006
[ 09:09 linimon search for other commits by this committer ] Original commit 
Reset inactive maintainer (a mailing list).

Hat:            portmgr
Mon, 12 Jun 2006
[ 12:36 miwi search for other commits by this committer ] Original commit 
Update to 1.28

PR:             ports/97966
Submitted by:   miwi
Approved by:    krion (mentor), maintainer timeout
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.
Tue, 30 Nov 2004
[ 01:54 ahze search for other commits by this committer ] Original commit 
Update to 1.23

PR:             ports/74036
Submitted by:   maintainer
Tue, 10 Aug 2004
[ 17:06 osa search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Update coda5*- and coda6*-affiliated software.
Fix build under fresh -CURRENT (gcc 3.4.2).

Bump or remove PORTREVISION where it needed.
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 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 2)
Fri, 28 Mar 2003
[ 05:11 kevlo search for other commits by this committer ] Original commit 
Update to 1.15

PR: 50338
Submitted by: Tim Robbins <tim@robbins.dropbear.id.au>
Fri, 21 Feb 2003
[ 11:23 knu search for other commits by this committer ] Original commit  (Only the first 10 of 422 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Mon, 4 Nov 2002
[ 01:42 edwin search for other commits by this committer ] Original commit 
Port needs perl.
Noticed on: bento
Fri, 16 Nov 2001
[ 20:52 shafeeq search for other commits by this committer ] Original commit 
Updated for Coda-5.3.15    
Thu, 14 Jun 2001
[ 20:09 shafeeq search for other commits by this committer ] Original commit 
Updated to Coda 5.3.15   Always using the provided configure script now    
Mon, 23 Apr 2001
[ 21:41 shafeeq search for other commits by this committer ] Original commit 
Updated to Coda 5.3.14    
Fri, 19 Jan 2001
[ 21:57 shafeeq search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Updated for coda-5.3.12, skipping past 5.3.11    
Thu, 5 Oct 2000
[ 23:42 shafeeq search for other commits by this committer ] Original commit 
Updated to latest versions needed by coda-5.3.9 release    
Fri, 16 Jun 2000
[ 22:52 asami search for other commits by this committer ] Original commit  (Only the first 10 of 264 ports in this commit are shown above. View all ports for this commit)
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
[ 09:19 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
Thu, 15 Jun 2000
[ 18:59 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 91 ports in this commit are shown above. View all ports for this commit)
Third round of INSTALL_SHLIBS=yes fixes.    
Mon, 29 May 2000
[ 05:21 steve search for other commits by this committer ] Original commit 
Adding rpc2 version 1.5.   An interprocess communication library developed as
part of the CODA   project.    

Number of commits found: 41