aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.0.6.Joe Marcus Clarke2002-11-1918-15/+23
| | | | Notes: svn path=/head/; revision=70462
* Update to 1.0.23.Joe Marcus Clarke2002-11-193-2/+5
| | | | Notes: svn path=/head/; revision=70461
* Update to 2.4.27.Joe Marcus Clarke2002-11-196-59/+17
| | | | Notes: svn path=/head/; revision=70460
* fix build on currentYing-Chieh Liao2002-11-191-0/+6
| | | | Notes: svn path=/head/; revision=70459
* Fix a typo I made. (s/navigator/communicator/)Akinori MUSHA2002-11-191-3/+3
| | | | | | | | | | | Add upgrade paths from: japanese/linux-netscape47-{communicator,navigator} to: japanese/netscape48-{communicator,navigator} respectively. Notes: svn path=/head/; revision=70458
* Since japanese/netscape-fonts was obsoleted by japanese/alias-fonts,SADA Kenji2002-11-191-1/+1
| | | | | | | fill in the "moved to" field with japanese/alias-fonts. Notes: svn path=/head/; revision=70457
* Update to 20021119.Akinori MUSHA2002-11-198-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | overall: - Use sudo in installing (copying) a file only if once it failed as the current user. - Speed up string substitution. portupgrade(1): - Use sudo as necessary in saving log files also. pkgdb(1): - Look up ports/MOVED to fix stale origins (both ORIGIN and DEPORIGIN). - Skip the check for origin duplicates when in automatic mode. (This speeds up autofix) - When pointing out a missing origin, show the name of the package in question. Suggested by: Genesys on EFnet Notes: svn path=/head/; revision=70456
* Update patch-files to build again on -current.Edwin Groothuis2002-11-193-3/+22
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=70455
* (it might be a smart thing to also commit the new files too)Edwin Groothuis2002-11-195-0/+50
| | | | | | | | Make games/lincity building on -current again. Noticed on: bento Notes: svn path=/head/; revision=70454
* Make games/lincity compiling on -current again.Edwin Groothuis2002-11-194-9/+35
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70453
* Update to 0.1.1.Akinori MUSHA2002-11-193-17/+16
| | | | Notes: svn path=/head/; revision=70452
* Fix pkg-plist(liveMedia/... -> live/liveMedia/...).Norikatsu Shigemura2002-11-191-1/+1
| | | | Notes: svn path=/head/; revision=70451
* Make net/pim6sd compile again under -current.Edwin Groothuis2002-11-1911-4/+104
| | | | | | | Noticed on bento. Notes: svn path=/head/; revision=70450
* Add SIGCHLD signal(3) handling to prevent zombie processesMario Sergio Fujikawa Ferreira2002-11-196-0/+208
| | | | Notes: svn path=/head/; revision=70449
* While we're at it, just upgrade to version 1.1 too.Edwin Groothuis2002-11-1910-599/+35
| | | | | | | Informed the author about the missing gcc 3.2.1 complaints. Notes: svn path=/head/; revision=70448
* Make devel/picprog compiling under -current again.Edwin Groothuis2002-11-197-0/+595
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70447
* Put a real description in pkg-descr by copying the author's excellentAlan Eldridge2002-11-191-2/+26
| | | | | | | description of his work from his web site. Notes: svn path=/head/; revision=70446
* * PORTREVISION => 2.Alan Eldridge2002-11-192-11/+34
| | | | | | | | | | | | * Added examples files. * Revised the way vars are used to a more general way that I can reuse. * Defined vars for the various dirs and their subdir equivs. that a port may need. * Moved the distfiles to their own subdir of $DISTDIR, cause there's 6 of them now. Notes: svn path=/head/; revision=70445
* gtk12-apireference: set the prefix to x11baseEdwin Groothuis2002-11-194-5/+271
| | | | | | | gtk20-apireference: update to the new versions, set the prefix to x11base Notes: svn path=/head/; revision=70444
* Make distfile fetchable again.Anders Nordby2002-11-191-1/+3
| | | | | | | Reported by: bento, fetch(1) Notes: svn path=/head/; revision=70443
* Fix run_depends to check for the right file.Edwin Groothuis2002-11-191-1/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70442
* Try to unbreak the build on -current.Jean-Marc Zucconi2002-11-191-0/+10
| | | | Notes: svn path=/head/; revision=70441
* Mark port as broken under -current until i386/41930 has been solved.Edwin Groothuis2002-11-191-1/+7
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70440
* Fix a security hole with a patch from the ezbounce Homepage.Tilman Keskinoz2002-11-184-0/+42
| | | | | | | | | Bump PORTREVISION. PR: 43437 Notes: svn path=/head/; revision=70439
* Update to 8.0.206: bugfix release.Christian Weisgerber2002-11-183-25/+7
| | | | Notes: svn path=/head/; revision=70438
* Make games/groundhog building with gcc321 again.Edwin Groothuis2002-11-181-4/+2
| | | | Notes: svn path=/head/; revision=70437
* find -> ${FIND}Tilman Keskinoz2002-11-181-2/+2
| | | | | | | | | | xargs-> ${XARGS} PR: 39971 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=70436
* gzcat -> ${GZCAT}Tilman Keskinoz2002-11-181-1/+1
| | | | | | | | | | | awk -> ${AWK} /bin/sh -> ${SH} PR: 39969 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=70435
* strip -> ${STRIP_CMD}Tilman Keskinoz2002-11-181-2/+2
| | | | | | | | PR: 39964 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=70434
* /usr/bin/chgrp -> ${CHGRP}Tilman Keskinoz2002-11-182-4/+4
| | | | | | | | PR: 39972 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=70433
* Upgrade to 2.0.8.Oliver Braun2002-11-182-4/+4
| | | | | | | | PR: ports/45439 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=70432
* Upgrade to 0.9.6.Oliver Braun2002-11-186-6/+12
| | | | | | | | PR: ports/45448 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=70431
* Upgrade to 1.11.Oliver Braun2002-11-184-16/+16
| | | | | | | | PR: ports/45449 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=70430
* Use CONFIGURE_TARGET instead of CONFIGURE_ENV.Oliver Braun2002-11-181-2/+1
| | | | | | | | PR: ports/45450 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=70429
* Upgrade to 1.0.21.Oliver Braun2002-11-182-12/+9
| | | | | | | | PR: ports/45451 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=70428
* Add latest language categories: hungarian, portuguese and ukrainianMario Sergio Fujikawa Ferreira2002-11-182-0/+6
| | | | | | | Approved by: mharo (maintainer) Notes: svn path=/head/; revision=70427
* Add a missing dependency on libglade.Joe Marcus Clarke2002-11-181-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=70426
* Add a patch for tempfile.rb from CVS and bump PORTREVISION.Akinori MUSHA2002-11-184-0/+296
| | | | Notes: svn path=/head/; revision=70425
* Add a patch for tempfile.rb from CVS and bump PORTREVISION.Akinori MUSHA2002-11-184-0/+296
| | | | | | | | This fixes temporary file locking errors seen in portupgrade. (not a security vulnerability, just a problem with cleanup) Notes: svn path=/head/; revision=70424
* Extend the definition of the "moved to" field. It can be set to aAkinori MUSHA2002-11-181-18/+19
| | | | | | | | | | | | | | | | port which users can and should migrate to. - Since japanese/mhonarc was obsoleted by the latest version of www/mhonarc, fill in the "moved to" field with www/mhonarc. - Since the Netscape 4.0x and 4.7x ports were removed due to security vulnerabilities, fill in their "moved to" fields with the Netscape 4.8 ports. The next version of portupgrade (20021119) will handle these. Notes: svn path=/head/; revision=70423
* Turn off "--enable-final" to undo build breakage.Alan Eldridge2002-11-182-0/+2
| | | | Notes: svn path=/head/; revision=70422
* Unbreak by adding --disable-gnome to CONFIGURE_ARGSTilman Keskinoz2002-11-181-2/+2
| | | | Notes: svn path=/head/; revision=70421
* Update to 2002.11.18.Norikatsu Shigemura2002-11-182-2/+2
| | | | Notes: svn path=/head/; revision=70420
* Fix package since some dirs are emptyMario Sergio Fujikawa Ferreira2002-11-182-6/+6
| | | | Notes: svn path=/head/; revision=70419
* add libwpcg 0.9.0Ying-Chieh Liao2002-11-188-0/+78
| | | | | | | A basic 2D/3D computer graphics library which uses OpenGL Notes: svn path=/head/; revision=70417
* Update to dtcp-20021119.Hajimu UMEMOTO2002-11-182-3/+3
| | | | Notes: svn path=/head/; revision=70416
* o USE_PERL5 -> USE_PERL5_RUNMario Sergio Fujikawa Ferreira2002-11-182-14/+22
| | | | | | | o Therefore, change all PERL -> REINPLACE_CMD Notes: svn path=/head/; revision=70415
* Add files forgotten in port update to version 0.65Mario Sergio Fujikawa Ferreira2002-11-184-0/+48
| | | | Notes: svn path=/head/; revision=70414
* Remove USE_AUTOCONF from default build, because it is only need for WITH_IPV6Tilman Keskinoz2002-11-181-0/+2
| | | | | | | | | | | This will fix the default build until kris and alane decided, what to do with the backed out autoconf patch. PR: ports/45359 Reported by: Dean Hollister <dean@odyssey.apana.org.au> Notes: svn path=/head/; revision=70413
* Installing JAR file in ${PREFIX}/share/java/classes/.Ernst de Haan2002-11-181-1/+5
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=70412