Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-24 | added hack to work around gcc issue with -O3 optimization | schwarz | 1 | -0/+15 | |
2006-12-19 | Fixed PKGMANDIR. | rillig | 1 | -4/+2 | |
2006-12-18 | SUBST the path to ${MAKE}. | gdt | 2 | -11/+11 | |
PKGREVISION++. | |||||
2006-12-17 | note a few platforms where I've confirmed this version of libnbcompat to | jschauma | 1 | -1/+5 | |
be working | |||||
2006-12-16 | xdg-1.4 is valid. | wiz | 1 | -2/+2 | |
2006-12-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 2 | -14/+14 | |
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr | |||||
2006-12-15 | DESTDIR support. | joerg | 1 | -13/+11 | |
2006-12-12 | In buildlink3.mk files, bsd.fast.prefs.mk should be included instead of | rillig | 1 | -2/+7 | |
bsd.prefs.mk. Fixed the regular expression for buildlink3.mk files containing PKG_BUILD_OPTIONS code. | |||||
2006-12-12 | Added c99 to the list of known languages. | rillig | 2 | -6/+8 | |
Following existing practice, the variable PKG_BUILD_OPTIONS.* may be queried in buildlink3.mk files in the .include section, and no warning is generated anymore. | |||||
2006-12-07 | Allow build on Linux. | rpaulo | 2 | -4/+6 | |
2006-12-06 | Fixed the Assertion error on .include lines that end in trailing | rillig | 1 | -3/+6 | |
white-space. Instead of including intltool/buildlink3.mk directly, a simple USE_TOOLS+=intltool suffices. | |||||
2006-12-06 | Use more markup. New sentence, new line. Various minor improvements. | wiz | 1 | -24/+41 | |
2006-12-06 | Updated url2pkg to 2.2. | rillig | 2 | -20/+23 | |
Reduced the number of external calls to find(1). | |||||
2006-12-06 | Ugh, wrap long lines. | xtraeme | 1 | -3/+5 | |
2006-12-06 | texmf-dirs is up to 1.4. | wiz | 1 | -1/+2 | |
2006-12-05 | add pkg_rolling-replace | gdt | 1 | -1/+2 | |
2006-12-05 | pkg_rolling-replace does 'make replace' on one package at a time, | gdt | 5 | -0/+552 | |
tsorting the packages being replaced according to their interdependencies, which avoids most duplicate rebuilds. | |||||
2006-12-01 | Added the CHECK_* variables. | rillig | 1 | -3/+12 | |
2006-11-25 | Fixed some typos in the pkglint documentation. Reported by OKANO | rillig | 2 | -5/+5 | |
Takayoshi in a private mail. | |||||
2006-11-22 | + BSD_MAKE_ENV | rillig | 1 | -1/+2 | |
2006-11-18 | PKG_SKIP_REASON is marked as deprecated, since it is usually used to | rillig | 1 | -1/+2 | |
mark a package as not being able to build, due to some fatal error. I don't see any reason _not_ to use PKG_FAIL_REASON in those cases. | |||||
2006-11-14 | DESTDIR support. | joerg | 1 | -1/+2 | |
2006-11-11 | Address PR pkg/34966 as suggested by Oliver Gould and apply the same | jschauma | 4 | -15/+15 | |
logic to all platforms: Some packages (such as math/gap) create wrappers based on the name of the compiler, so ${CC} should not contain any flags. Move flags into CFLAGS. | |||||
2006-11-09 | Variable names don't need to be quoted. | rillig | 1 | -3/+3 | |
2006-11-09 | Some minor tweaks; added DESTDIR. | rillig | 1 | -4/+5 | |
2006-11-09 | + SKIP_PORTABILITY_CHECK | rillig | 1 | -1/+4 | |
2006-11-05 | Update "pkg_chk" package to version 1.83: | tron | 2 | -10/+10 | |
Do *not* use "TMPDIR" variable. If the user has already set an environment variable "TMPDIR" it well be overwritten my the path to the directory created by the script and passed to "make". As a result it will get compiled into certain packages (e.g. "sysutils/dbus") which will no longer work after the directory has been removed. | |||||
2006-11-03 | Merge add/extract.c, rev 1.39: | joerg | 3 | -8/+9 | |
If a plist contains @owner or @group entries and first rename failed, pushout was called with NULL argument. This has the semantic of using a working directory of "/", even though already read plist entries are relative to prefix. The calls to chown and chgrp therefore end up with the wrong arguments for the current directory. To compensate for this, don't pushout the first time. As plists are not supposed to have multiple @cwd entries anymore, this could most likely be simplified, but that is outside the scope of this commit. Merge lib/plist.c, rev 1.51: When processing symlinks in pkg_delete and the call to readlink failed, it often helps to know why, so use warn instead of warnx. Bump version to 20061103. | |||||
2006-11-02 | DESTDIR support. | joerg | 4 | -12/+16 | |
2006-11-01 | Add PKG_DESTDIR_SUPPORT to variable list. Bump to 4.73. | joerg | 2 | -3/+4 | |
2006-10-30 | Added a warning that ${VARIABLES} in the DESCR file are not expanded. | rillig | 1 | -2/+8 | |
(Requested in PR 34920.) The warning about uncommitted patch files only appears when the distinfo file is already committed. | |||||
2006-10-29 | Fix pkg_tarup -a so it recurses to actually get all dependent packages. | erh | 2 | -11/+17 | |
Bump version to 1.6.6. | |||||
2006-10-28 | Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-10-24 | Updated pkg_filecheck to 0.3. | rillig | 2 | -7/+6 | |
Bugfix: When allocating more memory, it does not help to double the amount if the current amount is zero. | |||||
2006-10-24 | Fixed PKGMANDIR. | rillig | 1 | -6/+6 | |
2006-10-24 | Fixed a typo in the absolute pathname checks. | rillig | 1 | -4/+8 | |
${PREFIX}/${PKGMANDIR} is preferred over ${PREFIX}/man. {ONLY,NOT}_FOR_PLATFORM may appear multiple times in the package Makefile. | |||||
2006-10-23 | Update to 4.72: check for .tbz as well as .tgz | abs | 2 | -4/+4 | |
2006-10-22 | Fixed a heading. | rillig | 2 | -4/+3 | |
2006-10-22 | Absolute pathnames may appear in the form basedirvar + '/man1' in source | rillig | 1 | -1/+4 | |
code. | |||||
2006-10-18 | Added CHECK_FILES_SUPPORTED and some Postgres variables. | rillig | 1 | -1/+5 | |
2006-10-17 | The absolute pathname /bin/sh is allowed, despite the Solaris /bin/sh. | rillig | 1 | -1/+6 | |
The WRKSRC variable (among others) is checked to consist of ony one word. The url2pkg tool had created lines like WRKSRC= ${WRKDIR}/Makefile PLIST distinfo in the past, which happened to work in most cases up to now, but really shouldn't. | |||||
2006-10-12 | ${MARCH_ARCH}-${LOWER_OPSYS}elf and related constructs should be fixed. | joerg | 1 | -1/+3 | |
2006-10-09 | Flag a number of packages I use as supporting (user-)destdir. | joerg | 1 | -11/+12 | |
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir". | |||||
2006-10-07 | When patch files are registered in the distinfo file, but not added or | rillig | 1 | -8/+22 | |
committed to CVS, a warning is printed. | |||||
2006-10-06 | Added a check that suggests using meta-pkgs/kde3/kde3.mk instead of | rillig | 1 | -1/+9 | |
hand-tuning the directories where KDE files are installed. | |||||
2006-10-05 | Improved the heuristics for absolute pathnames. | rillig | 1 | -5/+8 | |
2006-10-05 | In package Makefiles, SITES.* should be defined right below DISTFILES. | rillig | 1 | -24/+43 | |
Added an explanation for why ${DESTDIR}/foo is considered an absolute pathname. | |||||
2006-10-05 | This package cannot use CHECK_FILES because it is one of the two that | rillig | 1 | -1/+3 | |
sets PREFIX=/. | |||||
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-10-03 | Update PKGREVISION. | reed | 1 | -2/+4 | |
Make sure use PKG_SYSCONFDIR for the "etc" sed expression. Also do the SUBST_SED on the configuration example file too. |