| non port: net/libnss-mysql/Makefile |
|
CVSWeb
|
Number of commits found: 19 |
|
Tue, 6 Jan 2009
|
[ 17:59 pav ]
1.8 net-im/empathy/Makefile
1.31 net-im/gale/Makefile
1.3 net-im/imspector/Makefile
1.12 net-im/kopete/Makefile
1.9 net-mgmt/bsnmptools/Makefile
1.37 net-mgmt/ettercap/Makefile
1.2 net-mgmt/ipsectrace/Makefile
1.20 net-mgmt/kismet/Makefile
1.2 net-mgmt/nagircbot/Makefile
1.112 net-mgmt/net-snmp4/Makefile
(Only the first 10 of 155 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
|
Thu, 21 Aug 2008
|
[ 07:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
|
Sat, 19 Apr 2008
|
[ 18:56 miwi ]
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile
(Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
Mon, 29 Jan 2007
|
[ 23:51 kris ]
1.10 archivers/orange/Makefile
1.4 audio/freealut/Makefile
1.39 audio/swhplugins/Makefile
1.63 devel/glib12/Makefile
1.16 devel/libvanessa_socket/Makefile
1.9 games/libmt_client/Makefile
1.11 graphics/devil/Makefile
1.7 graphics/sswf/Makefile
1.22 lang/ferite/Makefile
1.63 lang/librep/Makefile
(Only the first 10 of 35 ports in this commit are shown above. )
Use libtool port instead of included version to avoid a.out objformat botch
|
|
Thu, 23 Feb 2006
|
[ 10:40 ade ]
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile
(Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
|
Fri, 20 Jan 2006
|
[ 06:12 vd ]
1.10 databases/gnats4/Makefile
1.4 devel/google-sparsehash/Makefile
1.17 devel/ossp-al/Makefile
1.78 devel/pth/Makefile
1.38 devel/shtool/Makefile
1.26 devel/str/Makefile
1.23 editors/jext/Makefile
1.12 mail/lmtp2nntp/Makefile
1.15 net-mgmt/iftop/Makefile
1.14 net/libnss-mysql/Makefile
(Only the first 10 of 13 ports in this commit are shown above. )
Change my email address to the @FreeBSD one
Approved by: garga (mentor)
|
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile
(Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
|
Wed, 19 Oct 2005
|
[ 18:14 garga ]
1.12 net/libnss-mysql/Makefile
- Change --with-mysql-lib and --with-mysql-inc to --with-mysql
PR: ports/87556
Submitted by: maintainer
|
|
Sat, 10 Sep 2005
|
[ 22:50 pav ]
1.11 net/libnss-mysql/Makefile
1.7 net/libnss-mysql/distinfo
1.3 net/libnss-mysql/files/patch-Makefile.in
1.2 net/libnss-mysql/files/patch-src::mysql.c
1.2 net/libnss-mysql/files/patch-src::nss_mysql.h
- Update to 1.5
PR: ports/85915
Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer)
|
|
Mon, 1 Aug 2005
|
[ 10:17 clement ]
1.10 net/libnss-mysql/Makefile
- Pass maintainership to Vasil Dimov <vd _at_ datamax _dot_ bg>
|
|
Sat, 30 Jul 2005
|
[ 22:48 clement ]
1.9 net/libnss-mysql/Makefile
1.1 net/libnss-mysql/files/patch-src::mysql.c
1.1 net/libnss-mysql/files/patch-src::nss_mysql.h
- Fix connection to mysql server via tcp
PR: ports/82731
Submitted by: Vasil Dimov <vd@datamax.bg>
|
|
Sun, 22 May 2005
|
[ 14:14 clement ]
1.8 net/libnss-mysql/Makefile
1.6 net/libnss-mysql/distinfo
- Update to 1.4
|
|
Sun, 14 Nov 2004
|
[ 10:26 clement ]
1.7 net/libnss-mysql/Makefile
1.5 net/libnss-mysql/distinfo
1.2 net/libnss-mysql/files/patch-Makefile.in
1.2 net/libnss-mysql/pkg-plist
- Update to 1.3
|
|
Tue, 30 Mar 2004
|
[ 12:40 clement ]
1.6 net/libnss-mysql/Makefile
1.4 net/libnss-mysql/distinfo
- Update to 1.2
This release fixes euid change detection (which broke privsep sshd)
and an "initcmd" configuration parameter.
|
|
Sun, 14 Mar 2004
|
[ 06:17 ade ]
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile
(Only the first 10 of 945 ports in this commit are shown above. )
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.
|
|
Mon, 8 Mar 2004
|
[ 10:59 clement ]
1.4 net/libnss-mysql/Makefile
1.3 net/libnss-mysql/distinfo
- Update to 1.1
From Changelog:
FreeBSD users should take note of the new samples provided for security reasons.
|
|
Tue, 13 Jan 2004
|
[ 15:04 clement ]
1.16 benchmarks/siege/Makefile
1.17 devel/dotconf/Makefile
1.11 devel/libvanessa_adt/Makefile
1.11 devel/libvanessa_logger/Makefile
1.11 devel/libvanessa_socket/Makefile
1.6 dns/bind9-sdb-mysql/Makefile
1.39 dns/maradns/Makefile
1.6 dns/p5-DNS-Config/Makefile
1.5 dns/p5-DNS-Zone/Makefile
1.7 french/gfaim/Makefile
(Only the first 10 of 45 ports in this commit are shown above. )
- Update my email address
Approved and reviewed by: erwin (mentor)
|
|
Thu, 16 Oct 2003
|
[ 09:48 linimon ]
1.2 net/libnss-mysql/Makefile
Fix typo in maintainer address (note the fact that the originator
is correctly typed).
|
|
Sat, 30 Aug 2003
|
[ 07:48 edwin ]
1.1070 net/Makefile
1.1 net/libnss-mysql/Makefile
1.1 net/libnss-mysql/distinfo
1.1 net/libnss-mysql/files/patch-Makefile.in
1.1 net/libnss-mysql/pkg-descr
1.1 net/libnss-mysql/pkg-plist
net/libnss-mysql (NSS module using a MySQL database for backend)
libNSS-MySQL allows you to authenticate UNIX groups and
users using a MySQL database. It uses the NSS API which
provides an abstraction layer between the UNIX authentication
API and the related data. NSS-MySQL currently supports the
passwd and groups services. Version 1.0 has native FreeBSD
suppport.
PR: ports/54423
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
Number of commits found: 19 |