summaryrefslogtreecommitdiff
path: root/archivers/ark
AgeCommit message (Collapse)Author
1999-02-28Portlint.Satoshi Asami
1999-02-28MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withDavid E. O'Brien
GZIP or BZIP2 distfiles. I went with BZIP2.
1999-02-28MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I wentDavid E. O'Brien
with BZIP2.
1999-02-08Remove extra argument to "configure" that had been committed by accident.Stefan Eßer
1999-02-08Upgrade to KDE 1.1 RELEASE.Stefan Eßer
1999-02-06Upgrade to KDE-1.1pre2 ...Stefan Eßer
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami
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.
1999-01-08Make dependency lines point to right directories -- they were stillSatoshi Asami
using the old names (without "11").
1999-01-07Upgrade to the first pre-release of KDE 1.1.Stefan Eßer
This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
1999-01-06Mark these broken while Stefan works on an upgrade.Satoshi Asami
1998-10-01ElfifyBrian Somers
1998-09-30Mark all KDE ports BROKEN for ELF.Justin M. Seger
1998-09-19giflib is now converted to ELF so remove regexp support.Steve Price
1998-09-15jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami
(Note, since the shlib major didn't change this just removes the regexp support.)
1998-08-12Replace qt dependencies with USE_QT.Satoshi Asami
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
1998-08-07Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami
1998-07-23Change dependencies to accept Qt-1.33 if present,Stefan Eßer
but to build Qt-1.40 if no compiled Qt library can be found.
1998-07-14Upgrade to KDE Release 1.0Stefan Eßer
1998-07-13Mark as broken, will be upgraded to 1.0 within a few days.Stefan Eßer
1998-05-04Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger
installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
1998-05-02Port is no longer broken: correct PLIST has been commitedStefan Eßer
1998-05-02Update PLIST to match Beta4.1Stefan Eßer
1998-04-28===> Building package for kdeutils-4.1bSatoshi Asami
Creating package /usr/ports/packages/All/kdeutils-4.1b.tgz Registering depends: giflib-3.0 jpeg-6b kdelibs-4.1b qt-1.31. Creating gzip'd tar ball in '/usr/ports/packages/All/kdeutils-4.1b.tgz' tar: can't add file share/applnk/Applications/kedit.kdelnk : No such file or directory tar: can't add file share/apps/kjots/toolbar/OpenBook.xpm : No such file or directory tar: can't add file share/apps/kjots/toolbar/filedel.xpm : No such file or directory tar: can't add file share/apps/kljettool/pics/kljetlogo.xpm : No such file or directory tar: can't add file share/doc/HTML/en/kjots/index.html : No such file or directory tar: can't add file share/icons/kjots.xpm : No such file or directory *** Error code 1
1998-04-27Update to KDE Beta4.Stefan Eßer
1998-04-15Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger
1998-03-06Use $(MASTER_SITE_KDE)Stefan Eßer
1998-02-15Clean up MakefileStefan Eßer
1998-02-07Upgrade to KDE Beta3Stefan Eßer
1997-11-29Don't delete ${PREFIX}/share/doc.Satoshi Asami
1997-11-28Update to Beta2Stefan Eßer
1997-11-05(1) Move the following ports out of x11/:Satoshi Asami
kdegames -> games/ kdenetwork -> net/ kdesupport -> converters/ kdeutils -> misc/ (Repository copy already done, dependency path and category name fixups is being done in this commit.) (2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib}) ports. (3) Make package names follow the convention. (4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...". There is no need to specify the full pathname if the target is an executable in the standard path. (Actually, as the same port is specified in LIB_DEPENDS, I think we can completely do away with this line but since Stefan added this explicitly, I assume there is a reason for it and left it alone.) Approved by: se (all but 4)
1997-11-03Add BUILD_DEPENDS on moc pre-processor.Stefan Eßer
Make LIB_DEPENDS accept both libjpeg.so.6.0 and 7.0, as requested by TOYONAGA Tatsuto <toyonaga@msd.ts.fujitsu.co.jp>
1997-11-02Utilities for the KDE desktop environment (Calculator, Editor,Stefan Eßer
Calendar,...).