| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
| |
the vpopmail support was removed with 0.60.3 (because none felt responsible
for maintaining it in courier-authlib) - this commit adds - togehter with
this update - a patch which patches the vpopmail support back into 0.60.4
(because at least I need the interaction with vpopmail!).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
| |
*sigh*
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
|
|
|
|
| |
PR: ports/92681
Submitted by: Henry Karpatskij <henkka@spheroid.info>
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
| |
Requested by: flz
|
|
|
|
| |
the rcNg startscript.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 84349
Submitted by: Matthias Andree <matthias.andree@gmx.de>
|
| |
|
|
|
|
| |
Submitted by: Alex Lyashkov <umka at sevcity dot net>
|
| |
|
| |
|
|
|
|
| |
Noted by: kris
|
|
|
|
|
| |
Submitted by: Yarema <yds@CoolRat.org>
In corporation with: Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan Obuch <ports@dino.sk>, myself
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
|
|
|
| |
- Make the port conflicts with mail/courier [1]
- add an option to disable make install-configure to merge new otpions into old cfg files
PR: ports/79062 [1]
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
|
|
|
|
|
|
|
|
| |
- create /var/run/authdaemond within the rc.subr Script in case the
directory doesn't exist.
- Bump PORTREVISION
Suggested By: brooks
|
|
|
|
|
|
|
|
|
| |
/var/run/authdaemond/
- fix default user/group premissions.
PR: 78866
Submitted by: Artis Caune <Artis.Caune@latnet.lv>
|
| |
|
|
|
|
|
|
|
|
|
| |
migrate to OPTIONS [1]
add WITH_SYSLOG_FACILITY knob [2]
PR: 78362 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
Sascha Holzleiter <sascha@daemonground.de> [2]
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: ports/78163
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- create and remove PREFIX/var/spool/authdaemon on (de)installation [2]
PR: ports/78613 [1] - partly
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
Noted by: Gustavo A. Baratto <gbaratto@superb.net> [2]
|
| |
|
|
|
|
|
|
|
| |
update to 0.53
new knobs: WITH_MAILUSER WITH_MAILGROUP WITHOUT_AUTHUSERDB
Submitted by: "Gustavo A. Baratto" <gbaratto@superb.net>
|
|
|
|
|
|
|
|
| |
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
|
|
|
|
| |
Noted by: kris
|
|
|
|
| |
Noted By: Atanas <atanas@aplus.net>
|
|
|
|
| |
Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com>
|
|
<quote>
Copies of this library code used to exist in other tarballs: Courier,
Courier-IMAP, and SqWebMail. Building and installing any of these packages
would've automatically installed this authentication code.
The authentication library is now a separate, standalone package. This
authentication library must now be installed, separately, before upgrading
to the following builds (or if installing them for the first time):
Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information.
</quote>
http://www.courier-mta.org/authlib/
|