| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
| |
- Fix PLIST
PR: 134335 [1]
Submitted by: Oleg Gawriloff <barzog@telecom.by>
|
| |
|
|
|
|
|
|
| |
PR: ports/129807
Submitted by: GLOTM
Approved by: gahr's sabbatical
|
|
|
|
| |
Reported by: QA Tindie
|
|
|
|
| |
Reported by: QA Tindie
|
|
|
|
|
|
|
| |
- Remove NOTIFY and NLS options (deprecated and bad style, respectively)
- Add optional PAM support
- Fix NOPORTDOCS and PORTEXAMPLES
- Refactor Makefile and pkg-plist a little bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
| |
Approved by: miwi (mentor)
|
|
|
|
|
|
|
|
| |
- Update to 1.5
- Pass maintainership to submitter
PR: 120666
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
|
|
|
|
|
| |
Note that these directories are be removed by other dependency ports,
so I do not bump PORTREVISION for them. These affected ports are
belong to ports@.
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
|
|
|
|
|
|
|
|
| |
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
| |
back sometime.
Hat: portmgr
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EMACS ports. [1]
- Allow building a port as root using an NFS-mounted /usr/ports if the
server maps root to a UID other than root. [2]
- Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
status rather than success. [3]
- Improve behavior when dealing with versioned dependencies. [4]
- Fix false positives in check-conflicts target. [5]
- Remove obsolete bzip2 code. [6]
- Add physical category net-p2p. [7]
- Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]
- INDEX can now be moved outside of ports tree. [9]
- Add ghostscript-gpl. [10]
- Remove obsolete USE_MESA. [12]
- Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]
- Document ALWAYS_KEEP_DISTFILES. [14]
- Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]
PR: ports/37596 [1], ports/57259 [2], ports/63216 [3],
ports/89448 [4], ports/89710 [5], ports/88996 [6],
ports/89260 [7], ports/89363 [8], ports/89809 [9],
ports/89853 [10], ports/91086 [11], ports/91710 [12],
ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
<jamie at thompson dot bishopston dot net>, tobez [4], Mark
Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
netchild [11], erwin [14]
Reviewed by: kris, clement (partially)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
load fails).
Do not remove config files, install -dist versions instead.
Approved by: perky (mentor)
Special thanks to: Anton Yuzhaninov <citrin@citrin.ru>
|
|
|
|
| |
Approved by: perky (mentor)
|
|
|
|
|
| |
PR: 82651
Submitted by: Vsevolod Stakhov (maintainer)
|
| |
|
|
|
|
| |
Approved by: kris
|
| |
|
|
|
|
|
| |
PR: ports/80782
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
|
|
|
|
|
|
|
|
|
| |
- Remake port infrastructure. Add new knobs.
- Fix locale.alias and charset.alias issue.
PR: ports/80558
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by: maintainer
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
|
|
| |
- Remove duplicate and inactive mirror from MASTER_SITES
- Add new official mirrors to MASTER_SITES
- Fix arts support, add OPTIONS for audio settings and use correct entries for LIB_DEPENDS
- Use DATADIR in pkg-plist
PR: ports/75082
Submitted by: Michael Ranner <mranner@inode.at>
|
|
|
|
|
| |
PR: ports/74108
Submitted by: Andrey Pavlenko <lance@merlin.net.ua> (maintainer)
|
|
|
|
|
| |
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
|
| |
|
|
|
|
| |
(Part 1)
|
|
|
|
| |
Noticed by: bento via kris
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
- use USE_MYSQL
- switch postgresql7 dependency to postgresql-client
Note to -CURRENT users:
All options which depend on guile are broken.
PR: 60496
Submitted by: Andrey Pavlenko <lance@merlin.net.ua> (maintainer)
Approved by: erwin (mentor) (implicitly)
|
|
|
|
|
|
| |
PR: ports/60275
Submitted by: Scott Lambert <scott@lambertfam.org>
Missed by: krion (4 months ago)
|
|
|
|
|
| |
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris
|
|
|
|
|
|
| |
PR: 54722
Submitted by: maintainer
Approved by: fjoe (mentor)
|
|
|
|
|
| |
PR: 54642
Submitted by: tjs@cdpa.nsysu.edu.tw
|
|
|
|
|
| |
PR: 53668
Submitted by: Andrey Pavlenko <lance@merlin.net.ua>
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Andrey Pavlenko <lance@evitel.net> [1]
PR: ports/42317 [1]
|
| |
|
|
|
|
|
|
| |
PR: 39208
Submitted by: Scott Lambert <lambert@lambertfam.org>
Approved by: MAINTAINER: Andrey Pavlenko <lance@evitel.net>
|
| |
|
| |
|
|
|
|
| |
No response from: maintainer
|
| |
|
|
|
|
|
| |
PR: 35847
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: bento
Pointy hat to: kbyanc
|
|
PR: 33917
Submitted by: lance@evitel.net
|