| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream
2013-07-01 net/openldap23-server: Unmaintained by upstream
2013-07-01 net/openldap23-client: Unmaintained by upstream
2013-07-01 www/py-django13: Unsupported version
2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2
2013-07-01 comms/libticables: Superseded by comms/libticables2
2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2
2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
Notes:
svn path=/head/; revision=322119
|
|
|
|
|
|
|
|
| |
PR: ports/179153
Submitted by: brd
Notes:
svn path=/head/; revision=321662
|
|
|
|
| |
Notes:
svn path=/head/; revision=319975
|
|
|
|
| |
Notes:
svn path=/head/; revision=318997
|
|
|
|
|
|
|
| |
Reported by: pkg (PKG_DEVELOPER_MODE)
Notes:
svn path=/head/; revision=318939
|
|
|
|
| |
Notes:
svn path=/head/; revision=315501
|
|
|
|
|
|
|
| |
This bumps shlib version of libsasl2.
Notes:
svn path=/head/; revision=308609
|
|
|
|
|
|
|
|
| |
PR: ports/172387
Submitted by: kwm
Notes:
svn path=/head/; revision=305598
|
|
|
|
|
|
|
| |
the definition of the file name in the variable to match the lack of .sh
Notes:
svn path=/head/; revision=302896
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
| |
Notes:
svn path=/head/; revision=290490
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
| |
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
Notes:
svn path=/head/; revision=251570
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
| |
used in building 'em.
PR: ports/135622
Submitted by: Christian Ullrich <chris+freebsd chrullrich net>
Notes:
svn path=/head/; revision=242333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
| |
Notes:
svn path=/head/; revision=217071
|
|
|
|
|
|
|
| |
Requested by: delphij (maintainer)
Notes:
svn path=/head/; revision=214641
|
|
|
|
| |
Notes:
svn path=/head/; revision=207608
|
|
|
|
| |
Notes:
svn path=/head/; revision=205727
|
|
|
|
| |
Notes:
svn path=/head/; revision=204550
|
|
|
|
|
|
|
|
| |
PR: ports/117229
Reported by: Tetsuya Uemura <t_uemura at macome.co.jp>
Notes:
svn path=/head/; revision=203012
|
|
|
|
| |
Notes:
svn path=/head/; revision=202110
|
|
|
|
|
|
|
|
| |
Submitted by: mm
PR: ports/115712
Notes:
svn path=/head/; revision=198155
|
|
|
|
|
|
|
| |
- Adjust DATABASEDIR's permission to 700 upon slapd start.
Notes:
svn path=/head/; revision=198041
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
| |
Notes:
svn path=/head/; revision=195935
|
|
|
|
| |
Notes:
svn path=/head/; revision=193759
|
|
|
|
|
|
|
| |
a very annoying conflict when installing the client from package.
Notes:
svn path=/head/; revision=193040
|
|
|
|
|
|
|
|
| |
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
PR: ports/111617
Notes:
svn path=/head/; revision=192164
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak for kernels without COMPAT_43TTY [1]
Note: the patch from [1] was accepted by OpenLDAP, but
not yet integrated into there RELENG_2_3 branch.
Submitted by: Ed Schouten <ed fxq.nl> [1]
PR: ports/110386 [1]
Notes:
svn path=/head/; revision=189672
|
|
|
|
|
|
|
|
|
|
|
| |
in order to make backend shared objects to be recognized
correctly.
Requested by: edwin
PR: ports/110424
Notes:
svn path=/head/; revision=187792
|
|
|
|
|
|
|
|
|
| |
functional.
Noticed by: Xin ZHAO <quakelee at cn.freebsd.org>
Notes:
svn path=/head/; revision=185958
|
|
|
|
| |
Notes:
svn path=/head/; revision=185570
|
|
|
|
|
|
|
| |
Approved by: delphij (maintainer)
Notes:
svn path=/head/; revision=183835
|
|
|
|
| |
Notes:
svn path=/head/; revision=182815
|
|
|
|
| |
Notes:
svn path=/head/; revision=181457
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed libldap unchased referral leak (ITS#4545)
Fixed libldap tls callback (ITS#4723)
Fixed liblutil ldif file: URL parsing
Fixed slapd syncrepl logging (ITS#4755)
Fixed slapd group ACL caching when proxyAuthz'ing (ITS#4760)
Fixed slapd "group" authz default member parsing (ITS#4761)
Fixed slapd uninitialized sd_actives array (ITS#4765)
Fixed slapd DN parsing in bindconf_parse (ITS#4766)
Fixed slapd conditional in macro argument (ITS#4769)
Fixed slapd send_search_reference should propagate errors
Fixed slapd memleak on failed bind (ITS#4771)
Fixed slapd schema preparation case to match RFCs (ITS#4764)
Fixed slapd kbind buffer overflow condition (ITS#4775)
Fixed slapd connections_shutdown assert
Fixed slapd glue parent/sub db overlay nesting (ITS#4615)
Fixed slapd-bdb/hdb/ldbm slap_add_opattrs error checking
Fixed slapd-bdb/hdb setting up tool threads when no indices specified
Fixed slapd-perl interpreter context (ITS#4751)
Fixed slapo-syncprov to complain if defined outside of a database
Fixed test021 modify ops to be syntactically correct
Fixed contrib smbk5pwd, check kadm5 init result
Documentation
Fixed typo in slapo-retcode(5) man page (ITS#4753)
Fixed syncrepl searchbase note (ITS#4540)
Added syncrepl starttls in the admin guide (ITS#4510)
Fixed reference to deprecated function in ldap_parse_result(3)
Notes:
svn path=/head/; revision=180142
|
|
|
|
|
|
|
|
|
| |
o Use Berkeley DB 4.4, as suggested by OpenLDAP developers.
Submitted by: nork [1]
Notes:
svn path=/head/; revision=178310
|
|
|
|
| |
Notes:
svn path=/head/; revision=177298
|
|
|
|
| |
Notes:
svn path=/head/; revision=176992
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/103293
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by: girgen (databases/postgresql-odbc), fjoe (databases/libodbc++),
sergey@network-asp.biz
(databases/mysql-connector-odbc, timeout),
delphij@FreeBSD.org (net/openldap23-server),
mat@FreeBSD.org (databases/p5-DBD-ODBC)
Notes:
svn path=/head/; revision=175125
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: Xavier Beaudouin <kiwi oav net> [1]
Joerg Pulz <Joerg Pulz frm2 tum de>
PR: ports/102235 [1]
ports/102294
Notes:
svn path=/head/; revision=171001
|
|
|
|
|
|
|
|
| |
Submitted by: Joerg Pulz <Joerg Pulz frm2 tum de>
PR: ports/102204
Notes:
svn path=/head/; revision=170922
|
|
|
|
|
|
|
| |
bugfixes.
Notes:
svn path=/head/; revision=169379
|