summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create include/Xbae -> include/Xbae-${VERSION} symlink. I don't know whySatoshi Asami1999-09-112-0/+3
| | | | | | | it went away in 4.7 but it breaks at least one port (math/xmgr). Notes: svn path=/head/; revision=21668
* xbae shlib is now at version 7.Satoshi Asami1999-09-111-1/+1
| | | | Notes: svn path=/head/; revision=21667
* Run ldconfig -m on %D/lib, not %D (which is "/usr/X11R6").Satoshi Asami1999-09-111-1/+1
| | | | Notes: svn path=/head/; revision=21666
* JDK is now at version 1.1.8. Also use ${JAVASUBDIR} wherever possible.Satoshi Asami1999-09-111-2/+2
| | | | Notes: svn path=/head/; revision=21665
* pgcc compiler is called pgcc, not egcs. The port still doesn't buildSatoshi Asami1999-09-112-3/+3
| | | | | | | | ("Internal compiler error"...probably pgcc's fault) but at least it will start compiling. Notes: svn path=/head/; revision=21664
* Remove /var/db/pkg/* *inside* chroot area, not outside.Satoshi Asami1999-09-111-2/+2
| | | | Notes: svn path=/head/; revision=21663
* Back out previous commit. srwin.o gets installed when I do it in aSatoshi Asami1999-09-111-1/+0
| | | | | | | | chroot dir by hand but not through the regular package building process. Foo! Notes: svn path=/head/; revision=21662
* Add missing file lib/sr/srwin.o.Satoshi Asami1999-09-111-0/+1
| | | | Notes: svn path=/head/; revision=21661
* Typo ("$(CHOWN}" -> "${CHOWN}"). Fix "version required" comment andSatoshi Asami1999-09-111-10/+10
| | | | | | | | | | change "user.group" to "user:group" while I'm here. PR: 13695 Submitted by: netch@lucky.net (Valentin Nechayev) Notes: svn path=/head/; revision=21660
* The "*.html~" files don't seem to exist, so delete them from PLIST.Satoshi Asami1999-09-111-6/+0
| | | | Notes: svn path=/head/; revision=21659
* /var/spool/news doesn't exist by default, so create it in pre-install.Satoshi Asami1999-09-112-0/+6
| | | | Notes: svn path=/head/; revision=21658
* No need to create ${PORTINFORDIR}/dir explicitly -- install-info does it forSatoshi Asami1999-09-113-9/+0
| | | | | | | | | you. Besides, the check was incorrect, causing the dir file to be always wiped out! Notes: svn path=/head/; revision=21657
* Fix packaging. Move all version info out of PLIST using PLIST_SUB.Satoshi Asami1999-09-112-1/+2
| | | | Notes: svn path=/head/; revision=21656
* Fix check.Satoshi Asami1999-09-111-3/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=21655
* Remove kmap, we're under ports freeze.Satoshi Asami1999-09-115-46/+0
| | | | Notes: svn path=/head/; revision=21654
* KDE-compliant GUI front end for the nmap port scanning tool.David E. O'Brien1999-09-115-0/+46
| | | | Notes: svn path=/head/; revision=21653
* Little whitespace fix.Satoshi Asami1999-09-111-1/+1
| | | | Notes: svn path=/head/; revision=21651
* (1) Adjust to new libtools.Satoshi Asami1999-09-111-9/+35
| | | | | | | | | | | | | | | | | | Submitted by: libtools maintainer (2) Typo/updates in master sites. Submitted by: jkoshy, chris, cpiazza (3) "automagically" -> "automatically". I prefer words in dictionaries. Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> PR: 13638 (4) Quote ${DEPENDS_TARGET} in command line so make reinstall won't fail. Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> PR: 13638 Notes: svn path=/head/; revision=21650
* SetSatoshi Asami1999-09-117-0/+7
| | | | | | | | | | | LIBTOOLFLAGS= --disable-ltlibs --release-suffix to take advandate of new libtools. Submitted by: libtools maintainer Notes: svn path=/head/; revision=21649
* Submitted by: maintainerSatoshi Asami1999-09-1140-320/+1180
| | | | | | | | | | | | | | | | He says: Update libtool to 1.3.3 and modify it's behaviour a bit. It now behaves like a stock libtool unless we start sending one of three flags: --disable-ltlibs Don't install .la files --release-suffix Add the release to the end of all the libs (like GLib/GTK+) --release-ignore Don't add the release to any libs. PR: 13114 Notes: svn path=/head/; revision=21648
* Unbreak this port, thanks to suggestions made byDonald Burr1999-09-111-4/+2
| | | | | | | | | | | Eric Yang <robe@FreeBSD.csie.nctu.edu.tw>. The original distsites seem to have gone away, and I cannot find any new ones. (ftpsearch.lycos.com only lists FreeBSD mirrors -- and a whole bunch of them! :-)) So I am setting up a distsite for this on my own box. Notes: svn path=/head/; revision=21647
* Note that you need /usr/lib/aout/c++rt0.o for package building. It's notSatoshi Asami1999-09-111-3/+8
| | | | | | | included in bindist or any of the compat*dists. Notes: svn path=/head/; revision=21646
* Let the generated Makefiles install the perl modules.Bill Fenner1999-09-118-16/+36
| | | | | | | | | (I'm not positive why there's a do-install: target at all, but since there are less than 5 minutes til the freeze I'm not going to investigate yet!) Notes: svn path=/head/; revision=21645
* This is supposed to be 4-current, not 3.1-release.Satoshi Asami1999-09-111-2/+2
| | | | Notes: svn path=/head/; revision=21644
* Don't delete the whole /usr/games, leave strfile behind. At least one portSatoshi Asami1999-09-112-4/+92
| | | | | | | (misc/fortuneit) needs it. Notes: svn path=/head/; revision=21643
* Improve snapshot ftp installation. Put hostnames, distributions etc. inSatoshi Asami1999-09-112-18/+28
| | | | | | | variables instead of command lines. Create /var/db/port.mkversion. Notes: svn path=/head/; revision=21642
* Switch back dependency to gnuplot, now that chuckr has fixed it.Satoshi Asami1999-09-1116-29/+29
| | | | Notes: svn path=/head/; revision=21641
* (1) Instead of specifying list of package names of dummy ports (i.e.,Satoshi Asami1999-09-111-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | XFree86, Motif) to copy, make a variable hold directory names, and do a "make package-name" in there to obtain the package names. (2) Exit if there is problem in INDEX. A line that contains "non-existent" (suggesting a dangling dependency) or a line that has less or more than nine |'s flag errors. (3) Pass the fifth argument (bindist.tar's md5) to setupnode. (4) Typo in spelling "restricted". Submitted by: marcel (5) Run cvsup at verbosity level 0 instead of 1. (6) Print out only ${PKGNAME}, not ${PKGNAME}.log or ${PKGNAME}.tgz when reporting new or old packages/failures. (7) Archive /usr/ports used to build packages in ${branch}/tarballs. Requested by: steve Notes: svn path=/head/; revision=21639
* (1) Remove FORCE_PKG_REGISTER, it is not necessary anymore. RemoveSatoshi Asami1999-09-111-12/+23
| | | | | | | | | | | | | | | | | | | everything under /var/db/pkg/* before installing dependencies and during final cleanup. (2) Change OSREL, OSVERSION and PORTOBJFORMAT (if necessary). Comment out those for 3-stable. Reported by: paul, tg (3) Move mtree until after we actually mount /usr/src. ;) Reported by: taoka (4) Run ldconfig with and without -aout in all sorts of directories to pick up everything that could be in compat dirs etc. Run ldconfig -aout -R after cleanup too. Notes: svn path=/head/; revision=21638
* Add extra argument md5 for bindist.tar. Skip scp if md5 matchesSatoshi Asami1999-09-111-3/+9
| | | | | | | what the client already has. Notes: svn path=/head/; revision=21637
* Change OSREL and OSVERSION for 3 and 4 branches. (The ones for 3-stableSatoshi Asami1999-09-112-6/+6
| | | | | | | are commented out anyway....) Notes: svn path=/head/; revision=21636
* Add check for "invalid category" error.Satoshi Asami1999-09-111-1/+3
| | | | | | | Add another case for compilation error (undeclared variable). Notes: svn path=/head/; revision=21635
* Explict specify NFSv2 for mounting /usr/src and /usr/obj during make world.Satoshi Asami1999-09-111-2/+2
| | | | Notes: svn path=/head/; revision=21634
* Copy logs to ${portbuild}/buildlogs/${branch}.log.${date}.Satoshi Asami1999-09-111-3/+7
| | | | | | | Replace another explicit mail address with ${mailto}. Notes: svn path=/head/; revision=21633
* Checksum changed on us.Satoshi Asami1999-09-102-2/+2
| | | | Notes: svn path=/head/; revision=21632
* ${STRIP} is not a command -- it's the -s flag to install. ;)Satoshi Asami1999-09-102-2/+2
| | | | Notes: svn path=/head/; revision=21631
* The checksums have changed on us...Donald Burr1999-09-101-2/+2
| | | | Notes: svn path=/head/; revision=21630
* Break gnuplot of bad (gif-ish) habits, it builds now.Chuck Robey1999-09-102-48/+20
| | | | Notes: svn path=/head/; revision=21629
* Add explicit tiff dependency so the "cd ../xemacs-mule; make" part will work.Satoshi Asami1999-09-101-1/+2
| | | | | | | Despam the accidental ${CHOWN} -> chown backout. Notes: svn path=/head/; revision=21628
* Upgrade fortify to 1.4.4.SADA Kenji1999-09-106-4/+8
| | | | | | | Submitted by: Frank Tobin <ftobin@uiuc.edu> Notes: svn path=/head/; revision=21627
* Warn if build environment doesn't have aout csu libs.SADA Kenji1999-09-103-10/+25
| | | | Notes: svn path=/head/; revision=21625
* Update with qt-i18n.R. Imura1999-09-104-8/+8
| | | | | | | | | | | | | And modified followings: 1. patch updated(x11/kdelibs11-i18n, net/kdentwork11-i18n) 2. convert some of gif files to xpm (x11/kdebase11-i18n, games/kdegames11-i18n) 3. move patch-ab to ${FILESDIR} (x11/kdebase11-i18n) 4. remove unused *.kdelnk (deskutils/korganizer11-i18n, x11-clocks/kdetoys11-i18n) 5. sorting PLIST :-) Notes: svn path=/head/; revision=21624
* Update to version 0.6.0Chris Piazza1999-09-103-7/+4
| | | | Notes: svn path=/head/; revision=21623
* Update to version 0.1.16Chris Piazza1999-09-102-3/+3
| | | | Notes: svn path=/head/; revision=21622
* Move rrdtool examples from ${PREFIX}/share/rrdtool/examples toBill Fenner1999-09-108-36/+44
| | | | | | | | | ${PREFIX}/share/examples/rrdtool where they belong. Found by: looking for rrdtool examples in /usr/local/share/examples =) Notes: svn path=/head/; revision=21621
* building a static binary has been broken. fix thatTorsten Blum1999-09-101-1/+1
| | | | Notes: svn path=/head/; revision=21619
* Strip the binariesTorsten Blum1999-09-1012-36/+36
| | | | Notes: svn path=/head/; revision=21618
* $Id$ -> $FreeBSD$ (spammed by dirk)Peter Wemm1999-09-102-2/+2
| | | | Notes: svn path=/head/; revision=21616
* Update to version 3.3.3Chris Piazza1999-09-103-96/+114
| | | | | | | | PR: 13664 Submitted by: maintainer Notes: svn path=/head/; revision=21614
* Corrected "old information" to new oneSatoshi Taoka1999-09-101-2/+2
| | | | | | | | Submitted by: OGATA Hiroshi <ogata@isp.qix.org> Obtained from: ports-jp@jp.freebsd.org Notes: svn path=/head/; revision=21613