summaryrefslogtreecommitdiff
path: root/x11 (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-03-08Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami8-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
1999-03-08Fix distfile fennerage by hosting the distfile myself.Matthew Hunt1-2/+2
Notes: svn path=/head/; revision=17049
1999-02-28Portlint.Satoshi Asami13-39/+26
Notes: svn path=/head/; revision=16953
1999-02-28MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withDavid E. O'Brien26-39/+65
GZIP or BZIP2 distfiles. I went with BZIP2. Notes: svn path=/head/; revision=16923
1999-02-22I meant to say, "Update to version 0.8.8".Steve Price1-1/+1
Notes: svn path=/head/; revision=16855
1999-02-22Update MASTERSITES.Steve Price1-2/+2
PR: 9956 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=16848
1999-02-22Update to version 3.8.8.Steve Price5-51/+85
PR: 9994 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=16837
1999-02-22w MASTERSITE and use .bz2 distfiles.Steve Price3-3/+3
Notes: svn path=/head/; revision=16827
1999-02-22New MASTERSITE and use .bz2 distfiles.Steve Price3-6/+12
Notes: svn path=/head/; revision=16826
1999-02-19Upgrade to 0.99.8.1.Vanilla I. Shu5-33/+141
Notes: svn path=/head/; revision=16780
1999-02-18Correct libPropList.Vanilla I. Shu1-3/+3
PR: ports/9979 Submitted by: KIRIYAMA Kazuhiko Notes: svn path=/head/; revision=16767
1999-02-18Upgrade to 0.99.8.1.Vanilla I. Shu12-126/+81
Notes: svn path=/head/; revision=16766
1999-02-13Add build and run depends to msgfmt (gettext).Satoshi Asami9-9/+27
Notes: svn path=/head/; revision=16714
1999-02-13Remove one file that does not exist.Satoshi Asami9-9/+0
Notes: svn path=/head/; revision=16713
1999-02-13Remove two hunks that fail. The first one is a duplicate, the secondSatoshi Asami1-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
1999-02-08Remove extra argument to "configure" that had been committed by accident.Stefan Eßer9-27/+9
Notes: svn path=/head/; revision=16564
1999-02-08Upgrade to KDE 1.1 RELEASE.Stefan Eßer44-123/+524
Notes: svn path=/head/; revision=16563
1999-02-06Upgrade to KDE-1.1pre2 ...Stefan Eßer46-746/+1897
Notes: svn path=/head/; revision=16552
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami14-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
1999-02-03LIB_DEPENDS to xpm.Satoshi Asami1-1/+3
Notes: svn path=/head/; revision=16513
1999-02-02Fix MASTER_SITES: ftp.ibp.fr (no such host) -> ftp.lip6.frBill Fenner1-2/+2
Notes: svn path=/head/; revision=16505
1999-02-02Upgrade to 0.99.5.1.Vanilla I. Shu3-49/+5
Notes: svn path=/head/; revision=16487
1999-02-02Add xpm dependency.Satoshi Asami1-1/+3
Submitted by: giffunip@asme.org Notes: svn path=/head/; revision=16478
1999-02-02Upgrade to 0.99.5.Vanilla I. Shu6-389/+458
Notes: svn path=/head/; revision=16475
1999-02-01Upgrade to 0.99.5.Vanilla I. Shu12-102/+108
Notes: svn path=/head/; revision=16466
1999-02-01Fix for 4.x.SADA Kenji1-0/+20
Notes: svn path=/head/; revision=16462
1999-01-31Portlint, libtool for 4.0current.Vanilla I. Shu2-10/+17
PR: ports/9815 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16453
1999-01-31Add 4.0current support.Vanilla I. Shu3-24/+12
PR: ports/9807 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16448
1999-01-27Fix up MASTER_SITES:Bill Fenner4-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
1999-01-27Use ${MASTER_SITE_GNOME}Bill Fenner4-20/+12
Notes: svn path=/head/; revision=16379
1999-01-27${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1-1/+2
Notes: svn path=/head/; revision=16378
1999-01-26Activate the aterm port.Steve Price1-1/+2
Notes: svn path=/head/; revision=16343
1999-01-26Inital import of aterm version 0.3.2.Steve Price5-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
1999-01-25Add xbanner.Satoshi Asami1-1/+2
Forgotten by: flathill :) Notes: svn path=/head/; revision=16291
1999-01-24BROKEN this one.Vanilla I. Shu1-1/+3
Notes: svn path=/head/; revision=16281
1999-01-23Bump png's major number to 3.Vanilla I. Shu5-10/+10
Notes: svn path=/head/; revision=16275
1999-01-22Upgrade to 0.99.4.Vanilla I. Shu12-138/+90
Notes: svn path=/head/; revision=16259
1999-01-21Remove a non-existent file so this thing packages.Satoshi Asami9-9/+0
Notes: svn path=/head/; revision=16233
1999-01-21${RM} is not defined outside bsd.port.mk, so pass it down in MAKE_ENV.Satoshi Asami9-18/+18
Notes: svn path=/head/; revision=16232
1999-01-21fix syntax error.Jordan K. Hubbard2-4/+2
Notes: svn path=/head/; revision=16226
1999-01-21The red face you see behind the table is yours truly being ashamed bySatoshi Asami4-40/+40
committing a patch without testing. Notes: svn path=/head/; revision=16225
1999-01-21Fix ordering of ln -s arguments -- the lib*.so symlinks were not properlySatoshi Asami4-40/+40
made, causing other kde*11 builds to fall over if dependencies were installed from packages. Notes: svn path=/head/; revision=16220
1999-01-20Bump this meta ports to 0.99.3.Vanilla I. Shu2-18/+26
Notes: svn path=/head/; revision=16216
1999-01-20PR: ports/9575Seiichirou Hiraoka7-0/+200
Submitted by: giffunip@asme.org make your XDM login screen look beautiful Notes: svn path=/head/; revision=16198
1999-01-19Update to version 1.20.Steve Price2-3/+3
Submitted by: maintainer Notes: svn path=/head/; revision=16190
1999-01-18Correctly refer to sam's build directory.Satoshi Asami2-3/+3
Notes: svn path=/head/; revision=16182
1999-01-18Move xshodou from x11 to japanese.Steve Price1-2/+1
Notes: svn path=/head/; revision=16181
1999-01-18Add virtual category "windowmaker".Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=16177
1999-01-18Urk, somehow I missed the fact that this port was already imported.Steve Price1-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
1999-01-18Initial import of xstarroll version 1.03.Steve Price5-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