summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 0.9.0bmarkm1998-08-2710-288/+188
|
* apache13-modssl is crypto stuff, so export controlledrse1998-08-271-1/+2
|
* Add apache13-modssl portrse1998-08-271-1/+2
|
* Import of a new SSL-aware Apache 1.3, achieved by patching uprse1998-08-279-0/+557
| | | | | the original Apache 1.3.1 with mod_ssl 2.0.5 (the Apache Interface to SSLeay).
* Fix error at starting script with PostgreSQL.kuriyama1998-08-273-3/+6
| | | | No response from: maintainer
* Checksum changedjseger1998-08-272-2/+2
|
* MASTER_SITE movedjseger1998-08-271-2/+2
|
* Upgrade to 0.65.7.mph1998-08-272-4/+4
|
* Update /etc/shells upon make install.max1998-08-271-6/+11
| | | | ln -> ${LN}
* Update /etc/shells upon make install.max1998-08-272-2/+12
|
* Take out MANCOMPRESSED=yes (not needed anymore, implied by USE_IMAKE).asami1998-08-271-2/+1
|
* Mark this port broken:asami1998-08-271-4/+4
| | | | | | | | | | | | | | | | ====== ===> Building package for BBBike-2.48 Creating package /usr/ports/packages/All/BBBike-2.48.tgz Registering depends: perl-5.00502. Creating gzip'd tar ball in '/usr/ports/packages/All/BBBike-2.48.tgz' tar: can't add file BBBike/lib/BBBikeXS.pm : No such file or directory tar: can't add file BBBike/lib/VirtArray.pm : No such file or directory pkg_create: tar command failed with code 256 *** Error code 1 ======= While I'm here, adjust the p5-Tk dependency path (both .pm file and p5-Tk location were wrong) and remove obsoleted variable NO_CONFIGURE.
* Hope I haven't missed anything or forgotten to credit anybody. (Byasami1998-08-271-189/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the way, most of the things below are "Reviewed by: hoek" as well.) The changes are (roughly in order of appearance): (1) Revamp comments at beginning of file. Major rewrites. Reorder them into more relevant sections. Make clear which ones are user variables and not to be set in ports' Makefiles. Reviewed by: hoek (well, he's the only one who sent any comments) (2) Include ${.CURDIR}/Makefile.local if it exists. This is a local configuration file (ala rc.conf.local and make.conf.local) so please do not commit a file with this name to the repository. Suggested by: dillon (3) MANCOMPRESSED now takes three possible values: "yes", "no" and "maybe". (It used to be a binary variable -- the old behavior is now accomplished by "MANCOMPRESSED=yes". Ports that defined this variable to other values have been corrected.) "yes" means the manpages are installed compressed, "no" means they are not, and "maybe" means the port already respects the value of NOMANCOMPRESS. The default is "yes" for USE_IMAKE ports without NO_INSTALL_MANPAGES, and "no" otherwise. Add "compress-man" target and move manpage {,de}compression there. Reviewed by: hoek etc. and a full build of the ports tree (4) Add LIBDIR="${LIBDIR}" to MAKE_ENV. Makes easier to "fix" ports for /usr/lib/aout mess. Submitted by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi) (5) Change ${TMPPLIST} from ${WRKDIR}/PLIST.mktmp to ${WRKDIR}/.PLIST.mktmp. Suggested by: hoek Strongly seconded by: steve (6) Change a couple more relative pathnames to absolute ones. Submitted by: hoek (7) Move checksum into real-extract. (8) Change way rules are chained. Instead of: build: configure ${BUILD_COOKIE} ${BUILD_COOKIE}: @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-build we now have build: ${BUILD_COOKIE} ${BUILD_COOKIE}: @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} configure @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-build Other than being more PC (pmake clean), this really speeds up skipping ports already built. For instance, "make package" on a fully packaged games subtree used to take 269 seconds on average, now it's 45 seconds on average. The flip side of this is that it will create more processes when the targets actually chain, but when you're actually compiling things, your make is creating half a bazzilion processes anyway so I don't think it matters. (9) ${TMPPLIST} is now a real dependency. Create "generate-plist" target to generate ${TMPPLIST}. Make sure it's called when needed (usually between do-install and post-install), and that the required files exist. (10) Change some messages so we can tell where "make index" failed. (11) Check if LIB_DEPENDS really generated the required shared lib or not. Seconded by: "Brent J. Nordquist" <bjn@visi.com>
* Add "deinstall" to list of targets. This is only fair since "install" andasami1998-08-261-3/+4
| | | | "reinstall" are already here. :)
* "ln" -> "ln -f"asami1998-08-267-14/+14
|
* modula-3 library is now at version 6.asami1998-08-261-3/+3
|
* Add "USE_XLIB=yes".mph1998-08-262-2/+5
|
* Activate vje-trial.kuriyama1998-08-261-1/+2
|
* Added BBBike.wosch1998-08-261-1/+2
|
* A route-finder for cyclists in Berlin and Brandenburg (only german).wosch1998-08-265-0/+221
| | | | | | | | | | | BBBike computes the shortes and fastest way between point A and B, depending on the number of traffic lights, crosses, one way streets, wind force, air temperature, mountains and human power. BBBike has a cute GUI and map, including most streets, rivers and lakes, railways stations, and subway stations. It has several interface to other online database: phone book, zip code, Berlin city map, eplus mobil phone map of Brandenburg.
* * upgrade to 19980816 snapshotobrien1998-08-2660-3860/+3880
| | | | * reduce maintance costs, advantage PLIST_SUB
* turn on bc-gccobrien1998-08-261-1/+2
|
* gcc with bounds checking support for pointers and memoryobrien1998-08-267-0/+236
|
* Upgrade to 1.31.vanilla1998-08-264-57/+112
|
* Change maintainer's email address, and add depends with rsaref.vanilla1998-08-262-3/+30
| | | | | PR: ports/7740 Submitted by: maintainer
* The RESTRICTED string will be printed out with a "." at the end.asami1998-08-262-4/+4
|
* MANCOMPRESSED=maybeasami1998-08-261-4/+2
|
* No need to use += for a variable defined only once.asami1998-08-261-2/+2
|
* "mkdir" -> "mkdir -p"asami1998-08-261-1/+1
|
* "ln -s" -> "ln -sf"asami1998-08-261-2/+2
|
* Add vje.tgz.kuriyama1998-08-251-1/+3
|
* VJE-Delta Ver 2.5 for Linux/FreeBSD is a Japanesekuriyama1998-08-2510-0/+248
| | | | | | | | Imput-Method-Exchanger for X Window System Version 11 Rel.6(X11R6) with Linux or FreeBSD operating system. PR: ports/7329 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* There was no newline at end of PLIST.asami1998-08-251-1/+0
| | | | While I'm here, move manpage to MAN1.
* There was no newline at end of PLIST.asami1998-08-251-1/+2
| | | | While I'm here, move manpage to MAN1.
* Misplaced #include broke compile.stb1998-08-252-0/+28
| | | | PR: ports/7643
* Activate gettext.kuriyama1998-08-251-1/+2
|
* GNU gettext package.kuriyama1998-08-2515-0/+258
| | | | Submitted by: Yukihiro Nakai <Nakai@technologist.com>
* Remove gettext.kuriyama1998-08-251-2/+1
|
* Activate slib.vanilla1998-08-251-1/+2
|
* A portable scheme library for all standard scheme implementation.vanilla1998-08-255-0/+139
| | | | Submitted by: Yukihiro Nakai <Nakai@technologist.com>
* Correct pkg/PLIST.vanilla1998-08-251-1/+101
|
* Reanimate this port after the recent Perl 5 upgrade.rse1998-08-253-92/+87
|
* Update to v2.8.1.22jkoshy1998-08-252-4/+4
| | | | | | PR: ports/7717 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> (maintainer)
* Activate `cvslines'.jkoshy1998-08-251-1/+2
|
* A port of `cvslines'; a CVS wrapper that helps with merging changesjkoshy1998-08-256-0/+95
| | | | | between various cvs branches, where the branches represent different lines of development.
* Drats. libjscript is still at 0.90.asami1998-08-251-2/+2
|
* Dang, missed one. I hate it when this happens. :<asami1998-08-251-2/+2
| | | | Anyway, change kde shlib version numbers.
* kde shared libs are now at version 1. Gosh, no wonder they kept beingasami1998-08-259-35/+35
| | | | reinstalled over and over.
* kdecore and kdeui shared libraries are now at version 1.X.asami1998-08-251-3/+3
|
* Mark this port BROKEN while it awaits an upgrade from thepish (who seemsasami1998-08-252-2/+6
| | | | to have dropped off the surface of the earth at the moment :p).
OpenPOWER on IntegriCloud