=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/checklist.html,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** www/Attic/checklist.html 1998/12/21 23:30:59 1.9 --- www/Attic/checklist.html 1999/02/18 02:25:39 1.10 *************** *** 158,163 **** --- 158,170 ---- that it was installed in the proper locations. Anything not installed can be added to a port Makefile `post-install' rule.

Copy `PLIST-auto' to `PLIST' +

Ports that install shared libraries will need two versions of + the PLIST file. PLIST describes the files installed on + those architectures that support shared libraries, and + PLIST.noshared describes the files installed on + architectures that do not support shared libs. Typically, + PLIST.noshared is a copy of PLIST + less references to any shared libraries.

  • uninstall and reinstall; repeat until perfect.
    Perfect is when everything installs and uninstalls *************** *** 261,267 **** ;;; indicates values that must be supplied by the porter. Remove extraneous comments when done.
    ! # $OpenBSD: checklist.html,v 1.9 1998/12/21 23:30:59 espie Exp $
      #
      
      # What port/package will be created
    --- 268,274 ----
        ;;; indicates values that must be supplied by the
         porter.  Remove extraneous comments when done.
      
    ! # $OpenBSD: checklist.html,v 1.10 1999/02/18 02:25:39 marc Exp $
      #
      
      # What port/package will be created
    ***************
    *** 310,315 ****
    --- 317,324 ----
      
      # build/configuration variables
      #
    + #USE_EGCC=		yes
    + #USE_EGXX=		yes
      #USE_GMAKE=		yes
      #USE_IMAKE=		yes
      #USE_X11=		yes (assumed if USE_IMAKE is yes)
    ***************
    *** 317,323 ****
      #GNU_CONFIGURE=		yes (assumed if USE_AUTOCONF is yes)
      #HAS_CONFIGURE=		yes (assumed if GNU_CONFIGURE is yes)
      #CONFIGURE_SCRIPT=	;;; (if other than configure)
    ! #.if (${MACHINE_ARCH} != "alpha")
      #CONFIGURE_ARGS+=	--enable-shared
      #.endif
      #CONFIGURE_ARGS+=	--enable-static
    --- 326,332 ----
      #GNU_CONFIGURE=		yes (assumed if USE_AUTOCONF is yes)
      #HAS_CONFIGURE=		yes (assumed if GNU_CONFIGURE is yes)
      #CONFIGURE_SCRIPT=	;;; (if other than configure)
    ! #.if !defined(NO_SHARED_LIBS)
      #CONFIGURE_ARGS+=	--enable-shared
      #.endif
      #CONFIGURE_ARGS+=	--enable-static
    ***************
    *** 373,378 ****
        Porting 
        www@openbsd.org
    !   
    $OpenBSD: checklist.html,v 1.9 1998/12/21 23:30:59 espie Exp $ --- 382,387 ---- Porting www@openbsd.org !
    $OpenBSD: checklist.html,v 1.10 1999/02/18 02:25:39 marc Exp $