summaryrefslogtreecommitdiff
path: root/x11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-088-8/+20
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* Fix distfile fennerage by hosting the distfile myself.Matthew Hunt1999-03-081-2/+2
| | | | Notes: svn path=/head/; revision=17049
* Portlint.Satoshi Asami1999-02-2813-39/+26
| | | | Notes: svn path=/head/; revision=16953
* MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withDavid E. O'Brien1999-02-2826-39/+65
| | | | | | | GZIP or BZIP2 distfiles. I went with BZIP2. Notes: svn path=/head/; revision=16923
* I meant to say, "Update to version 0.8.8".Steve Price1999-02-221-1/+1
| | | | Notes: svn path=/head/; revision=16855
* Update MASTERSITES.Steve Price1999-02-221-2/+2
| | | | | | | | PR: 9956 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=16848
* Update to version 3.8.8.Steve Price1999-02-225-51/+85
| | | | | | | | PR: 9994 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=16837
* w MASTERSITE and use .bz2 distfiles.Steve Price1999-02-223-3/+3
| | | | Notes: svn path=/head/; revision=16827
* New MASTERSITE and use .bz2 distfiles.Steve Price1999-02-223-6/+12
| | | | Notes: svn path=/head/; revision=16826
* Upgrade to 0.99.8.1.Vanilla I. Shu1999-02-195-33/+141
| | | | Notes: svn path=/head/; revision=16780
* Correct libPropList.Vanilla I. Shu1999-02-181-3/+3
| | | | | | | | PR: ports/9979 Submitted by: KIRIYAMA Kazuhiko Notes: svn path=/head/; revision=16767
* Upgrade to 0.99.8.1.Vanilla I. Shu1999-02-1812-126/+81
| | | | Notes: svn path=/head/; revision=16766
* Add build and run depends to msgfmt (gettext).Satoshi Asami1999-02-139-9/+27
| | | | Notes: svn path=/head/; revision=16714
* Remove one file that does not exist.Satoshi Asami1999-02-139-9/+0
| | | | Notes: svn path=/head/; revision=16713
* Remove two hunks that fail. The first one is a duplicate, the secondSatoshi Asami1999-02-131-91/+0
| | | | | | | | | one is already in the source (according to the submitter). Submitted by: Patrick Gardella <patrick@cre8tivegroup.com> Notes: svn path=/head/; revision=16712
* Remove extra argument to "configure" that had been committed by accident.Stefan Eßer1999-02-089-27/+9
| | | | Notes: svn path=/head/; revision=16564
* Upgrade to KDE 1.1 RELEASE.Stefan Eßer1999-02-0844-123/+524
| | | | Notes: svn path=/head/; revision=16563
* Upgrade to KDE-1.1pre2 ...Stefan Eßer1999-02-0646-746/+1897
| | | | Notes: svn path=/head/; revision=16552
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-0314-80/+28
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* LIB_DEPENDS to xpm.Satoshi Asami1999-02-031-1/+3
| | | | Notes: svn path=/head/; revision=16513
* Fix MASTER_SITES: ftp.ibp.fr (no such host) -> ftp.lip6.frBill Fenner1999-02-021-2/+2
| | | | Notes: svn path=/head/; revision=16505
* Upgrade to 0.99.5.1.Vanilla I. Shu1999-02-023-49/+5
| | | | Notes: svn path=/head/; revision=16487
* Add xpm dependency.Satoshi Asami1999-02-021-1/+3
| | | | | | | Submitted by: giffunip@asme.org Notes: svn path=/head/; revision=16478
* Upgrade to 0.99.5.Vanilla I. Shu1999-02-026-389/+458
| | | | Notes: svn path=/head/; revision=16475
* Upgrade to 0.99.5.Vanilla I. Shu1999-02-0112-102/+108
| | | | Notes: svn path=/head/; revision=16466
* Fix for 4.x.SADA Kenji1999-02-011-0/+20
| | | | Notes: svn path=/head/; revision=16462
* Portlint, libtool for 4.0current.Vanilla I. Shu1999-01-312-10/+17
| | | | | | | | PR: ports/9815 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16453
* Add 4.0current support.Vanilla I. Shu1999-01-313-24/+12
| | | | | | | | PR: ports/9807 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16448
* Fix up MASTER_SITES:Bill Fenner1999-01-274-20/+20
| | | | | | | | ftp.ibp.fr (no such host) -> ftp.lip6.fr ftp.uni-stuttgart.de (broken symlink) -> ftp.cs.tu-berlin.de Notes: svn path=/head/; revision=16388
* Use ${MASTER_SITE_GNOME}Bill Fenner1999-01-274-20/+12
| | | | Notes: svn path=/head/; revision=16379
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Activate the aterm port.Steve Price1999-01-261-1/+2
| | | | Notes: svn path=/head/; revision=16343
* Inital import of aterm version 0.3.2.Steve Price1999-01-265-0/+37
| | | | | | | | | | A color VT102 terminal emulator with transparency support. PR: 9533 Submitted by: Jim Mock <jim@corp.au.triax.com> Notes: svn path=/head/; revision=16342
* Add xbanner.Satoshi Asami1999-01-251-1/+2
| | | | | | | Forgotten by: flathill :) Notes: svn path=/head/; revision=16291
* BROKEN this one.Vanilla I. Shu1999-01-241-1/+3
| | | | Notes: svn path=/head/; revision=16281
* Bump png's major number to 3.Vanilla I. Shu1999-01-235-10/+10
| | | | Notes: svn path=/head/; revision=16275
* Upgrade to 0.99.4.Vanilla I. Shu1999-01-2212-138/+90
| | | | Notes: svn path=/head/; revision=16259
* Remove a non-existent file so this thing packages.Satoshi Asami1999-01-219-9/+0
| | | | Notes: svn path=/head/; revision=16233
* ${RM} is not defined outside bsd.port.mk, so pass it down in MAKE_ENV.Satoshi Asami1999-01-219-18/+18
| | | | Notes: svn path=/head/; revision=16232
* fix syntax error.Jordan K. Hubbard1999-01-212-4/+2
| | | | Notes: svn path=/head/; revision=16226
* The red face you see behind the table is yours truly being ashamed bySatoshi Asami1999-01-214-40/+40
| | | | | | | committing a patch without testing. Notes: svn path=/head/; revision=16225
* Fix ordering of ln -s arguments -- the lib*.so symlinks were not properlySatoshi Asami1999-01-214-40/+40
| | | | | | | | made, causing other kde*11 builds to fall over if dependencies were installed from packages. Notes: svn path=/head/; revision=16220
* Bump this meta ports to 0.99.3.Vanilla I. Shu1999-01-202-18/+26
| | | | Notes: svn path=/head/; revision=16216
* PR: ports/9575Seiichirou Hiraoka1999-01-207-0/+200
| | | | | | | | Submitted by: giffunip@asme.org make your XDM login screen look beautiful Notes: svn path=/head/; revision=16198
* Update to version 1.20.Steve Price1999-01-192-3/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=16190
* Correctly refer to sam's build directory.Satoshi Asami1999-01-182-3/+3
| | | | Notes: svn path=/head/; revision=16182
* Move xshodou from x11 to japanese.Steve Price1999-01-181-2/+1
| | | | Notes: svn path=/head/; revision=16181
* Add virtual category "windowmaker".Satoshi Asami1999-01-181-2/+2
| | | | Notes: svn path=/head/; revision=16177
* Urk, somehow I missed the fact that this port was already imported.Steve Price1999-01-181-1/+1
| | | | | | | | Shouldn't hurt much since no changes have been made since then. This is a null commit to mark my sloppyness. Notes: svn path=/head/; revision=16172
* Initial import of xstarroll version 1.03.Steve Price1999-01-185-23/+12
| | | | | | | | | | An X11 program depicting letters flying around. PR: 9483 Submitted by: Hiroaki Sakai <sakai@miya3f12.ee.kagu.sut.ac.jp> Notes: svn path=/head/; revision=16171