aboutsummaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Collapse)Author
2013-02-23Add dependency on xinetd.Rob Austein
svn path=/branches/tk377/; revision=5057
2013-02-23More post-installation: add rpki-rtr listener to /etc/services andRob Austein
/etc/inetd.conf, create a few missing directories. svn path=/branches/tk377/; revision=5056
2013-02-22Hack to use pip to install recent versions of Django and South.Rob Austein
Probably should be replaced by our own APT repository at some point, but this seems to work. svn path=/branches/tk377/; revision=5054
2013-02-19Get rid of silly "r" prefix on version number for FreeBSD packages,Rob Austein
among other reasons so that we can have the same version numbers on FreeBSD and Ubuntu, doh. svn path=/branches/tk377/; revision=5042
2013-02-18Install generated debian/changelog, now that we generate ones that debuild ↵Rob Austein
accepts. svn path=/branches/tk377/; revision=5041
2013-02-18debuild et al are picky about format of email addresses.Rob Austein
For some reason debuild now cares about "make test" failing (which it always has on package builds, because of MySQL setup requirements, but debuild used to ignore that), so tweak rules to skip the test suite. svn path=/branches/tk377/; revision=5040
2013-02-18Script to automate debian/changelogs.Rob Austein
svn path=/branches/tk377/; revision=5039
2013-02-17Add rc.d script.Rob Austein
svn path=/branches/tk377/; revision=5038
2013-02-11Debug pkg-plist generation.Rob Austein
svn path=/branches/tk377/; revision=5037
2013-02-11pkg-plist generation hacks.Rob Austein
svn path=/branches/tk377/; revision=5036
2013-02-05Run daemons as root for now, come back to permission issues whenRob Austein
everything else works as expected. svn path=/branches/tk377/; revision=5028
2013-02-05Clean up debian/ directory, enable upstart.Rob Austein
svn path=/branches/tk377/; revision=5027
2013-02-04Tweak directory ownerships on Debian install, and add a few more bitsRob Austein
to rpki-ca.upstart while we're at it. svn path=/branches/tk377/; revision=5025
2013-02-04Allow naming tree(s) on command line.Rob Austein
svn path=/branches/tk377/; revision=5024
2013-02-03Wrapped debian skeleton.Rob Austein
svn path=/branches/tk377/; revision=5023
2013-02-03Helper for generating package skeletons.Rob Austein
svn path=/branches/tk377/; revision=5022
2013-02-03Checkpoint.Rob Austein
svn path=/branches/tk377/; revision=5021
2013-02-03CleanupRob Austein
svn path=/branches/tk377/; revision=5017
2013-02-02Typo in pkg-deinstall.Rob Austein
svn path=/branches/tk377/; revision=5015
2013-02-02Need rsync as both build and runtime dependency.Rob Austein
svn path=/branches/tk377/; revision=5012
2013-02-02rcynic requires rsync, doh.Rob Austein
svn path=/branches/tk377/; revision=5010
2013-02-02Beat FreeBSD packaging stuff with a club. Might be working now.Rob Austein
svn path=/branches/tk377/; revision=5008
2013-02-02etc/rc.d/rcynic is only for jails, so it's not in the port anymore.Rob Austein
svn path=/branches/tk377/; revision=5005
2013-02-02Whack FreeBSD port skeleton to track recent changes.Rob Austein
svn path=/branches/tk377/; revision=5004
2013-02-01Add rcynic-cron.Rob Austein
svn path=/branches/tk377/; revision=4998
2013-01-22Hack to support new subversion-revision-style snapshots.Rob Austein
svn path=/branches/tk377/; revision=4976
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
2013-01-12Approaching something usable.Rob Austein
svn path=/branches/tk377/; revision=4968
2013-01-12Using @cwd in FreeBSD pkg-plist seems to work, and is much less of aRob Austein
change from what has until now been standard practice, so going with that. svn path=/branches/tk377/; revision=4967
2013-01-10OK, this version almost kind of sort of works as a FreeBSD package.Rob Austein
Minor cleanup issues still with the jail. Not sure whether we should go with this version or see if we can get back to the directory structure we've been using for years just by adding a "@cwd /var" command in the right place in the pkg-plist. See #377. svn path=/branches/tk377/; revision=4966
2013-01-09More fun with pkg-install.Rob Austein
svn path=/branches/tk377/; revision=4962
2013-01-08CheckpointRob Austein
svn path=/branches/tk377/; revision=4959
2013-01-08Start work on separate RP and CA ports for FreeBSD.Rob Austein
svn path=/branches/tk377/; revision=4954
2012-12-27Perl and makedepend, both needed by OpenSSL.Rob Austein
svn path=/trunk/; revision=4946
2012-12-23Cleaner substitution.Rob Austein
svn path=/trunk/; revision=4944
2012-12-21Move some BUILD_DEPENDS out to RUN_DEPENDS.Rob Austein
svn path=/trunk/; revision=4942
2012-12-21Set NO_DEPENDS while building pkg-plist.Rob Austein
svn path=/trunk/; revision=4941
2012-12-20First cut at script to create FreeBSD port. Not ready for prime time.Rob Austein
Still needs to run through set of tests prescribed in FreeBSD manual, particularly regarding installation, deinstallation, and package manipluations. svn path=/trunk/; revision=4940
2012-12-20RedHat and Ubuntu can't even agree on where the freaking "test"Rob Austein
program lives, so even autoconf wouldn't be able to sort this out without relying on a sane $PATH setting. Enough already. Use unadorned program names, and if that bites the user during the build process, blame it on the penguins. Closes #368. svn path=/trunk/; revision=4937
2012-12-01Every other platform puts touch in /usr/bin, but Red Hat is tooRob Austein
special for that. Closes #359. svn path=/trunk/; revision=4925
2012-11-12Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4853
2012-11-12Use real trang when available, otherwise run script which warns aboutRob Austein
out-of-date .rng files then touches them and moves on. Developers need to have trang installed, normal users don't and requiring trang just annoys them. Closes #304. svn path=/trunk/; revision=4852
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786
2012-09-19Move ASN.1 definitions for ROAs and Manifests to common header filesRob Austein
used by all the C programs. svn path=/branches/tk274/; revision=4725
2012-06-14svg2png (cairo) seems to do a slightly better conversion job.Rob Austein
svn path=/trunk/; revision=4539
2012-06-13CleanupRob Austein
svn path=/trunk/; revision=4537
2012-06-13htmldoc doesn't understand SVG, so generate PNG, scaled to a size thatRob Austein
fits on a PDF page as understood by htmldoc. Resulting image quality leaves something to be desired, but not obvious how to do better. svn path=/trunk/; revision=4535
2012-05-23Use autoconf to find rrdtool.Rob Austein
svn path=/trunk/; revision=4509
2012-04-13Remove <span class="icon"/> elements -- for some reason these leaveRob Austein
messes when this script is run on MacOSX, but not on FreeBSD. Version skews of the programs involved, probably. svn path=/branches/tk161/; revision=4412
2012-04-13New documentation tools.Rob Austein
svn path=/branches/tk161/; revision=4411