| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Also GC NO_MANCOMPRESSED which doesn't do anything.
In the case of devel/libpasori, this change accomplished the same thing
as the change in r518434, but more directly (fix the Makefiles rather
than patching them after they are installed).
Notes:
svn path=/head/; revision=520531
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=481888
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=454590
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
| |
Notes:
svn path=/head/; revision=376800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- OptionsNG-ify port
- Convert NAS, RPLAY, SOX into SINGLE OPTIONSs as they are mutually
exclusive
- Fix configure script with X11
- Add diff to stop checking for GTK when X11 support is disabled
- Fix building port with NLS option unset
PR: 196305
Notes:
svn path=/head/; revision=376789
|
|
|
|
| |
Notes:
svn path=/head/; revision=375516
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=373636
|
|
|
|
|
|
|
|
|
|
| |
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
Notes:
svn path=/head/; revision=368108
|
|
|
|
| |
Notes:
svn path=/head/; revision=363275
|
|
|
|
| |
Notes:
svn path=/head/; revision=344831
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
| |
Notes:
svn path=/head/; revision=319615
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (implicit)
Notes:
svn path=/head/; revision=301663
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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=276989
|
|
|
|
|
|
|
| |
Approved by: pgj (mentor)
Notes:
svn path=/head/; revision=256386
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Submitted by: Ashish Shukla <wahjava@gmail.com>
Approved by: gabor (mentor, implicit)
Notes:
svn path=/head/; revision=215015
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
| |
Notes:
svn path=/head/; revision=210160
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
| |
- Switch to sourceforge release (no changes, just CVS headers
updated)
- Shorten pkg-descr
- Move portdocs from plist to Makefile
Notes:
svn path=/head/; revision=188094
|
|
|
|
|
|
|
|
|
| |
ports
With hat: portmgr
Notes:
svn path=/head/; revision=183698
|
|
|
|
|
|
|
|
|
|
| |
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170649
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157004
|
|
|
|
| |
Notes:
svn path=/head/; revision=149429
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Toggle default audio-support to disabled, mostly to avoid that mutt-print
pulls in audio-support via faces which I suspect nobody is using anyway
- Drop unused patch
- Bump PORTREVISION to make the cluster pick up the changed default set of
options/dependencies
Requested by: BSD-AC users group
Notes:
svn path=/head/; revision=134975
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
| |
Notes:
svn path=/head/; revision=105208
|
|
|
|
|
|
|
|
|
|
| |
with the default settings that make this fundamentally unsuitable for
packaging.
Requested by: many
Notes:
svn path=/head/; revision=104785
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: 59413
Submitted by: Simon Barner <barner@in.tum.de>
Notes:
svn path=/head/; revision=94277
|
|
|
|
|
|
|
|
| |
PR: 55627
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=87071
|
|
|
|
|
|
|
| |
targets in bsd.port.mk
Notes:
svn path=/head/; revision=76674
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
|
|
| |
o) Install faces.1.gz not faces.man
o) Avoid package building due to various sound options, X11/non-X11 build
o) Give maintainership to ports
o) Bump PORTREVISION
Notes:
svn path=/head/; revision=73742
|
|
|
|
|
|
|
|
|
| |
o) Pump PORTREVISION
PR: -
Submitted by: obraun@FreeBSD.org
Notes:
svn path=/head/; revision=73681
|
|
|
|
|
|
|
|
|
|
| |
- Missing uncompface -X option used in exmh
- Missing filter programs to generate ikon file
- I will try communicate the necessary add ons to the
new developers of faces.
Notes:
svn path=/head/; revision=73506
|
|
|
|
|
|
|
|
|
|
|
| |
o) This port now includes xfaces functionality -> remove xfaces port
o) Support for different audio systems when building the port
PR: ports/35578, ports/35617
Submitted by: Alan Eldridge <ports@geeksrus.net>
Notes:
svn path=/head/; revision=73500
|
|
|
|
|
|
|
|
|
|
|
|
| |
faces leads to a wrong URL for the source file. Due to this error
a directory tree was fetched and the checksum and build process
failed.
PR: -
Submitted by: setantae@submonkey.net (Problem description)
Notes:
svn path=/head/; revision=55519
|
|
|
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Notes:
svn path=/head/; revision=53958
|
|
|
|
| |
Notes:
svn path=/head/; revision=45011
|
|
|
|
|
|
|
| |
Approved by: sobomax, obrien
Notes:
svn path=/head/; revision=44392
|
|
|
|
| |
Notes:
svn path=/head/; revision=39475
|