| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=112926
|
|
|
|
| |
Notes:
svn path=/head/; revision=112851
|
|
|
|
|
|
|
|
|
|
|
| |
got spammed in the update to bsd.java.mk 2.0. They replace .BEGIN blocks
with check-makevars:: targets.
PR: 68516
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Notes:
svn path=/head/; revision=112704
|
|
|
|
|
|
|
| |
with KDE's smart global roundrobin.
Notes:
svn path=/head/; revision=112698
|
|
|
|
|
|
|
|
| |
PR: 68568
Submitted by: eik
Notes:
svn path=/head/; revision=112694
|
|
|
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Notes:
svn path=/head/; revision=112679
|
|
|
|
| |
Notes:
svn path=/head/; revision=112616
|
|
|
|
|
|
|
|
|
|
|
|
| |
PLIST_SUB.
. Define java utility variables such as JAVA, JAVAC, JAVAH, APPLETVIEWER,
etc. conditionally (?=) rather than explicitly (=). This is in line with
both bsd.port.mk and the earlier version of bsd.java.mk.
Reviewed by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Notes:
svn path=/head/; revision=112564
|
|
|
|
|
|
|
|
|
|
| |
to fix these using their own patches.
PR: 68256
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes:
svn path=/head/; revision=112375
|
|
|
|
|
|
|
|
|
| |
pre-patch. pre-patch is free to fill again.
Many thanks to: eik
Notes:
svn path=/head/; revision=112340
|
|
|
|
| |
Notes:
svn path=/head/; revision=111902
|
|
|
|
| |
Notes:
svn path=/head/; revision=111580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Don't assume root is using /bin/sh when switching credentials to
configure OPTIONS. [2]
* Support glob expressions in USE_GETTEXT to allow more flexibility
in the face of future gratuitous library version bumps by the gettext
developers [3]:
USE_GETTEXT=yEs # Works as before (case-insensitive)
USE_GETTEXT=[5-7] # Accepts any of those libintl.so.x versions
# in the LIB_DEPENDS
* Correctly register dependencies when a non-system perl port is used
on 4.x [4]
* Extend 'make search' support to allow much more flexible searching.
Syntax will be documented in CHANGES for brevity. [5]
* Reorder the post-install-script target to before add-plist-info for
consistency [6]
* Various fixes to support port operations when a port directory
exists under /usr/obj [7]
* Extend USE_PERL5_BUILD and USE_PERL5 to add EXTRACT and PATCH
dependencies since many ports require perl in those stages [8]
* Move info file deregistration later in the deinstallation process so
it works properly. [9]
* Improve wording in EXPIRATION_DATE message. [10]
* Fix dependencies for XFREE86_VERSION==3 (obtain imake from
x11/XFree86 now that the former port is gone) [11]
* While building index, treat non-existent dependencies as fatal.
Previously the error was being hidden by the stderr redirection. [12]
* Don't always retry BROKEN ports when package building (it is taking
too much time to continually rebuild ports that are usually going to
really be broken). Set TRYBROKEN if you want to attempt a build of
a BROKEN port. [12]
* Revert incorrect change from 1.487 relating to ALL-DEPENDS-LIST [13]
PR: 24214 [1], 67529 [2], 63937 [3], 65554 [4], 40699 [5],
59162 [6], 63372 66567 [7], 63394 [8], 65304 [9],
65931 [10], 66565 [11], 66743 [13]
Submitted by: roam [1], will [1], hrs [2], mi [3], ade [4],
Roman Neuhauser <roman@bellavista.cz> [5],
Sergey Matveychuk <sem@ciam.ru> [6], gad [7],
adamw [8], kris [8][12], dinoex [9],
Alexey Dokuchaev <danfe@regency.nsu.ru> [10],
eik [11][13]
Notes:
svn path=/head/; revision=111198
|
|
|
|
|
|
|
|
|
|
|
| |
. Added '-bootclasspath ${JAVA_CLASSES}' to the command-line for JAVAC when
jikes is used as a substitute for javac.
PR: 66349
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Notes:
svn path=/head/; revision=111170
|
|
|
|
| |
Notes:
svn path=/head/; revision=111165
|
|
|
|
|
|
|
| |
repo-copy.
Notes:
svn path=/head/; revision=111104
|
|
|
|
|
|
|
| |
new gnomelogalyzer.
Notes:
svn path=/head/; revision=111029
|
|
|
|
|
|
|
|
| |
PR: ports/67645
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=111023
|
|
|
|
| |
Notes:
svn path=/head/; revision=110841
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
incarnation of ports/Mk/bsd.autotools.mk on the road to bringing
at least some semblance of sanity back to this corner of the
ports collection.
By far and away the easiest way to see the changes will be to
view the new file once committed, but here is a summary of the
changes:
1. USE_LIBTOOL, USE_AUTOCONF, USE_AUTOHEADER, USE_AUTOMAKE have
been fully deprecated. Ports attempting to use these variables
after the commit will error out, and most obviously break INDEX
generation, with a helpful error message. Instead, ports must
now specifically choose the version of any of these tools that
they need with the corresponding USE_*_VER variables. Note that
these variables understand any and all versions of autotools ports
in the tree, there is no longer a need to have specific version
numbers hardcoded in the infrastructure of bsd.autotools.mk
(as there is now). In particular, this will immediately open up
automake18 and autoconf259 for general use and beating.
2. Similarly for WANT_LIBTOOL, WANT_AUTOCONF, and WANT_AUTOMAKE.
Again, these have been fully deprecated, and the equivalent
WANT_*_VER versions should be used.
In order to preserve existing behavior for these variables, please
note the 20040314 entry in ports/CHANGES for the appropriate
version numbers to use for any ports in the GNATS queue.
Both WANT_* and USE_* bring in the relevant tool as a build
dependency, and set up a reasonably large number of variables
pointing to the right programs to be using in the port. The
only difference at the moment, is that USE_* will run an extra
autotools-related configuration step, whereas WANT_* merely
requests the environment.
3. The helper knob USE_LIBLTDL has been added which currently
simply adds a LIB dependency on the libltdl port.
4. Three new variables have been introduced,
WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN=yes. These variables will
do nothing by themselves (a Work-In-Progress), but if the
appropriate autotool version is defined (either through
WANT_*_VER or USE_*_VER), this will add the relevant dependency
to RUN_DEPENDS.
Steps 3 and 4 now essentially negate the need for any kind of
direct dependency within a non-autotools port Makefile on
devel/autoconf*, devel/automake*, devel/libtool*, and devel/libltdl.
PR: 66037
Reviewed by: 4-exp bento cluster
Notes:
svn path=/head/; revision=110839
|
|
|
|
| |
Notes:
svn path=/head/; revision=110552
|
|
|
|
|
|
|
| |
Forgotten by: tobez
Notes:
svn path=/head/; revision=110546
|
|
|
|
|
|
|
|
|
|
| |
changed structure
PR: ports/67402
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=110436
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://gd.tuwien.ac.at/www.python.org/ -> 302
http://gd.tuwien.ac.at:8075/ they still have the mirror
(see ftp://gd.tuwien.ac.at/gds-mirrors.html#PYTHON), but
with a different structure, it breaks MASTER_SITE_SUBDIR,
so I'd just drop it.
PR: ports/67399
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=110434
|
|
|
|
|
|
|
|
| |
PR: ports/67347
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=110298
|
|
|
|
|
|
|
|
| |
PR: ports/67313 ports/67314
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=110258
|
|
|
|
|
|
|
|
| |
- Test WITHOUT_* instead of WITH_* for values which are on by default
so that package build clusters detect correctly.
Notes:
svn path=/head/; revision=110139
|
|
|
|
|
|
|
|
|
|
|
|
| |
<http://www.openldap.org/lists/openldap-devel/200403/msg00101.html>
While I'm not totally happy with their choice, I believe it is better to
be in sync with the upstream library naming scheme.
No objection from: portmgr
Notes:
svn path=/head/; revision=110123
|
|
|
|
| |
Notes:
svn path=/head/; revision=110008
|
|
|
|
|
|
|
|
| |
PR: ports/67135
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=109888
|
|
|
|
|
|
|
| |
Approved by: ale (MAINTAINER of lang/php[45])
Notes:
svn path=/head/; revision=109865
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MASTER_SITE_RINGSERVER is already listed:
ftp.nihon-u.ac.jp == ring.nihon-u.ac.jp
zoffy.asahi-net.or.jp = ring.asahi-net.org.jp
One should really configure MASTER_SITE_RINGSERVER if one wants to use
a specific server of RingServer.
Notes:
svn path=/head/; revision=109850
|
|
|
|
|
|
|
|
|
| |
USE_QT_VER won't get it.
Breakage of doxygen reported by: pointyhat via kris
Notes:
svn path=/head/; revision=109829
|
|
|
|
|
|
|
|
|
|
| |
mirror with 4 fresh ones in same region
PR: ports/67093
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=109819
|
|
|
|
|
|
|
|
| |
PR: ports/67094
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=109818
|
|
|
|
|
|
|
|
| |
PR: ports/67091
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=109798
|
|
|
|
|
|
|
| |
Pointy hat to: pav
Notes:
svn path=/head/; revision=109737
|
|
|
|
|
|
|
| |
Pointy hat to: pav
Notes:
svn path=/head/; revision=109736
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* devel/libgsf is the old port minus gsf-gnome bits
* devel/libgsf-gnome contains libgsf-gnome-1 library and it's header files
This greatly reduces number of dependencies for ports that was using only
non-gnome part of this library.
- Point USE_GNOME parameter libgsf to GNOME-less port and create new parameter
libgsf_gnome for libgsf-gnome port.
- Convert all consumers of libgsf-gnome-1 library to depend on libgsf-gnome
port (read all as: Gnumeric)
PR: ports/63851 (in the spirit of)
Submitted by: Sybolt de Boer <sybolt@xs4all.nl>
Prodded by: lofi (KDE team)
Reviewed by: marcus (GNOME team)
Notes:
svn path=/head/; revision=109734
|
|
|
|
| |
Notes:
svn path=/head/; revision=109727
|
|
|
|
|
|
|
|
| |
PR: ports/67025
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=109706
|
|
|
|
|
|
|
|
| |
PR: ports/67019
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=109703
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unless _NO_KDE_CONFTARGET_HACK is set, users of bsd.kde.mk
will automatically have
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} set.
This is necessary for almost every package using a configure script
created with non-historic versions of autoconf and really should be
handled in bsd.port.mk.
Notes:
svn path=/head/; revision=109697
|
|
|
|
|
|
|
|
| |
which have the working configure bits have a chance to figure out the correct
threads libs by themselves.
Notes:
svn path=/head/; revision=109669
|
|
|
|
| |
Notes:
svn path=/head/; revision=109525
|
|
|
|
|
|
|
| |
Submitted by: kensmith
Notes:
svn path=/head/; revision=109394
|
|
|
|
| |
Notes:
svn path=/head/; revision=109034
|
|
|
|
|
|
|
| |
PR: 66007
Notes:
svn path=/head/; revision=108968
|
|
|
|
| |
Notes:
svn path=/head/; revision=108531
|
|
|
|
| |
Notes:
svn path=/head/; revision=108510
|