index
:
pkgsrc
BMAKE
BZIP2
FREEBSD
FSF
KIENTZLE
MRENDEL
TNF
ZLIB
buildlink2
cube-native-xorg
cube_native_xorg
cwrapper
databases_pgbouncer
jlam-pkgviews
jlam_pkgviews
netbsd-1-6
netbsd-1-6-1
netbsd_1_6
netbsd_1_6_1
pkg_install-renovation
pkg_install_renovation
pkgsrc-
pkgsrc-2003Q4
pkgsrc-2004Q1
pkgsrc-2004Q2
pkgsrc-2004Q3
pkgsrc-2004Q4
pkgsrc-2005Q1
pkgsrc-2005Q2
pkgsrc-2005Q3
pkgsrc-2005Q4
pkgsrc-2006Q1
pkgsrc-2006Q2
pkgsrc-2006Q3
pkgsrc-2006Q4
pkgsrc-2007Q1
pkgsrc-2007Q2
pkgsrc-2007Q3
pkgsrc-2007Q4
pkgsrc-2008Q1
pkgsrc-2008Q2
pkgsrc-2008Q3
pkgsrc-2008Q4
pkgsrc-2009Q1
pkgsrc-2009Q2
pkgsrc-2009Q3
pkgsrc-2009Q4
pkgsrc-2010Q1
pkgsrc-2010Q2
pkgsrc-2010Q3
pkgsrc-2010Q4
pkgsrc-2011Q1
pkgsrc-2011Q2
pkgsrc-2011Q3
pkgsrc-2011Q4
pkgsrc-2012Q1
pkgsrc-2012Q2
pkgsrc-2012Q3
pkgsrc-2012Q4
pkgsrc-2013Q1
pkgsrc-2013Q2
pkgsrc-2013Q3
pkgsrc-2013Q4
pkgsrc-2014Q1
pkgsrc-2014Q2
pkgsrc-2014Q3
pkgsrc-2014Q4
pkgsrc-2015Q1
pkgsrc-2015Q2
pkgsrc-2015Q3
pkgsrc-2015Q4
pkgsrc-2016Q1
pkgsrc-2016Q2
pkgsrc-2016Q3
pkgsrc-2016Q4
pkgsrc-2017Q1
pkgsrc-2017Q2
pkgsrc-2017Q3
pkgsrc-2017Q4
pkgsrc-2018Q1
pkgsrc-2018Q2
pkgsrc-2018Q3
pkgsrc-2018Q4
pkgsrc-2019Q1
pkgsrc-2019Q2
pkgsrc-2019Q3
pkgsrc-2019Q4
pkgsrc-2020Q1
pkgsrc-2020Q2
pkgsrc-2020Q3
pkgsrc-2020Q4
pkgsrc-2021Q1
pkgsrc-2021Q2
pkgsrc-2021Q3
pkgsrc-2021Q4
pkgsrc-2022Q1
pkgsrc-2022Q2
pkgsrc-2022Q3
pkgsrc-pkgsrc-2019Q4
pkgsrc_2003Q4
pkgsrc_2004Q1
pkgsrc_2004Q2
pkgsrc_2004Q3
pkgsrc_2004Q4
pkgsrc_2005Q1
pkgsrc_2005Q2
pkgsrc_2005Q3
pkgsrc_2005Q4
pkgsrc_2006Q1
pkgsrc_2006Q2
pkgsrc_2006Q3
pkgsrc_2006Q4
pkgsrc_2007Q1
pkgsrc_2007Q2
pkgsrc_2007Q3
pkgsrc_2007Q4
pkgsrc_2008Q1
pkgsrc_2008Q2
pkgsrc_2008Q3
pkgsrc_2008Q4
pkgsrc_2009Q1
pkgsrc_2009Q2
pkgsrc_2009Q3
pkgsrc_2009Q4
pkgsrc_2010Q1
pkgsrc_2010Q2
pkgsrc_2010Q3
pkgsrc_2010Q4
pkgsrc_2011Q1
pkgsrc_2011Q2
pkgsrc_2011Q3
pkgsrc_2011Q4
pkgsrc_2012Q1
pkgsrc_2012Q2
pkgsrc_2012Q3
pkgsrc_2012Q4
pkgsrc_2013Q1
pkgsrc_2013Q2
pkgsrc_2013Q3
pkgsrc_2013Q4
pkgsrc_2014Q1
pkgsrc_2014Q2
pkgsrc_2014Q3
pkgsrc_2014Q4
pkgsrc_2015Q1
pkgsrc_2015Q2
pkgsrc_2015Q3
pkgsrc_2015Q4
pkgsrc_2016Q1
pkgsrc_2016Q2
pkgsrc_2016Q3
pkgsrc_2016Q4
pkgsrc_2017Q1
pkgsrc_2017Q2
pkgviews
pkgviews-mk
pkgviews_mk
tnftp
trunk
tv-derecurse
tv-libtool-1-5-18-tmpdirfix
tv_derecurse
tv_libtool_1_5_18_tmpdirfix
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgtools
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-20
Fixed a syntax error (a string had not been enclosed in double quotes).
rillig
1
-2
/
+2
2005-08-20
The default values for some variables in checkfile_package_Makefile are
rillig
1
-24
/
+19
2005-08-19
Added the command line option -CDESCR, for consistency.
rillig
1
-2
/
+4
2005-08-19
The --help message was wrong. The progress messages are not printed on
rillig
1
-2
/
+2
2005-08-19
Reduced two errors to warnings for the category Makefiles: The sort
rillig
1
-3
/
+3
2005-08-19
Don't check the distinfo twice if it is defined as ./distinfo in the
rillig
1
-2
/
+2
2005-08-17
Changed the way how the direct use of tools is detected in Makefiles.
rillig
1
-14
/
+20
2005-08-17
Moved the checkdir_package subroutine directly before the main subroutine
rillig
1
-97
/
+86
2005-08-17
Renamed check_{package,category} to checkdir_{package,category} to
rillig
1
-7
/
+7
2005-08-17
Fixed some bugs that appeared while checking the databases/ category
rillig
1
-3
/
+4
2005-08-17
When checking category Makefiles, avoid false warnings about
rillig
1
-40
/
+63
2005-08-17
Don't require the second line of a category Makefile to contain an empty
rillig
1
-72
/
+117
2005-08-08
Don't install the manpage on FreeBSD.
xtraeme
1
-2
/
+3
2005-08-07
Added an experimental --autofix or -F command line option. It currently
rillig
1
-12
/
+89
2005-08-06
Fixed a bug which led to an endless loop. While happily changing the
rillig
1
-3
/
+2
2005-08-06
Fixed the indentation. Replaced a nested if with an &&. Noticed that I
rillig
1
-21
/
+17
2005-08-06
The check_category subroutine has been converted to a one-pass checker.
rillig
1
-34
/
+57
2005-08-06
Don't be too strict to the "wip" category Makefile. It may have a
rillig
1
-2
/
+11
2005-08-06
Made the checks for category Makefiles much stricter. Only the "category
rillig
1
-38
/
+55
2005-08-06
Run a quick self-test after installation.
rillig
1
-1
/
+4
2005-08-06
White-space fixes.
rillig
1
-9
/
+9
2005-08-06
Code beautification: %{$foo} instead of %$foo.
rillig
1
-3
/
+3
2005-08-06
Checking for C/C++ comments is not necessary for Makefiles. No-one uses
rillig
1
-4
/
+1
2005-08-06
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
jlam
1
-3
/
+1
2005-08-06
Moved the checks that had been done while loading Makefiles into a
rillig
1
-24
/
+29
2005-08-04
Bump to 20050804:
xtraeme
2
-4
/
+8
2005-08-04
missed in last
abs
1
-1
/
+2
2005-08-04
update pkgtools/pkg_chk to 1.60:
abs
2
-21
/
+34
2005-08-02
Update to version 0.118: pkgdiff fix and tuning.
seb
2
-6
/
+11
2005-08-02
Print warnings if the values of ${PKGNAME}, ${SVR4_PKGNAME},
rillig
1
-14
/
+14
2005-08-01
Some more speed optimization.
rillig
1
-10
/
+9
2005-08-01
Converted PkgLint::FileUtils::Line to use an array instead of a hash for
rillig
1
-8
/
+8
2005-08-01
update to cdpack-1.6.
dmcmahill
5
-108
/
+191
2005-08-01
Sppeded up the subroutines read_makefile and check_for_multiple_patches.
rillig
1
-9
/
+13
2005-08-01
Added a new command line option --debug|d. It is currently used for
rillig
1
-16
/
+36
2005-08-01
Simplified the code---no user-visisble changes.
rillig
1
-30
/
+25
2005-08-01
More code cleanup. This time it's only white-space issues.
rillig
1
-62
/
+55
2005-08-01
Internal cleanup: moved some subroutines so that fewer forward
rillig
1
-136
/
+98
2005-08-01
Remove (commented out) USE_DB2 here too.
wiz
1
-2
/
+1
2005-08-01
Remove another legacy var that was removed from pkgsrc before the previous br...
wiz
1
-2
/
+1
2005-08-01
Remove some legacy vars that were removed from pkgsrc before the previous bra...
wiz
2
-8
/
+2
2005-08-01
Remove obsolete USE_PAM.
wiz
1
-2
/
+1
2005-07-31
Update digest to version 20050731:
agc
4
-410
/
+833
2005-07-30
Inserted empty lines before elsif to make the code more readable.
rillig
1
-1
/
+48
2005-07-30
The global variables are only needed when checking a package, not a
rillig
1
-2
/
+3
2005-07-30
Remove pkgconflict here too.
wiz
1
-2
/
+1
2005-07-30
Removed the package as it has not been working since 2001. Ok'ed by
rillig
6
-539
/
+0
2005-07-29
Allow PATCH_DIST_CAT in the PATCH_SITES section.
he
2
-4
/
+4
2005-07-25
Add xorg file which has common Xorg file entries.
reed
1
-0
/
+611
2005-07-25
Added xorg support, based on if ${X11BASE}/lib/X11/config/xorgversion.def
reed
7
-2
/
+129
[next]