Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
required by default any longer in bsd.pkg.mk under the new tools
framework.
|
|
|
|
default extraction command, but explicitly specify the need for gzcat.
|
|
BUILDLINK_TRANSFORM+= rm:-Wl,--no-undefined
to workaround bug noted in PR #25402
|
|
"MAKEFLAGS". Both "MAKEVARS" and "MAKEFLAGS" affect the package-level
make process, not the software's own make process.
|
|
to pass make flags to bmake.
|
|
This is needed because the clearlooks gtk2 and metacity theme will be now
in different packages.
|
|
options framework. Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
|
|
caches variable definitions that were computed by make. These variables
are specified by listing them in MAKE_VARS, e.g.,
.if !defined(FOO)
FOO!= very_time_consuming_command
.endif
MAKE_VARS+= FOO
bsd.pkg.mk will include only the one generated during the most recent
phase. A particular phase's makevars.mk file consists of variable
definitions that are a superset of all of the ones produced in previous
phases of the build.
The caching is useful because bsd.pkg.mk invokes make recursively,
which in the example above has the potential to run the very time-consuming
command each time unless we cause FOO to be defined for the sub-make
processes. We don't cache via MAKE_FLAGS because MAKE_FLAGS isn't
consistently applied to every invocation of make, and also because
MAKE_FLAGS can overflow the maximum length of a make variable very
quickly if we add many values to it.
One important and desirable property of variables cached via MAKE_VARS
is that they only apply to the current package, and not to any
dependencies whose builds may have been triggered by the current
package.
The makevars.mk files are generated by new targets fetch-vars,
extract-vars, patch-vars, etc., and these targets are built during
the corresponding real-* target to ensure that they are being invoked
with PKG_PHASE set to the proper value.
Also, remove the variables cache file that bsd.wrapper.mk was generating
since the new makevars.mk files provide the same functionality at a
higher level. Change all WRAPPER_VARS definitions that were used by
the old wrapper-phase cache file into MAKE_VARS definitions.
|
|
package because PKG_OPTION.<pkg> could contain negative options, which
are never part of PKG_OPTIONS. Instead, use the show-var target to
display the value. We cache it in WRAPPER_VARS and in MAKE_FLAGS to
prevent reinvoking the show-var target recursively.
|
|
|
|
|
|
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
|
|
some features added (libcdparanoia cloned, CD audio), some fixes
not quite mature, but we have to update because the API changed
(in the iso9660 area), and other pkgs (vcdimager, vlc) depend on it
|
|
|
|
|
|
|
|
|
|
|
|
changes: Updated the menubar code to be gtk+ 2.4 compliant.
while being here, update names for elements 110 and 111 and fix some
atomic weights
|
|
Changes since 2.7.4:
- fixed HTML export (not all text format options were processed,
weekday color column was not implemented) and improved layout
- fixed timezone format in XMLTV output (DTD 0.5, local timezone only)
Thanks to Laurent Garnier for reporting the bug.
- XML export: format can now be selected via command line options
- added command line option -outfile <path>
- Improved network/channel identification by VPS/PDC during
interaction with TV applications (e.g. TV5 was not identified)
- Added support for reading channel table of K!TV 2.3
Thanks to Quenotte for providing a patch.
- Windows only: fixed !wintv! keyword handling in scripts bound
to reminder events (this was already supposed to be in 2.7.4 but
lost somehow)
- Windows only bugfix: "Record this show" did not appear in context
menu when connected to K!TV
- bugfix: missing error-check in time conversion lead to inconsistant
start/stop times around daylight saving time switch (which lead to
error "database corrupt" during reload)
|
|
|
|
Okayed by jmmv@.
|
|
|
|
Okayed by jmmv@.
|
|
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
|
|
operating systems. The function is never used in openoffice. Approved by
phone.
|
|
|
|
|
|
RubyGems is a way to package Ruby libraries/applications for
distribution, its a distribution manager, its a package manager.
RubyGems brings to the world of Ruby a very valuable capability--the
ability to manage concurrent versions of libraries and dependencies
between those libraries. This last aspect of RubyGems is one of the
most important to the end user, because its value is continuous as you
use and program Ruby, but to understand its impact an explanation of
how Ruby manages libraries is in order.
|
|
justify the update!
|
|
From hiramatu /at/ boreas _dot_ dti _dot_ ne _dot_ jp in PR#29890,
with a few modifications by me.
* ver 4.51 (Jan.16th,2004)
+ fixed keyboard-interrupt handling while reloading a file to
avoid segmentation fault. (pointed out by Masanori GOTO
<gotom@debian.or.jp>)
+ modified definitions of boolean_t, PAGE_SIZE, VDISCARD, and
autoconf for libcurses for AIX. (pointed out by SHIOTA
Shoichi <Shoichi.Shiota@lightwell.co.jp>)
+ omitted to specify owner and group to install command, and
omitted include langinfo.h when HAVE_LANGINFO_CODESET is not
defined, for Max OS X. (pointed out by Koki NAKASHIRO
<nakasiro@sdl.hitachi.co.jp>)
|
|
|
|
2005-04-04 Heikki Orsila
* version 1.3.4
- compatibility fixes
- recursive sfv file checking support by Durk van Veen
2005-03-26 Heikki Orsila
- trivial fix for 'make check'. It wasn't posix sh compatible.
On bash "==" is the same as "=".
2005-03-26 Heikki Orsila
* version 1.3.4-pre5
- added recursion support from Durk van Veen
2005-03-21 Heikki Orsila
- fixed 'make install' bug. Man dir was not created properly. Thanks
to Durk van Veen for finding this.
2005-02-21 Heikki Orsila
* version 1.3.4-pre1
- consistent policy for BSD and Linux systems. Trying to checksum a
directory lead to different actions. Also, trying to verify
checksum of a directory bugged.
2005-02-06 Heikki Orsila
- 'make check' executes tests. 'make tests' doesn't.
|
|
Martelletto) and some small bugfixes.
|
|
|
|
My bulk build had a text pkg/man/man2 file which was the
people(2) man page.
|
|
anymore, and it apparently breaks the build for "misc/celestia-kde".
|
|
|
|
|
|
tracked the Cyrus SASL 1.5.x releases, which are no longer maintained.
Adjust packages to use security/cyrus-sasl2 instead for SASL support.
This closes PR pkg/28218 and PR pkg/29736.
|
|
build it.
|
|
|
|
of options and even then it wasnt building a working one so disable it
always. Bump PKGREVISION.
|
|
|
|
|