=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/checklist.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -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,6 +158,13 @@ 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,7 +268,7 @@ ;;; 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 $
    +# $OpenBSD: checklist.html,v 1.10 1999/02/18 02:25:39 marc Exp $
     #
     
     # What port/package will be created
    @@ -310,6 +317,8 @@
     
     # 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,7 +326,7 @@
     #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")
    +#.if !defined(NO_SHARED_LIBS)
     #CONFIGURE_ARGS+=	--enable-shared
     #.endif
     #CONFIGURE_ARGS+=	--enable-static
    @@ -373,6 +382,6 @@
       Porting 
       www@openbsd.org
    -  
    $OpenBSD: checklist.html,v 1.9 1998/12/21 23:30:59 espie Exp $ +
    $OpenBSD: checklist.html,v 1.10 1999/02/18 02:25:39 marc Exp $