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: textproc/libpathan/Makefile
SVNWeb

Number of commits found: 22

Tue, 4 Dec 2012
[ 23:56 bdrewery search for other commits by this committer ] Original commit   Revision:308287
- Mark deprecated. Upstream advises [1] that the project is no longer
  active and that textproc/xqilla replaces it

[1] http://www.corefiling.com/opensource/pathan.html

Feature safe:	yes
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, 24 Jun 2008
[ 19:34 gahr search for other commits by this committer ] Original commit 
- Make fetchable again
Wed, 17 Oct 2007
[ 10:13 ade search for other commits by this committer ] Original commit  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Tue, 27 Mar 2007
[ 20:27 pav search for other commits by this committer ] Original commit 
- Fix after objformat removal

Reported by:    pointyhat
Sat, 13 Jan 2007
[ 18:14 arved search for other commits by this committer ] Original commit 
Fix pkg-plist, don't install .orig files

Submitted by:           pointyhat
Fri, 10 Nov 2006
[ 02:36 clsung search for other commits by this committer ] Original commit 
- Update to 2.0

Reviewed by:    vanilla@
Tue, 15 Aug 2006
[ 01:04 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Wed, 24 May 2006
[ 17:08 sem search for other commits by this committer ] Original commit 
- Bump xerces lib version
- Bump PORTREVISION

Reported by:    kris mail
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.
Fri, 3 Jun 2005
[ 20:18 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
change the libtool version to use from 1.3 to 1.5
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Thu, 28 Oct 2004
[ 03:27 clsung search for other commits by this committer ] Original commit 
- textproc/xerces-c2 has been update to 2.6.0,
  so change LIB_DEPENDS.

Approved by:    co-mentor (vanilla)
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.
Sat, 28 Feb 2004
[ 23:27 arved search for other commits by this committer ] Original commit 
Chase xerces shared library version.
Bump PORTREVISION

Reported by:    bento
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)
Sun, 21 Dec 2003
[ 00:22 sergei search for other commits by this committer ] Original commit 
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
Fri, 14 Nov 2003
[ 22:39 pav search for other commits by this committer ] Original commit 
Add perl dependency. [1]
make -> ${MAKE}

PR:             ports/59274 [1]
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net> [1]
Approved by:    adamw (mentor)
Tue, 4 Nov 2003
[ 17:53 vanilla search for other commits by this committer ] Original commit 
Add libpathan 1.2, validating XML parser from the Apache XML Project.

PR:             58913
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>

Number of commits found: 22